Hello, I wasn't able to find anything about that in the standard. Given this situation:
MPI_Open_port(MPI_INFO_NULL, portName); MPI_Comm communicator; MPI_Comm_accept(portName, MPI_INFO_NULL, 0, MPI_COMM_WORLD, &communicator); MPI_Close_port(portName); // can I still use communicator here? Does the close port invalidates communicator? Or does it means the port closes for any new incoming connections, i.e., Comm_accept won't work anymore on it? Thanks, Florian _______________________________________________ users mailing list [email protected] https://lists.open-mpi.org/mailman/listinfo/users
