Hi everybody
I want to use MPI_publish_name function to do communicaztion between two
independant code.
I saw on the web i must use the orted daemon with the following command:
orted --persistent --seed --scope public --universe foo
The communication success, but when i close the communication I have a
dead-lock at the following function: MPI_Comm_disconnect();
I have a second question:
How can i stop the orted daemon?
Bernard
|