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.
Showing
- .gitlab/ci/ctest_exclusions.cmake 0 additions, 10 deletions.gitlab/ci/ctest_exclusions.cmake
- IO/IOSS/vtkIOSSReader.cxx 13 additions, 2 deletionsIO/IOSS/vtkIOSSReader.cxx
- IO/IOSS/vtkIOSSWriter.cxx 13 additions, 2 deletionsIO/IOSS/vtkIOSSWriter.cxx
- ThirdParty/ioss/CMakeLists.txt 1 addition, 1 deletionThirdParty/ioss/CMakeLists.txt
Loading
Please register or sign in to comment