-
- Downloads
AMReXParticlesReader: handle inexact division of grids among MPI ranks
- this commit fixes the grid-process assignment logic robust when the number of grids cannot be exactly divided among the number of MPI ranks (pieces in this code) - this commit also adds MPI awareness to an existing unit test. - the unit test TestAMReXParticlesReader is run with MPI, when enabled, on 3 nodes. It passes only when the sum of the number of points across all nodes is equal to a known value. - without the change in vtkAMReXParticlesReader, the unit test will faill with MPI
Showing
- Documentation/release/dev/fix-AMReXParticlesReader-in-MPI.md 5 additions, 0 deletionsDocumentation/release/dev/fix-AMReXParticlesReader-in-MPI.md
- IO/AMR/Testing/Cxx/CMakeLists.txt 9 additions, 0 deletionsIO/AMR/Testing/Cxx/CMakeLists.txt
- IO/AMR/Testing/Cxx/TestAMReXParticlesReader.cxx 43 additions, 7 deletionsIO/AMR/Testing/Cxx/TestAMReXParticlesReader.cxx
- IO/AMR/vtk.module 3 additions, 0 deletionsIO/AMR/vtk.module
- IO/AMR/vtkAMReXParticlesReader.cxx 2 additions, 1 deletionIO/AMR/vtkAMReXParticlesReader.cxx
Loading
Please register or sign in to comment