2004-01-25 23:03:40 +00:00
|
|
|
/*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "lam_config.h"
|
|
|
|
|
|
|
|
#include "mpi.h"
|
2004-03-17 18:45:16 +00:00
|
|
|
#include "mpi/c/bindings.h"
|
2004-01-25 23:03:40 +00:00
|
|
|
|
|
|
|
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
|
|
|
#pragma weak MPI_Keyval_free = PMPI_Keyval_free
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int MPI_Keyval_free(int *keyval) {
|
|
|
|
return MPI_SUCCESS;
|
|
|
|
}
|