Navigation

Operators and Keywords

Function List:

C++ API

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