Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate working test
authorAugustin Degomme <augustin.degomme@imag.fr>
Tue, 8 Jul 2014 22:21:24 +0000 (00:21 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Tue, 8 Jul 2014 22:21:24 +0000 (00:21 +0200)
teshsuite/smpi/mpich3-test/group/CMakeLists.txt
teshsuite/smpi/mpich3-test/group/testlist

index f4bcdc4..41ea6ff 100644 (file)
@@ -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()
 
index 86b05c3..8bca2d8 100644 (file)
@@ -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