-
Notifications
You must be signed in to change notification settings - Fork 900
--cpu-list does not bind in master nor 4.0 branch #6540
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
Labels
Comments
@markalle has a PR to address this, that he'll be posting. |
It looks like it's still an issue on v4.0.6:
|
#6584 doesn't look like it was ever brought back to the v4 series by my eye - which is probably why I can still reproduce. This seems to work with v5.0.x/master + prrte with a slightly different run line
|
This was referenced Aug 19, 2021
Closing as fixed in v5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
master/4.0
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Git clone.
Please describe the system on which you are running
Details of the problem
This can be reproduced with the following command, it seems that the
--cpu-list
option isn't getting processed correctly/ignored when it comes to binding:Changing
--bind-to core
to hwthread or removing it completely yields the same results.Another somewhat related issue is that
--cpu-list
cannot be used with--map-by
. Is this intended behavior?Thanks.
The text was updated successfully, but these errors were encountered: