MPI_Comm_get_name
Return the print name from the communicator.
Syntax
MPI_Comm_get_name(comm)
Input argument
comm - a handle: a MPI_Comm object.
Description
MPI_Comm_get_name(comm) returns the print name from the communicator.
Example
CLI required
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated