parcio / julea

A Flexible Storage Framework for HPC
GNU Lesser General Public License v3.0
33 stars 31 forks source link

Check for memory leaks in CI #145

Open michaelkuhn opened 2 years ago

michaelkuhn commented 2 years ago

We are currently using LeakSanitizer (via AddressSanitizer) when running the tests (but ignore memory leaks). It would probably be best to check for memory leaks separately and also include Valgrind.