21bc9ef220
This commit was SVN r527.
17 строки
297 B
C
17 строки
297 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_Topo_test = PMPI_Topo_test
|
|
#endif
|
|
|
|
int MPI_Topo_test(MPI_Comm comm, int *status) {
|
|
return MPI_SUCCESS;
|
|
}
|