MPI_Free_mem-Funktion
Gibt den mit MPI_Alloc_mem zugeordneten Arbeitsspeicher frei.
Syntax
int MPIAPI MPI_Free_mem(
_In_ void *base
);
Parameter
-
base [in]
Anfangsadresse des Speichersegments, das von MPI_Alloc_mem zugeordnet wird.
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_FREE_MEM(BASE, IERROR)
<type> BASE(*)
INTEGER IERROR
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 |