Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / reduce_local.c
index 9bf6820..6521bb7 100644 (file)
@@ -40,11 +40,13 @@ static void user_op(void *invec, void *inoutvec, int *len, MPI_Datatype *datatyp
 int main( int argc, char *argv[] )
 {
     int errs = 0;
+#if MTEST_HAVE_MIN_MPI_VERSION(2,2)
     int i;
     int *inbuf = NULL;
     int *inoutbuf = NULL;
     int count = -1;
     MPI_Op uop = MPI_OP_NULL;
+#endif
 
     MTest_Init(&argc, &argv);
 #if MTEST_HAVE_MIN_MPI_VERSION(2,2)