1
1
openmpi/src/mpi/c/comm_remote_group.c

18 строки
327 B
C
Исходник Обычный вид История

/*
* $HEADERS$
*/
#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_Comm_remote_group = PMPI_Comm_remote_group
#endif
int MPI_Comm_remote_group(MPI_Comm comm, MPI_Group *group) {
return MPI_SUCCESS;
}