Re: [OMPI users] MPI_Unpublish_name and MPI_Close_port
From the MPI standard perspective these two functions are independent. george. On Mar 30, 2012, at 21:53 , Mateus Augusto wrote: > Hello, > > Is there a correct order to call both functions MPI_Unplish_name and > MPI_Close_port? > > May we have > MPI_Unplish_name > MPI_Close_port > > or >
[OMPI users] MPI_Unpublish_name and MPI_Close_port
Hello, Is there a correct order to call both functions MPI_Unplish_name and MPI_Close_port? May we have MPI_Unplish_name MPI_Close_port or MPI_Close_port MPI_Unplish_name thank you