sst-core
sst-core copied to clipboard
Add Clang to set of compilers for sst-core, ASAN build
It would be good to have clang builds of sst-core/sst-elements tested. Additionally, it would be good to have address sanitizer builds tested for better/more rigorous memory error checks. I have found ASAN much more useful than valgrind in many cases.
Related to #394. We leak tons of memory. It would be good to do a sanitizer build for testing - but lots of core cleanup is needed before this can be done.