Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: COMM = MPI_Comm_Load (DESCRIPTION)

Return COMM the MPI_Communicator object whose description is DESCRIPTION, as a string. The default value will be MPI_COMM_WORLD. If DESCRIPTION is omitted, return anyway an MPI_COMM_WORLD comunicator object with no decription. For example,

          MPI_Init();
          X = MPI_Comm_Load("description");
          whos X
          MPI_Finalize();

Package: mpi