Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / teshsuite / smpi / mpich3-test / group / CMakeLists.txt
index f4bcdc47eb3047b153387afdd8ff5d7cc67b03d0..41ea6ff19047630081ed6bde203e707d84843f82 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()