From fb073056b373dd3a8548f9c95612bb52460e00a6 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 9 Jul 2014 00:21:24 +0200 Subject: [PATCH] activate working test --- teshsuite/smpi/mpich3-test/group/CMakeLists.txt | 4 ++-- teshsuite/smpi/mpich3-test/group/testlist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/group/CMakeLists.txt b/teshsuite/smpi/mpich3-test/group/CMakeLists.txt index f4bcdc47eb..41ea6ff190 100644 --- a/teshsuite/smpi/mpich3-test/group/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/group/CMakeLists.txt @@ -17,14 +17,14 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) add_executable(grouptest2 grouptest2.c) add_executable(grouptest grouptest.c) add_executable(gtranks gtranks.c) -# add_executable(gtranksperf gtranksperf.c) + add_executable(gtranksperf gtranksperf.c) target_link_libraries(groupcreate simgrid mtest_c) # target_link_libraries(groupnullincl simgrid mtest_c) target_link_libraries(grouptest2 simgrid mtest_c) target_link_libraries(grouptest simgrid mtest_c) target_link_libraries(gtranks simgrid mtest_c) -# target_link_libraries(gtranksperf simgrid mtest_c) + target_link_libraries(gtranksperf simgrid mtest_c) endif() diff --git a/teshsuite/smpi/mpich3-test/group/testlist b/teshsuite/smpi/mpich3-test/group/testlist index 86b05c39d0..8bca2d8872 100644 --- a/teshsuite/smpi/mpich3-test/group/testlist +++ b/teshsuite/smpi/mpich3-test/group/testlist @@ -6,4 +6,4 @@ grouptest2 4 gtranks 8 # this may be too many processes for some systems, but the test needs a # large-ish number of processes to yield an effective performance check -#gtranksperf 20 +gtranksperf 20 -- 2.20.1