Skip to content

Commit

Permalink
attempting to add lsan suppression for mpi leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Feb 4, 2025
1 parent dd4bd92 commit b5d0fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ibm_clang_14_0_5_mpi_shmem_memleak:
variables:
SPEC: "~shared +asan +tools tests=basic +ipc_shmem +mpi %clang@=14.0.5.ibm.gcc.8.3.1 cxxflags==-fsanitize=address ^spectrum-mpi"
ASAN_OPTIONS: "detect_leaks=1"
LSAN_OPTIONS: "suppressions=/usr/workspace/umdev/MyASan.supp"
extends: .job_on_lassen

ibm_clang_14_0_5_mpi:
Expand Down

0 comments on commit b5d0fdf

Please sign in to comment.