From 91b602c607007d277a82d60aefe46b72e938424e Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 20 Oct 2023 09:27:42 -0400 Subject: [PATCH] fix CI diffs due to AMReX change --- .github/workflows/burn_cell.yml | 14 +++++++------- .github/workflows/eos_cell.yml | 4 ++-- .github/workflows/nse_net.yml | 2 +- .github/workflows/nse_table.yml | 2 +- .github/workflows/nse_test.yml | 2 +- .github/workflows/test_nse_interp.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/burn_cell.yml b/.github/workflows/burn_cell.yml index 20a0028dc9..5be60fe859 100644 --- a/.github/workflows/burn_cell.yml +++ b/.github/workflows/burn_cell.yml @@ -40,7 +40,7 @@ jobs: - name: Compare to stored output (VODE, subch_approx) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_unit_test.out - name: Compile, burn_cell (VODE, ECSN) run: | @@ -56,7 +56,7 @@ jobs: - name: Compare to stored output (VODE, ECSN) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/ecsn_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/ecsn_unit_test.out - name: Compile, burn_cell (VODE, ignition_chamulak) run: | @@ -72,7 +72,7 @@ jobs: - name: Compare to stored output (VODE, ignition_chamulak) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/chamulak_VODE_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/chamulak_VODE_unit_test.out - name: Compile, burn_cell (ForwardEuler, triple_alpha_plus_cago) run: | @@ -88,7 +88,7 @@ jobs: - name: Compare to stored output (ForwardEuler, triple_alpha_plus_cago) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/triple_alpha_plus_cago_FE_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/triple_alpha_plus_cago_FE_unit_test.out - name: Compile, burn_cell (BackwardEuler, subch_approx) run: | @@ -104,7 +104,7 @@ jobs: - name: Compare to stored output (BackwardEuler, subch_approx) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_BE_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_BE_unit_test.out - name: Compile, burn_cell (QSS, aprox13) run: | @@ -120,7 +120,7 @@ jobs: - name: Compare to stored output (QSS, aprox13) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_QSS_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_QSS_unit_test.out - name: Compile, burn_cell (RKC, aprox13) run: | @@ -136,4 +136,4 @@ jobs: - name: Compare to stored output (RKC, aprox13) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_RKC_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_RKC_unit_test.out diff --git a/.github/workflows/eos_cell.yml b/.github/workflows/eos_cell.yml index 358174d539..806d9037c6 100644 --- a/.github/workflows/eos_cell.yml +++ b/.github/workflows/eos_cell.yml @@ -40,7 +40,7 @@ jobs: - name: Compare to stored output (helmholtz) run: | cd unit_test/eos_cell - diff -I "^AMReX" test.out ci-benchmarks/eos_helmholtz.out + diff -I "^Initializing AMReX" -I "^AMReX" test.out ci-benchmarks/eos_helmholtz.out - name: Compile eos_cell (gamma_law) run: | @@ -56,6 +56,6 @@ jobs: - name: Compare to stored output (gamma_law) run: | cd unit_test/eos_cell - diff -I "^AMReX" test.out ci-benchmarks/eos_gamma_law.out + diff -I "^Initializing AMReX" -I "^AMReX" test.out ci-benchmarks/eos_gamma_law.out diff --git a/.github/workflows/nse_net.yml b/.github/workflows/nse_net.yml index 69857383b1..9e04c7bc17 100644 --- a/.github/workflows/nse_net.yml +++ b/.github/workflows/nse_net.yml @@ -40,6 +40,6 @@ jobs: - name: Compare to stored output (NSE_NET, ase) run: | cd unit_test/test_ase - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/ase_nse_net_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/ase_nse_net_unit_test.out diff --git a/.github/workflows/nse_table.yml b/.github/workflows/nse_table.yml index 2479f18e6a..260c43af3d 100644 --- a/.github/workflows/nse_table.yml +++ b/.github/workflows/nse_table.yml @@ -40,6 +40,6 @@ jobs: - name: Compare to stored output (NSE, aprox19) run: | cd unit_test/burn_cell - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox19_nse_unit_test.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox19_nse_unit_test.out diff --git a/.github/workflows/nse_test.yml b/.github/workflows/nse_test.yml index b7d4558b1e..130c1a4988 100644 --- a/.github/workflows/nse_test.yml +++ b/.github/workflows/nse_test.yml @@ -40,5 +40,5 @@ jobs: - name: Compare to stored output (aprox21) run: | cd unit_test/test_nse - diff -I "^AMReX" -I "^reading in reaclib rates" -I "^0x" test.out ci-benchmarks/aprox21_ci.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" -I "^0x" test.out ci-benchmarks/aprox21_ci.out diff --git a/.github/workflows/test_nse_interp.yml b/.github/workflows/test_nse_interp.yml index a642b447e7..26f1ec6503 100644 --- a/.github/workflows/test_nse_interp.yml +++ b/.github/workflows/test_nse_interp.yml @@ -40,4 +40,4 @@ jobs: - name: Compare to stored output (NSE, aprox19) run: | cd unit_test/test_nse_interp - diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox19.out + diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox19.out