Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics about excluded tests to ease the writing of reporting scripts
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 4 Apr 2015 12:57:28 +0000 (14:57 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 4 Apr 2015 12:57:38 +0000 (14:57 +0200)
teshsuite/smpi/mpich3-test/comm/CMakeLists.txt
teshsuite/smpi/mpich3-test/topo/CMakeLists.txt

index 779209f..ca98ccb 100644 (file)
@@ -20,9 +20,9 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   add_executable(comm_create_group comm_create_group.c)
   add_executable(comm_group_half comm_group_half.c)
   add_executable(comm_group_rand comm_group_rand.c)
   add_executable(comm_create_group comm_create_group.c)
   add_executable(comm_group_half comm_group_half.c)
   add_executable(comm_group_rand comm_group_rand.c)
- # add_executable(comm_idup comm_idup.c)
- # add_executable(comm_idup_mul comm_idup_mul.c)
- # add_executable(comm_idup_overlap comm_idup_overlap.c)
+ add_executable(comm_idup comm_idup.c)
+ add_executable(comm_idup_mul comm_idup_mul.c)
+ add_executable(comm_idup_overlap comm_idup_overlap.c)
   add_executable(comm_info comm_info.c)
 #  add_executable(commname commname.c)
   add_executable(ctxalloc ctxalloc.c)
   add_executable(comm_info comm_info.c)
 #  add_executable(commname commname.c)
   add_executable(ctxalloc ctxalloc.c)
@@ -46,7 +46,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   target_link_libraries(comm_create_group simgrid mtest_c)
   target_link_libraries(comm_group_half simgrid mtest_c)
   target_link_libraries(comm_group_rand simgrid mtest_c)
   target_link_libraries(comm_create_group simgrid mtest_c)
   target_link_libraries(comm_group_half simgrid mtest_c)
   target_link_libraries(comm_group_rand simgrid mtest_c)
- # target_link_libraries(comm_idup simgrid mtest_c)
+ target_link_libraries(comm_idup simgrid mtest_c)
   target_link_libraries(comm_info simgrid mtest_c)
 #  target_link_libraries(commname simgrid mtest_c)
   target_link_libraries(ctxalloc simgrid mtest_c)
   target_link_libraries(comm_info simgrid mtest_c)
 #  target_link_libraries(commname simgrid mtest_c)
   target_link_libraries(ctxalloc simgrid mtest_c)
index 1170fa0..5224a24 100644 (file)
@@ -14,7 +14,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
 
 
 add_executable(cartcreates cartcreates.c)
 
 
 add_executable(cartcreates cartcreates.c)
- #add_executable(cartmap1 cartmap1.c)
+#add_executable(cartmap1 cartmap1.c)
 add_executable(cartshift1 cartshift1.c)
 add_executable(cartsuball cartsuball.c)
 add_executable(cartzero cartzero.c)
 add_executable(cartshift1 cartshift1.c)
 add_executable(cartsuball cartsuball.c)
 add_executable(cartzero cartzero.c)