HomeMPI Programming MPI 1.1 Index Using MPI on the AC <- Prev -- Index -- Next ->

Size

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

APAC NATIONAL FACILITY<- Prev -- Index -- Next ->