/* * $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_Graph_neighbors = PMPI_Graph_neighbors #endif int MPI_Graph_neighbors(MPI_Comm comm, int rank, int maxneighbors, int *neighbors) { return MPI_SUCCESS; }