4040 - name : Run test_rhs (VODE, ignition_simple)
4141 run : |
4242 cd unit_test/test_rhs
43- ./main3d.gnu.ex inputs_ignition_simple
43+ ./main3d.gnu.ex inputs_ignition_simple amrex.fpe_trap_{invalid,zero,overflow}=1
4444 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_ignition_simple_test_rhs.VODE > test.out
4545
4646 - name : Compare to stored output (VODE, ignition_simple)
5757 - name : Run test_rhs (VODE, ignition_chamulak)
5858 run : |
5959 cd unit_test/test_rhs
60- ./main3d.gnu.ex inputs_chamulak
60+ ./main3d.gnu.ex inputs_chamulak amrex.fpe_trap_{invalid,zero,overflow}=1
6161 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_chamulak_test_rhs.VODE > test.out
6262
6363 - name : Compare to stored output (VODE, ignition_chamulak)
7474 - name : Run test_rhs (VODE, iso7)
7575 run : |
7676 cd unit_test/test_rhs
77- ./main3d.gnu.ex inputs_iso7
77+ ./main3d.gnu.ex inputs_iso7 amrex.fpe_trap_{invalid,zero,overflow}=1
7878 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_iso7_test_rhs.VODE > test.out
7979
8080 - name : Compare to stored output (VODE, iso7)
9191 - name : Run test_rhs (VODE, aprox13)
9292 run : |
9393 cd unit_test/test_rhs
94- ./main3d.gnu.ex inputs_aprox13
94+ ./main3d.gnu.ex inputs_aprox13 amrex.fpe_trap_{invalid,zero,overflow}=1
9595 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_aprox13_test_rhs.VODE > test.out
9696
9797 - name : Compare to stored output (VODE, aprox13)
@@ -108,7 +108,7 @@ jobs:
108108 - name : Run test_rhs (VODE, aprox19)
109109 run : |
110110 cd unit_test/test_rhs
111- ./main3d.gnu.ex inputs_aprox19
111+ ./main3d.gnu.ex inputs_aprox19 amrex.fpe_trap_{invalid,zero,overflow}=1
112112 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_aprox19_test_rhs.VODE > test.out
113113
114114 - name : Compare to stored output (VODE, aprox19)
@@ -125,7 +125,7 @@ jobs:
125125 - name : Run test_rhs (VODE, aprox21)
126126 run : |
127127 cd unit_test/test_rhs
128- ./main3d.gnu.ex inputs_aprox21
128+ ./main3d.gnu.ex inputs_aprox21 amrex.fpe_trap_{invalid,zero,overflow}=1
129129 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_aprox21_test_rhs.VODE > test.out
130130
131131 - name : Compare to stored output (VODE, aprox21)
@@ -142,7 +142,7 @@ jobs:
142142 - name : Run test_rhs (VODE, rprox)
143143 run : |
144144 cd unit_test/test_rhs
145- ./main3d.gnu.ex inputs_rprox
145+ ./main3d.gnu.ex inputs_rprox amrex.fpe_trap_{invalid,zero,overflow}=1
146146 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_rprox_test_rhs.VODE > test.out
147147
148148 - name : Compare to stored output (VODE, rprox)
@@ -159,7 +159,7 @@ jobs:
159159 - name : Run test_rhs (VODE, powerlaw)
160160 run : |
161161 cd unit_test/test_rhs
162- ./main3d.gnu.ex inputs_powerlaw
162+ ./main3d.gnu.ex inputs_powerlaw amrex.fpe_trap_{invalid,zero,overflow}=1
163163 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_powerlaw_test_rhs.VODE > test.out
164164
165165 - name : Compare to stored output (VODE, powerlaw)
@@ -176,7 +176,7 @@ jobs:
176176 - name : Run test_rhs (VODE, triple_alpha_plus_cago)
177177 run : |
178178 cd unit_test/test_rhs
179- ./main3d.gnu.ex inputs_triple_alpha_plus_cago
179+ ./main3d.gnu.ex inputs_triple_alpha_plus_cago amrex.fpe_trap_{invalid,zero,overflow}=1
180180 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_triple_alpha_plus_cago_test_rhs.VODE > test.out
181181
182182 - name : Compare to stored output (VODE, triple_alpha_plus_cago)
@@ -193,10 +193,14 @@ jobs:
193193 - name : Run test_rhs (VODE, ECSN)
194194 run : |
195195 cd unit_test/test_rhs
196- ./main3d.gnu.ex inputs_ecsn
196+ ./main3d.gnu.ex inputs_ecsn amrex.fpe_trap_{invalid,zero,overflow}=1
197197 ../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_ecsn_test_rhs.VODE > test.out
198198
199199 - name : Compare to stored output (VODE, ECSN)
200200 run : |
201201 cd unit_test/test_rhs
202202 diff test.out ci-benchmarks/ecsn.out
203+
204+ - name : Print backtrace
205+ if : ${{ failure() && hashFiles('unit_test/test_rhs/Backtrace.0') != '' }}
206+ run : cat unit_test/test_rhs/Backtrace.0
0 commit comments