AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.
http://amrex-astro.github.io/Castro
Other
299 stars 97 forks source link

setup a ASAN CI test #2766

Closed zingale closed 6 months ago

zingale commented 7 months ago

We should setup an address sanitizer CI test. This is how Quokka does it:

https://github.com/quokka-astro/quokka/blob/development/.github/workflows/cmake.yml

https://github.com/quokka-astro/quokka/blob/fcde1aa11205ed64365e42ce7e084a9964aa7e9f/src/CMakeLists.txt#L59

zingale commented 6 months ago

this has been completed in #2771