Ben Ryan

Results 3 comments of Ben Ryan

@pgrete Thanks for pinging me,I haven't seen this error, including just now when I tried with g++ 12.1.0 with the following configure statement ```bash cmake -DREGRESSION_GOLD_STANDARD_SYNC=OFF -DCMAKE_BUILD_TYPE=Debug -DENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_CUDA=ON ~/github/parthenon...

Thanks for the log @pgrete. At the moment I can't reproduce with gcc 13.1.0. The line called out by the warning seems pretty innocuous, just `newm.Set(Metadata::Particle);`. I'll see if I...

Ah yes you're right looks like each MPI rank gets its own seed. Well that's an easy fix (I can do this).