-
Notifications
You must be signed in to change notification settings - Fork 900
MPI_Win_create() fails #8086
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
Comments
I'm trying to look into this. So far what I am seeing suggests that in docker the querying for working btls in |
I'm no longer seeing this error with v5.0.0.rc2 (tested by adding |
Can we close this? |
Still no error with v5.0.0rc3; I'd say "yes". |
Background information
Using the test.c from #6201 (comment), MPI_Win_create() fails using an Open MPI build from the master branch, but succeeds when using a build from tag v4.1.0rc2.
What version of Open MPI are you using?
master, 0bcef04
Describe how Open MPI was installed
The following Dockerfile:
Build thus:
Please describe the system on which you are running
single host, Docker Engine Version 19.03.13, linux/amd64
Details of the problem
When the above Dockerfile is used to build v4.1.0rc2, an executable compiled from the aforementioned test.c exits with status 0:
However, for the latest commit from the master branch (pre-v5.0), an error occurs during MPI_Win_create():
The text was updated successfully, but these errors were encountered: