MPI_Status_set_elements

Langue: en

Version: 180489 (CentOS - 06/07/09)

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

NAME

MPI_Status_set_elements - Set the opaque part of an MPI_Status so that MPI_Get_elements will return count.

SYNOPSIS

 #include "mpi.h"
 int MPI_Status_set_elements( MPI_Status *status, MPI_Datatype datatype,
                            int count )
 

INPUT PARAMETERS

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