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 e99c3e3..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