Skip to content

VODE: bail out of the nonlinear solve if we predict negative mass fractions #2563

VODE: bail out of the nonlinear solve if we predict negative mass fractions

VODE: bail out of the nonlinear solve if we predict negative mass fractions #2563

name: macos_burn_cell_primordial_chem
on: [pull_request]
jobs:
burn_cell:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install dependencies
run: |
brew install openmpi python3 || true
- name: Compile and run
run: |
mkdir build && cd build
cmake .. -DBUILD_UNIT_TEST_PC=true -DBUILD_AMReX=true
make -j 4
ctest --output-on-failure