Subject: [OMPI users] MPI_Unpublish_name and MPI_Close_port From: Mateus Augusto (teleomintos_at_[hidden]) Date: 2012-03-30 21:53:17
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