Neutral Binding
MPI_ADDRESS(location, address) [ IN location] location in caller memory (choice) [ OUT address] address of location (integer)
C Binding
int MPI_Address(void* location, MPI_Aint *address)
Note: This function is deprecated.
FORTRAN Binding
MPI_ADDRESS(LOCATION, ADDRESS, IERROR) <type> LOCATION(*) INTEGER ADDRESS, IERROR
Note: This function is deprecated.
C++ Binding (in the MPI:: namespace)
MPI::Aint MPI::Get_address(void* location)
|
|