-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comm_connect/accept fails #398
Comments
We need to devise a "standard" solution to this problem that we, as a community, want to put forward. One simple solution is to declare that the method outlined by the user is "not supported" and instead direct them to launch a PRRTE DVM and then use Just need to decide on the architecture and move forward. |
I've just run into the same problem, detailed here and in open-mpi/ompi#6916 .
Does it mean that using Edit: after some digging and testing, it looks like the |
After pondering this and working on PRRTE integration into OMPI, I think the correct answer here is to use the DVM. In truth, the old The correct solution therefore is to:
This gives you the same result as before, only in a cleaner (and faster) package. @jjhursey We need to add this to the OMPI and PRRTE man pages (in some appropriate place). |
Hello,
I have started to develop a distributed application and I am trying to use mpi dynamic process for data exchange. The problem is that when I run the program, I always receive the same error.
I have compiled version 4.0.2 from source with gcc7. First, I tried a machine with Centos 7, then I tried one with Ubuntu 18.04 and finally another with Ubuntu 19.04 with the same result.
I have seen similar errors in other issues but they were about different problems. For example, open-mpi/ompi#6916
The source code
Server:
Client:
Execution
Once the source code has been compiled, I open three terminals in the same machine and I execute the following commands in order:
Output
I have tried all the solutions that I found and I have run out of ideas. I don't know if this is a bug or it's me that I forgot to set some parameter or environment variable.
Is there anyone who can help me?
Thank you in advance.
Cross-reference: open-mpi/ompi#7094
The text was updated successfully, but these errors were encountered: