Skip to content

Enable an ADIOS source to be opened without MPI enabled

Caitlin Ross requested to merge caitlin.ross/fides:paraview-mpi-fix into master

When Fides is built with MPI support, it can now choose whether to actually use MPI with ADIOS or not. The static DataSetReader::CheckForDataModelAttribute() doesn't need to use MPI to simply check that an ADIOS file can be read and will cause ParaView to hang if MPI is used.

Merge request reports