Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the allred test
authordegomme <degomme@localhost.localdomain>
Tue, 15 Jul 2014 18:07:44 +0000 (20:07 +0200)
committerdegomme <degomme@localhost.localdomain>
Tue, 15 Jul 2014 18:07:44 +0000 (20:07 +0200)
ci slaves have trouble building it (not enough memory probably)

teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/testlist

index b3e10c4..71e3151 100644 (file)
@@ -22,7 +22,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   add_executable(allred4 allred4.c)
   add_executable(allred5 allred5.c)
   add_executable(allred6 allred6.c)
-  add_executable(allred allred.c)
+#  add_executable(allred allred.c)
   add_executable(allredmany allredmany.c)
   add_executable(alltoall1 alltoall1.c)
   add_executable(alltoallv0 alltoallv0.c)
@@ -112,7 +112,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   target_link_libraries(allred4  simgrid mtest_c)
   target_link_libraries(allred5  simgrid mtest_c)
   target_link_libraries(allred6  simgrid mtest_c)
-  target_link_libraries(allred  simgrid mtest_c)
+#  target_link_libraries(allred  simgrid mtest_c)
   target_link_libraries(allredmany  simgrid mtest_c)
   target_link_libraries(alltoall1  simgrid mtest_c)
   target_link_libraries(alltoallv0  simgrid mtest_c)
index 5bd4ecf..3533065 100644 (file)
@@ -1,7 +1,7 @@
 #needs MPI_Errhandler_set MPI_Type_get_name
-allred 4
-allred 7
-allred 4 arg=100
+#allred 4
+#allred 7
+#allred 4 arg=100
 allredmany 4
 allred2 4
 allred3 10