There was an error fetching the commit references. Please try again later.
[BUGFIX] caching of buffers can lead to dead locks
If load balancing changes the neighborhood, caching of receive buffers can lead to dead locks.
Showing
- python/mesa_pd/templates/mpi/BroadcastProperty.templ.h 16 additions, 6 deletionspython/mesa_pd/templates/mpi/BroadcastProperty.templ.h
- python/mesa_pd/templates/mpi/ReduceProperty.templ.h 16 additions, 6 deletionspython/mesa_pd/templates/mpi/ReduceProperty.templ.h
- python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp 19 additions, 0 deletionspython/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp
- python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h 9 additions, 7 deletionspython/mesa_pd/templates/mpi/SyncGhostOwners.templ.h
- python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp 10 additions, 2 deletionspython/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp
- python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h 11 additions, 7 deletionspython/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h
- python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp 10 additions, 2 deletions...mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp
- python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h 11 additions, 7 deletions...n/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h
- src/mesa_pd/common/ParticleFunctions.h 6 additions, 0 deletionssrc/mesa_pd/common/ParticleFunctions.h
- src/mesa_pd/mpi/BroadcastProperty.h 16 additions, 6 deletionssrc/mesa_pd/mpi/BroadcastProperty.h
- src/mesa_pd/mpi/ReduceProperty.h 16 additions, 6 deletionssrc/mesa_pd/mpi/ReduceProperty.h
- src/mesa_pd/mpi/SyncGhostOwners.cpp 19 additions, 0 deletionssrc/mesa_pd/mpi/SyncGhostOwners.cpp
- src/mesa_pd/mpi/SyncGhostOwners.h 9 additions, 7 deletionssrc/mesa_pd/mpi/SyncGhostOwners.h
- src/mesa_pd/mpi/SyncNextNeighbors.cpp 10 additions, 2 deletionssrc/mesa_pd/mpi/SyncNextNeighbors.cpp
- src/mesa_pd/mpi/SyncNextNeighbors.h 11 additions, 7 deletionssrc/mesa_pd/mpi/SyncNextNeighbors.h
- src/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp 10 additions, 2 deletionssrc/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp
- src/mesa_pd/mpi/SyncNextNeighborsBlockForest.h 11 additions, 7 deletionssrc/mesa_pd/mpi/SyncNextNeighborsBlockForest.h
- src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp 10 additions, 2 deletionssrc/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp
- src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h 11 additions, 7 deletionssrc/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h
Please register or sign in to comment