Toolchain: Add leak suppression for DeePMD

This commit is contained in:
Ole Schütt 2024-01-19 14:38:11 +01:00 committed by Ole Schütt
parent 22538ecd34
commit bfded9abfe

View file

@ -95,6 +95,7 @@ EOF
cat << EOF >> "${INSTALLDIR}/lsan.supp"
# leaks related to DeePMD-kit and TensorFlow
leak:DP_NewDeepPot
leak:deepmd::AtomMap::AtomMap
EOF
fi