MPI_Type_get_extent función
Obtiene el límite inferior y la extensión de un tipo de datos.
Sintaxis
int MPIAPI MPI_Type_get_extent(
MPI_Datatype datatype,
_Out_ MPI_Aint *lb,
_Out_ MPI_Aint *extent
);
Parámetros
datatype
Tipo de datos sobre el que obtener información.lb [out]
Límite inferior del tipo de datos.extensión [out]
Extensión del tipo de datos.
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_TYPE_GET_EXTENT(DATATYPE, LB, EXTENT, IERROR)
INTEGER DATATYPE, IERROR
INTEGER(KIND = MPI_ADDRESS_KIND) LB, EXTENT
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 |