/*D
   MPI_Address - Gets the address of a location in memory

Synopsis:
.vb
int MPI_Address(void *location, MPI_Aint *address)
.ve

Input Parameters:
. location - location in caller memory (choice)

Output Parameters:
. address - address of location (integer)

.N Removed
   The replacement for this routine is 'MPI_Get_address'.

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_OTHER

D*/

