-
Notifications
You must be signed in to change notification settings - Fork 2
CI: run standalone tests with MPI rank 4 as well #43
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
Conversation
It's showing:
I think we need to set some options to run more MPI ranks on fewer processors ("oversubscribe"). |
This is interesting. I tried running a test program on my machine like Regarding |
So, I used |
In the last CI run:
[EDIT]: I realized now that even on current main (where no |
There can be many different reasons for that. Create an issue for this, so that we can track it, but as long as the speed is reasonable for both, and openmpi does not get slower as you keep merging PRs, and mpich also doesn't get slower than master in a given PR, I would not worry about it. |
Got it, I noticed that it's only for standalone tests that this is the case, but not for POT3D. |
I'll create a separate PR to run POT3D with MPI rank 4 as well. |
validation2 runs much faster than validation dataset, also run with MPI rank 4 as well
Description
Towards: #41