Skip to content

Fides improvements

Caitlin Ross requested to merge caitlin.ross/paraview:fides-improvements into master
  • Adds support for reading BP5 files correctly by exposing StreamSteps property. ADIOS now needs to know when opening the engine if you're reading using streaming, or random access. If using ParaView GUI, user doesn't need to do anything - it's always random access. If using API, the user can choose what they'd like to do.
  • Expose DataSourceEngine property, so you can use more than just ADIOS file engines (e.g., SST)
  • Made improvements in how Fides reader is setup in ParaView Catalyst. The ADIOS inline engine was updated so that the reader can be created after the writer has already started a step.
Edited by Caitlin Ross

Merge request reports