Added progeny_id field of Particle::Bank type to MPI Bank type to fix bug. Also some minor comment/assert cleanups from debugging.

This commit is contained in:
John Tramm 2020-01-17 15:50:19 +00:00
parent 732a780366
commit 1c48584c46
4 changed files with 7 additions and 9 deletions

View file

@ -397,9 +397,7 @@ void finalize_generation()
// If using shared memory, stable sort the fission bank (by parent IDs)
// so as to allow for reproducibility regardless of which order particles
// are run in.
//#ifdef _OPENMP
sort_fission_bank();
//#endif
// Distribute fission bank across processors evenly
synchronize_bank();