issues
search
pelahi
/
VELOCIraptor-STF
Galaxy/(sub)Halo finder for N-body simulations
MIT License
19
stars
26
forks
source link
Updates to improve MPI communication
#117
Closed
pelahi
closed
9 months ago
pelahi
commented
9 months ago
fixed issue when mpi communication could generate too many requests and cause crashes
fixed bug where offset for chunked communication would cause crashes
improved how point-to-point communication is handled by generated a random set of pairs communicating
cleaned up code so that easier to maintain how pt2pt communication is run. Also easier to update how pairs are processed.
makes use of c++17 so fixed CMakeList to ensure this is used