AMReX-Astro / Microphysics

common astrophysical microphysics routines with interfaces for the different AMReX codes
https://amrex-astro.github.io/Microphysics
Other
34 stars 33 forks source link

test_ase FPEs with SDC #1606

Closed zingale closed 1 month ago

zingale commented 2 months ago

Build test_ase with

make USE_SIMPLIFIED_SDC=TRUE -j 4

then run as:

./main3d.gnu.ex inputs_ase amrex.fpe_trap_invalid=1

and we get and FPE right before the final NSE check

zhichen3 commented 2 months ago

The problem is that we're not fully consistent with using X for strang and rhoX for sdc. I think I'm gonna change everything to rhoX since we have #1542

zingale commented 2 months ago

okay great. Indeed, I was hitting this as I was looking at #1542