/* * $HEADERS$ */ #include "lam_config.h" #include #include "mpi.h" #include "mpi/interface/c/bindings.h" #if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES #pragma weak MPI_Comm_get_parent = PMPI_Comm_get_parent #endif int MPI_Comm_get_parent(MPI_Comm *parent) { return MPI_SUCCESS; }