Skip to content
New issue

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

Storing random seeds are inconsistent (serial code) #32

Open
addman2 opened this issue May 1, 2023 · 2 comments
Open

Storing random seeds are inconsistent (serial code) #32

addman2 opened this issue May 1, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@addman2
Copy link
Collaborator

addman2 commented May 1, 2023

When executed VMC run with serial code the random seed is store in execution directory. However LRDMC run expects it to be turborvb.scratch folder. This behaviour differs in MPI where everything is store in the scratch directory.

@addman2 addman2 added the bug Something isn't working label May 1, 2023
@kousuke-nakano
Copy link
Collaborator

kousuke-nakano commented May 2, 2023

Thanks for the report. this is because &readio wherescratch='old' option used in the lrdmc input files in the test/ directory. shall we remove the option?

@addman2
Copy link
Collaborator Author

addman2 commented May 2, 2023

Thanks I was not aware of this option. Anyway, serial and parallel version behave differently MPI version always stores it the folder. We need to decide what should be the default behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants