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 0c86cb5 commit 3658850Copy full SHA for 3658850
.github/workflows/ci.yml
@@ -276,7 +276,7 @@ jobs:
276
if [ $? -ne 0 ]; then exit 1; fi; \
277
rm log PPreaction.txt inputs/inputs.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}}
+ make -j ${{env.NPROCS}} Eos_Model=Manifold Transport_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
python check_ignDelay.py
282
0 commit comments