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
Find a way to uniquely set random seed for a given mpi rank and size, while not resulting in similar sequences
The text was updated successfully, but these errors were encountered:
The random_seed can be called in usrdat3. See
https://github.com/exabl/Nek5000/blob/ad058c9b596a97c7c386054f99f1b68615643a2d/core/drive1.f#L140-L148
Sorry, something went wrong.
First attempt in generating reprodcible random nbs.
99b7d2e
See #7
The mth_ran_dst function looks promising. Need to find more information
https://github.com/KTH-Nek5000/KTH_Examples/blob/8c1f04bbfd16af04c4494f1ac9dd0a1e1426f9a5/phill_STAT/phill.usr#L80-L115
No branches or pull requests
Find a way to uniquely set random seed for a given mpi rank and size, while not resulting in similar sequences
The text was updated successfully, but these errors were encountered: