MPI_Type_get_extent functie
Hiermee haalt u de ondergrens en het gebied voor een gegevenstype op.
Syntaxis
int MPIAPI MPI_Type_get_extent(
MPI_Datatype datatype,
_Out_ MPI_Aint *lb,
_Out_ MPI_Aint *extent
);
Parameters
Datatype
Gegevenstype om informatie over op te halen.lb [uit]
Ondergrens van gegevenstype.extent [out]
Omvang van het gegevenstype.
Retourwaarde
Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.
In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .
Fortran
MPI_TYPE_GET_EXTENT(DATATYPE, LB, EXTENT, IERROR)
INTEGER DATATYPE, IERROR
INTEGER(KIND = MPI_ADDRESS_KIND) LB, EXTENT
Vereisten
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package of HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliotheek |
Msmpi.lib |
DLL |
Msmpi.dll |