Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add in DefinePackage.cmake the man pages
[simgrid.git] / buildtools / pipol / Experimental_bindings.sh
index c88899f..8e7f0ea 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+ulimit -c 0
+
 if [ -e ./pipol ] ; then
        rm -rf ./pipol/$PIPOL_HOST
        mkdir ./pipol/$PIPOL_HOST
@@ -30,7 +32,8 @@ mkdir build-def
 cd build-def
 
 #DEFAULT CONF
-cmake ..
+cmake \
+-Denable_smpi_MPICH3_testsuite=on ..
 ctest -D ExperimentalStart
 ctest -D ExperimentalConfigure
 ctest -D ExperimentalBuild