Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
turn off the mallocators during the memory check
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 15 Nov 2012 09:44:11 +0000 (10:44 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 15 Nov 2012 09:44:11 +0000 (10:44 +0100)
buildtools/pipol/Nightly_memCheck.sh

index 28a8506..ccf05a4 100755 (executable)
@@ -39,6 +39,7 @@ cmake \
 -Denable_latency_bound_tracking=off \
 -Denable_gtnets=off \
 -Denable_jedule=off \
+-Denable_mallocators=off \
 -Denable_memcheck=on ./
 ctest -D NightlyStart
 ctest -D NightlyConfigure