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

generate initial random configs in parallel #15

Open
bernstei opened this issue Jul 6, 2023 · 0 comments
Open

generate initial random configs in parallel #15

bernstei opened this issue Jul 6, 2023 · 0 comments

Comments

@bernstei
Copy link
Collaborator

bernstei commented Jul 6, 2023

With large numbers of walkers and atoms, generating the initial configs takes a significant amount of time. It would be helpful if, when possible, these were generated in parallel rather than all generated on the root MPI task and sent to each other MPI task.

The new config generator would need to receive the local rng, and return a logical flag indicating whether the loop should be on the root task over all configs, or a little loop on the generator on each task in parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant