We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
This is partially fixed in SimConfig::DoIOForBaseInOutlet, although the old behaviour continues if omitted
SimConfig::DoIOForBaseInOutlet
Sorry, something went wrong.
mobernabeu
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: