X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58ea59660df7ff5af144848bd7e5bc7d8b66bf37..7d18220729378bc55a4b8ccc298d80e03263f3f0:/teshsuite/smpi/mpich3-test/pt2pt/mprobe.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/mprobe.c b/teshsuite/smpi/mpich3-test/pt2pt/mprobe.c index b45834e4bc..c48d871d40 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/mprobe.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/mprobe.c @@ -31,15 +31,15 @@ int main(int argc, char **argv) { int errs = 0; - int found, completed; int rank, size; +#ifdef TEST_MPROBE_ROUTINES + int found, completed; int sendbuf[8], recvbuf[8]; int count; -#ifdef TEST_MPROBE_ROUTINES MPI_Message msg; -#endif MPI_Request rreq; MPI_Status s1, s2; +#endif MPI_Init(&argc, &argv);