Ignore memory leak in MPICH 4.2.3 (MPL_malloc)

This commit is contained in:
Matthias Krack 2025-01-06 17:16:42 +01:00
parent 532597cfc8
commit a8a06764e0

View file

@ -159,6 +159,8 @@ cat << EOF >> ${INSTALLDIR}/lsan.supp
# MPICH 3.3.2 with GCC 10.3.0
leak:MPIR_Find_local_and_external
leak:MPIU_Find_local_and_external
# MPICH 4.2.3
leak:MPL_malloc
EOF
load "${BUILDDIR}/setup_mpich"