MPI_Type_create_resized-Funktion
Erstellt einen Datentyp mit einer neuen Untergrenze und einer neuen Ausdehnung aus einem vorhandenen Datentyp.
Syntax
int MPIAPI MPI_Type_create_resized(
MPI_Datatype oldtype,
MPI_Aint lb,
MPI_Aint extent,
_Out_ MPI_Datatype *newtype
);
Parameter
oldtype
Eingabedatentyp.lb
Neue Untergrenze des Datentyps.Umfang
Neue Ausdehnung des Datentyps.newtype [out]
Ausgabedatentyp.
Rückgabewert
Gibt MPI_SUCCESS nach Erfolg zurück. Andernfalls ist der Rückgabewert ein Fehlercode.
In Fortran wird der Rückgabewert im IERROR-Parameter gespeichert.
Fortran
MPI_TYPE_CREATE_RESIZED(OLDTYPE, LB, EXTENT, NEWTYPE, IERROR)
INTEGER OLDTYPE, NEWTYPE, IERROR
INTEGER(KIND=MPI_ADDRESS_KIND) LB, EXTENT
Anforderungen
Produkt |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package oder HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliothek |
Msmpi.lib |
DLL |
Msmpi.dll |