Re: [OMPI users] MPI_Unpublish_name and MPI_Close_port

2012-03-31 Thread George Bosilca
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
> 
> MPI_Close_port
> MPI_Unplish_name
> 
> thank you
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users



[OMPI users] MPI_Unpublish_name and MPI_Close_port

2012-03-30 Thread Mateus Augusto
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