[WIP] Run regression tests under ASAN
[alexxy/gromacs.git] / admin / gitlab-ci / gromacs.gitlab-ci.yml
index 13df73910b8d050c4e594f9576f2b6f1b3caca93..3802f3dd7fe2848163b0826896ce44cae1b4c8e3 100644 (file)
@@ -578,8 +578,7 @@ gromacs:clang-8-cuda-10.1:release:build:
   retry:
     max: 1
   script:
-    # This should go away once we are able to run ASAN on mdrun
-    - export ASAN_OPTIONS="detect_leaks=0"
+    - export LSAN_OPTIONS="suppressions=$CI_PROJECT_DIR/admin/lsan-suppressions.txt:print_suppressions=0"
     # Needed to run MPI enabled code in the docker images, until we set up different users
     - export OMPI_ALLOW_RUN_AS_ROOT=1
     - export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1