Skip to content

VTK-m updates and XGC changes

Caitlin Ross requested to merge caitlin.ross/fides:vtkm-xgc-updates into master

This covers a few things related to recent updates in VTK-m:

  • Updates for recent VTK-m deprecations (eg Cast -> AsArrayHandle), along with CI updates
  • Bug fix in DataSource related to the step used in some ADIOS calls in the case of random access reads.
  • Adds the ability to read multiple blocks into a single ArrayHandle, which is how XGC fields will now be treated.
  • Removed the ArrayHandleXGC* code, since it's now corrected and tested in VTK-m.
Edited by Caitlin Ross

Merge request reports