Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to fill up the disks of build daemons with core files.
[simgrid.git] / buildtools / pipol / Nightly_simgrid.sh
index d148775..b556483 100755 (executable)
@@ -42,6 +42,8 @@
 #___________________________________________________________________________________________________
 #MacOS Snow Leopard 10.6____________________________________________________________________________
 
+ulimit -c 0
+
 if [ -e ./pipol ] ; then
         rm -rf ./pipol/$PIPOL_HOST
         mkdir ./pipol/$PIPOL_HOST
@@ -72,7 +74,8 @@ mkdir build-def
 cd build-def
 
 #DEFAULT CONF
-cmake ..
+cmake \
+-Denable_smpi_MPICH3_testsuite=on ..
 ctest -D NightlyStart
 ctest -D NightlyConfigure
 ctest -D NightlyBuild
@@ -89,6 +92,7 @@ git clean -dfx
 cmake \
 -Denable_coverage=on \
 -Denable_model-checking=on \
+-Denable_java=on \
 -Denable_lua=on \
 -Denable_compile_optimizations=off .
 ctest -D NightlyStart