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