MPI_File_write_ordered_end, fonction
Termine une écriture collective fractionnée à l’aide du pointeur de fichier partagé.
Syntaxe
int MPIAPI MPI_File_write_ordered_end(
MPI_File file,
_In_ void *buf,
_Out_ MPI_Status *status
);
Paramètres
file
Descripteur de fichier.buf [in]
Adresse initiale de la mémoire tampon.status [out]
Objet Status.
Valeur retournée
Retourne MPI_SUCCESS en cas de réussite. Sinon, la valeur de retour est un code d’erreur.
Dans Fortran, la valeur de retour est stockée dans le paramètre IERROR .
Fortran
MPI_FILE_WRITE_ORDERED_END(FH, BUF, STATUS, IERROR)
<type> BUF(*)
INTEGER FH, STATUS(MPI_STATUS_SIZE), IERROR
Configuration requise
Produit |
Package redistribuable MS-MPI HPC Pack 2012, package redistribuable HPC Pack 2008 R2 MS-MPI, package redistribuable MS-MPI HPC Pack 2008 ou utilitaires clients HPC Pack 2008 |
En-tête |
Mpi.h ; Mpif.h |
Bibliothèque |
Msmpi.lib |
DLL |
Msmpi.dll |