Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "switch default smpi privatization to mmap, as tsan is now allergic to RTLD_DE...
authorAugustin Degomme <augustin.degomme@unibas.ch>
Fri, 16 Feb 2018 23:12:49 +0000 (00:12 +0100)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Fri, 16 Feb 2018 23:12:49 +0000 (00:12 +0100)
This reverts commit c42ed4092ce78e88b5de1a4623c19d3d9d912d3d.

tools/jenkins/Sanitizers.sh

index 90dae0c..2c0cfa3 100755 (executable)
@@ -31,7 +31,6 @@ then
     SANITIZER_OPTIONS="-Denable_address_sanitizer=ON -Denable_undefined_sanitizer=OFF -Denable_thread_sanitizer=OFF"
 elif [ "${SANITIZER}" = "thread" ]
 then
-    export SMPI_PRIVATIZATION="mmap"
     export TSAN_OPTIONS="memory_limit_mb=1500"
     SANITIZER_OPTIONS="-Denable_address_sanitizer=OFF -Denable_undefined_sanitizer=OFF -Denable_thread_sanitizer=ON"
 elif [ "${SANITIZER}" = "undefined" ]