-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test MPI in the container #13
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just as an idea, you could instead of providing your own MPI test use the spack package osu-microbenchmarks
, and run e.g. osu-bw
.
Then the test could even do a verification if bandwidth speed is above an expected value (e.g. that would also test if we actually really run with native MPI performance).
That's just an idea, that you might want to consider. If you want to keep this test, then the inline comments are relevant.
51dfc66
to
825202b
Compare
- Communicator of the correct size - Point to point communication works between nodes
9c4073c
to
a5c114f
Compare
d86670b
to
1f81d1f
Compare
No description provided.