#include "mpi.h"
int MPI_Status_set_elements( MPI_Status *status, MPI_Datatype datatype,
                           int count )
| status | Status to associate count with (Status) | |
| datatype | datatype associated with count (handle) | |
| count | number of elements to associate with status (integer) | 
Location:statuselm.c