MPI_File_read_all_begin

Langue: en

Version: 119725 (mandriva - 01/05/08)

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

NAME

MPI_File_read_all_begin - Begin a split collective read using individual file pointer

SYNOPSIS

 int MPI_File_read_all_begin(MPI_File mpi_fh, void *buf, int count, 
                             MPI_Datatype datatype)
 

INPUT PARAMETERS

fh
- file handle (handle)
count
- number of elements in buffer (nonnegative integer)
datatype
- datatype of each buffer element (handle)

OUTPUT PARAMETERS

buf
- initial address of buffer (choice)

LOCATION

read_allb.c