How many processes are contained within a communicator?
C:
int MPI_Comm_size(MPI_Comm comm, int *size);
Fortran:
subroutine MPI_Comm_size(comm, size, ierror) integer comm, size, ierror