Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix warnings about unused variables in mpich3-test.
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / mprobe.c
index b45834e..c48d871 100644 (file)
 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);