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

mpirun on Aimos #12

Open
RPIFisherman opened this issue Aug 24, 2023 · 0 comments
Open

mpirun on Aimos #12

RPIFisherman opened this issue Aug 24, 2023 · 0 comments
Labels

Comments

@RPIFisherman
Copy link
Contributor

RPIFisherman commented Aug 24, 2023

We need to let the user provide the commands and arguments to run and control MPI jobs used in test/CMakeLists.txt (after PR #10 is merged).

This is an old problem I mentioned in May: when I want to run the tests on Aimos, if I do:
mpirun --bind-to core -np 1 ctest --test-dir buildPolyMPO-GPU/
on Aimos, once the first test called finalized, the other tests will just freeze. So I need to call mpirun every time.
This evening when I tried to run the tests on Perlmutter, I found that there is no mpirun on Perlmutter, so I added a new commit to check if there is mpirun: 994e2b5
This is just a temporary solution to pass all the tests on all the environments (Cranium, Perlmutter, and Aimos).
I don't know much about the ctest and how to use mpirun with it. I need some help on that.

Originally posted by @RPIFisherman in #10 (comment)

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

No branches or pull requests

1 participant