From ec3c80dd819eaceccf836ce3d2d7a4485331877f Mon Sep 17 00:00:00 2001 From: degomme Date: Sun, 12 Feb 2017 19:53:03 +0100 Subject: [PATCH] we can stop lying here, we handle these --- teshsuite/smpi/mpich3-test/coll/allred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/coll/allred.c b/teshsuite/smpi/mpich3-test/coll/allred.c index 82fdfc28b9..ea6fff5ec2 100644 --- a/teshsuite/smpi/mpich3-test/coll/allred.c +++ b/teshsuite/smpi/mpich3-test/coll/allred.c @@ -278,7 +278,7 @@ struct double_test { 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); \ -- 2.20.1