Compartir a través de


MPI_File_get_info función

Devuelve las sugerencias de un archivo que MPI usa realmente.

Sintaxis

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

Parámetros

  • file
    Identificador de archivo.

  • info [out]
    Objeto de información.

Valor devuelto

Devuelve MPI_SUCCESS si se realiza correctamente. De lo contrario, el valor devuelto es un código de error.

En Fortran, el valor devuelto se almacena en el parámetro IERROR .

Fortran

    MPI_FILE_GET_INFO(FH, INFO_USED, IERROR)
        INTEGER FH, INFO_USED, IERROR

Requisitos

Producto

Paquete redistribuible DE HPC Pack 2012 MS-MPI, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package o HPC Pack 2008 Client Utilities

Encabezado

Mpi.h; Mpif.h

Biblioteca

Msmpi.lib

Archivo DLL

Msmpi.dll

Consulte también

Funciones de archivo MPI