Partager via


MPI_File_get_info, fonction

Retourne les indicateurs d’un fichier qui sont réellement utilisés par MPI.

Syntaxe

int MPIAPI MPI_File_get_info(
        MPI_File file,
  _Out_ MPI_Info *info
);

Paramètres

  • file
    Descripteur de fichier.

  • info [out]
    Objet Info.

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_GET_INFO(FH, INFO_USED, IERROR)
        INTEGER FH, INFO_USED, 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

Voir aussi

Fonctions de fichier MPI