Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] disable coverage of MC (libdw too ancient on slave)
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 22 Jan 2016 17:16:53 +0000 (18:16 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 22 Jan 2016 17:16:53 +0000 (18:16 +0100)
tools/jenkins/DynamicAnalysis.sh

index d86da91..007f686 100755 (executable)
@@ -76,9 +76,12 @@ make clean
 cmake -Denable_documentation=OFF -Denable_lua=ON -Denable_java=ON -Denable_tracing=ON \
       -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \
       -Denable_latency_bound_tracking=ON -Denable_jedule=ON -Denable_mallocators=ON \
-      -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=O \
+      -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=OFF \
       -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON -Denable_coverage=ON $WORKSPACE
 
+# libdw seems to be too ancient on debian wheezy for model-checking.
+# We need to update the slave before activating model-checking here.
+
 make
 ctest -D ExperimentalStart || true
 ctest -D ExperimentalConfigure || true