1
1
openmpi/src/mpi/c/intercomm_merge.c
2004-03-17 18:45:16 +00:00

18 строки
336 B
C

/*
* $HEADER$
*/
#include "lam_config.h"
#include "mpi.h"
#include "mpi/c/bindings.h"
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
#pragma weak MPI_Intercomm_merge = PMPI_Intercomm_merge
#endif
int MPI_Intercomm_merge(MPI_Comm intercomm, int high,
MPI_Comm *newintercomm) {
return MPI_SUCCESS;
}