Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we can stop lying here, we handle these
authordegomme <augustin.degomme@unibas.ch>
Sun, 12 Feb 2017 18:53:03 +0000 (19:53 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Sun, 12 Feb 2017 18:53:03 +0000 (19:53 +0100)
teshsuite/smpi/mpich3-test/coll/allred.c

index 82fdfc2..ea6fff5 100644 (file)
@@ -278,7 +278,7 @@ struct double_test {
         STRUCT_ALLREDUCE_AND_FREE(mpi_type, MPI_MINLOC, in, out, sol);  \
     }
 
         STRUCT_ALLREDUCE_AND_FREE(mpi_type, MPI_MINLOC, in, out, sol);  \
     }
 
-#if MTEST_HAVE_MIN_MPI_VERSION(3,2)
+#if MTEST_HAVE_MIN_MPI_VERSION(2,2)
 #define test_types_set_mpi_2_2_integer(op,post) do {                \
         op##_test##post(int8_t, MPI_INT8_T);                        \
         op##_test##post(int16_t, MPI_INT16_T);                      \
 #define test_types_set_mpi_2_2_integer(op,post) do {                \
         op##_test##post(int8_t, MPI_INT8_T);                        \
         op##_test##post(int16_t, MPI_INT16_T);                      \