1
1
openmpi/src/mpi/interface/c/address.c
Prabhanjan Kambadur 231b6716e5 Adding these MPI shells. Someday, someone has to actually write the
functions

This commit was SVN r491.
2004-01-20 06:12:28 +00:00

18 строки
294 B
C

/*
* $HEADER$
*/
#include "lam_config.h"
#include <stdio.h>
#include "mpi.h"
#include "mpi/interface/c/bindings.h"
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
#pragma weak MPI_Address = PMPI_Address
#endif
int MPI_Address(void *location, MPI_Aint *address){
return MPI_SUCCESS;
}