Open rupertnash opened 3 years ago
In the course of making a wee XML checker, I see that that readSingleRBCInserter in redblood/io.cc uses the time to initialise the PRNGs
readSingleRBCInserter
It would be much better to add the seed required to the input file. This will also remove the need to use MPI here.
This is partially fixed in SimConfig::DoIOForBaseInOutlet, although the old behaviour continues if omitted
SimConfig::DoIOForBaseInOutlet
In the course of making a wee XML checker, I see that that
readSingleRBCInserter
in redblood/io.cc uses the time to initialise the PRNGsIt would be much better to add the seed required to the input file. This will also remove the need to use MPI here.