We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8900aaa commit b3ff86cCopy full SHA for b3ff86c
.github/workflows/ci.yml
@@ -274,6 +274,8 @@ jobs:
274
bash exec_ignDelay.sh firstpass
275
python check_ignDelay.py
276
if [ $? -ne 0 ]; then exit 1; fi; \
277
+ rm log PPreaction.txt inputs/input.0d_refine
278
+ make realclean
279
make -j ${{env.NPROCS}} Eos_Model=Manifold Manifold_Dim=1 Chemistry_Model=Null TINY_PROFILE=TRUE USE_CCACHE=TRUE ${{matrix.amrex_build_args}}
280
bash exec_ignDelay.sh manifold
281
0 commit comments