Skip to content
Snippets Groups Projects
Commit 3fa45236 authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

vtkIOSSReader/Writer: MPI support fixes

As of now netcdf mpi support is not working for IOSSReader/Writer
because mpi calls are called inside the reader/writer instead of the ioss library
so we are using comm_null(), instead of comm_world().
In the future, when using comm_world() is used when and SEACAS_HAVE_MPI is on
my_processor and processor_count properties should be removed for exodus.
For more info. see Ioex::DatabaseIO::DatabaseIO in the ioss library.
parent 362759d9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment