función MPI_File_get_size
Devuelve el tamaño del archivo.
Sintaxis
int MPIAPI MPI_File_get_size(
MPI_File file,
_Out_ MPI_Offset *size
);
Parámetros
file
Identificador de archivo.size [out]
Tamaño del archivo en bytes.
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_SIZE(FH, SIZE, IERROR)
INTEGER FH, 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 |