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

Received Message Count

C:

int MPI_Get_count (MPI_Status *status, 
                   MPI_Datatype datatype, 
                   int *count);

Fortran:

subroutine MPI_Get_count (status, datatype, 
                          count, ierror)

integer status(MPI_STATUS_SIZE), datatype
integer count, ierror

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