Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate two tests in collective communications
authorAugustin Degomme <augustin.degomme@imag.fr>
Tue, 8 Jul 2014 15:21:30 +0000 (17:21 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Tue, 8 Jul 2014 15:21:30 +0000 (17:21 +0200)
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/testlist

index a7e5d0b..42112a0 100644 (file)
@@ -30,8 +30,8 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
 #  add_executable(alltoallw1 alltoallw1.c)
 #  add_executable(alltoallw2 alltoallw2.c)
 #  add_executable(alltoallw_zeros alltoallw_zeros.c)
-#  add_executable(bcast2 bcast2.c)
-#  add_executable(bcast3 bcast3.c)
+  add_executable(bcast2 bcast2.c)
+  add_executable(bcast3 bcast3.c)
   add_executable(bcasttest bcasttest.c)
   add_executable(bcastzerotype bcastzerotype.c)
   add_executable(coll10 coll10.c)
@@ -120,8 +120,8 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
 #  target_link_libraries(alltoallw1  simgrid mtest_c)
 #  target_link_libraries(alltoallw2  simgrid mtest_c)
 #  target_link_libraries(alltoallw_zeros  simgrid mtest_c)
-#  target_link_libraries(bcast2  simgrid mtest_c)
-#  target_link_libraries(bcast3  simgrid mtest_c)
+  target_link_libraries(bcast2  simgrid mtest_c)
+  target_link_libraries(bcast3  simgrid mtest_c)
   target_link_libraries(bcasttest  simgrid mtest_c)
   target_link_libraries(bcastzerotype  simgrid mtest_c)
   target_link_libraries(coll10  simgrid mtest_c)
index 34b9df9..463ff31 100644 (file)
@@ -35,11 +35,11 @@ bcasttest 4
 bcasttest 8
 bcasttest 10
 #uses MPI_Comm_dup
-#bcast2 4
+bcast2 4
 # More that 8 processes are required to get bcast to switch to the long
 # msg algorithm (see coll definitions in mpiimpl.h)
-#bcast2 10 timeLimit=420
-#bcast3 10 timeLimit=420
+bcast2 10 timeLimit=420
+bcast3 10 timeLimit=420
 bcastzerotype 1
 bcastzerotype 4
 bcastzerotype 5