MPI_File_write_all_end functie
Hiermee voltooit u een gesplitste collectieve schrijfbewerking met behulp van afzonderlijke bestandspointer.
Syntaxis
int MPIAPI MPI_File_write_all_end(
MPI_File file,
_In_ void *buf,
_Out_ MPI_Status *status
);
Parameters
Bestand
Bestandsingang.buf [in]
Het oorspronkelijke adres van de buffer.status [uit]
Statusobject.
Retourwaarde
Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.
In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .
Fortran
MPI_FILE_WRITE_ALL_END(FH, BUF, STATUS, IERROR)
<type> BUF(*)
INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR
Vereisten
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package of HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliotheek |
Msmpi.lib |
DLL |
Msmpi.dll |