Loadable Function: DESCRIPTION = MPI_Comm_Test (COMM)
Return DESCRIPTION string description of the MPI_Communicator COMM. For example,
MPI_Init(); X = MPI_Comm_Load("description"); whos X MPI_Comm_Test(X) ⇒ "description" MPI_Finalize();
Package: mpi