MPI_File_write_ordered_begin

Langue: en

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

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

NAME

MPI_File_write_ordered_begin - Begin a split collective write using shared file pointer

SYNOPSIS

 int MPI_File_write_ordered_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

write_ordb.c