mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Ignore memory leak in MPICH 4.2.3 (MPL_malloc)
This commit is contained in:
parent
532597cfc8
commit
a8a06764e0
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue