Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate scatterv test, which needed Carts and Dim
authordegomme <degomme@localhost.localdomain>
Tue, 15 Jul 2014 14:14:52 +0000 (16:14 +0200)
committerdegomme <degomme@localhost.localdomain>
Tue, 15 Jul 2014 14:14:52 +0000 (16:14 +0200)
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/testlist

index 42112a0..71e3151 100644 (file)
@@ -99,7 +99,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   add_executable(scatter2 scatter2.c)
   add_executable(scatter3 scatter3.c)
   add_executable(scattern scattern.c)
-#  add_executable(scatterv scatterv.c)
+  add_executable(scatterv scatterv.c)
 #  add_executable(uoplong uoplong.c)
 
   target_link_libraries(allgather2  simgrid mtest_c)
@@ -189,7 +189,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   target_link_libraries(scatter2  simgrid mtest_c)
   target_link_libraries(scatter3  simgrid mtest_c)
   target_link_libraries(scattern  simgrid mtest_c)
-#  target_link_libraries(scatterv  simgrid mtest_c)
+  target_link_libraries(scatterv  simgrid mtest_c)
 #  target_link_libraries(uoplong  simgrid mtest_c)
 
 endif()
index 463ff31..3533065 100644 (file)
@@ -29,12 +29,10 @@ allgather2 10
 allgather3 10
 allgatherv2 10
 allgatherv3 10
-#needs thread  factory
 allgatherv4 4 timeLimit=600
 bcasttest 4
 bcasttest 8
 bcasttest 10
-#uses MPI_Comm_dup
 bcast2 4
 # More that 8 processes are required to get bcast to switch to the long
 # msg algorithm (see coll definitions in mpiimpl.h)
@@ -85,8 +83,7 @@ gather2 4
 scattern 4
 scatter2 4
 scatter3 4
-#uses dims, cart 
-#scatterv 4
+scatterv 4
 #icbcast 4
 #icbcast 10
 #icallreduce 5