MPI_Comm_rank
Last updated
Was this helpful?
Last updated
Was this helpful?
Determines the rank of the calling process in the communicator.
r = MPI_Comm_rank(Comm)
Comm - a MPI_Comm object.
r - an integer value: rank of the calling process in the group of Comm.
Return the rank of the calling process in the specified communicator.
.
mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.m'], 4)
1.0.0
initial version
Allan CORNET