Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reactivate allred test
authorAugustin Degomme <augustin.degomme@imag.fr>
Mon, 21 Jul 2014 09:32:40 +0000 (11:32 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Mon, 21 Jul 2014 09:32:40 +0000 (11:32 +0200)
But have its compilation flags set to O0 to avoid issues with ci slaves (too long time to compile with optims all the macros used, and too much memory used)

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

index 7f4dc7f..0945a17 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)
@@ -113,7 +113,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)
@@ -194,6 +194,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   target_link_libraries(scatterv  simgrid mtest_c)
 #  target_link_libraries(uoplong  simgrid mtest_c)
 
+  set_target_properties(allred PROPERTIES COMPILE_FLAGS "-O0" LINK_FLAGS "-O0")
 endif()
 
 set(tesh_files
index 08463d6..434ea84 100644 (file)
@@ -1,7 +1,6 @@
-#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