5
5
burn_cell :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@v4
9
9
with :
10
10
fetch-depth : 0
11
11
40
40
- name : Compare to stored output (VODE, subch_approx)
41
41
run : |
42
42
cd unit_test/burn_cell
43
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_unit_test.out
43
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_unit_test.out
44
44
45
45
- name : Compile, burn_cell (VODE, ECSN)
46
46
run : |
56
56
- name : Compare to stored output (VODE, ECSN)
57
57
run : |
58
58
cd unit_test/burn_cell
59
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/ecsn_unit_test.out
59
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/ecsn_unit_test.out
60
60
61
61
- name : Compile, burn_cell (VODE, ignition_chamulak)
62
62
run : |
72
72
- name : Compare to stored output (VODE, ignition_chamulak)
73
73
run : |
74
74
cd unit_test/burn_cell
75
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/chamulak_VODE_unit_test.out
75
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/chamulak_VODE_unit_test.out
76
76
77
77
- name : Compile, burn_cell (ForwardEuler, triple_alpha_plus_cago)
78
78
run : |
88
88
- name : Compare to stored output (ForwardEuler, triple_alpha_plus_cago)
89
89
run : |
90
90
cd unit_test/burn_cell
91
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/triple_alpha_plus_cago_FE_unit_test.out
91
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/triple_alpha_plus_cago_FE_unit_test.out
92
92
93
93
- name : Compile, burn_cell (BackwardEuler, subch_approx)
94
94
run : |
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Compare to stored output (BackwardEuler, subch_approx)
105
105
run : |
106
106
cd unit_test/burn_cell
107
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_BE_unit_test.out
107
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_BE_unit_test.out
108
108
109
109
- name : Compile, burn_cell (QSS, aprox13)
110
110
run : |
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Compare to stored output (QSS, aprox13)
121
121
run : |
122
122
cd unit_test/burn_cell
123
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_QSS_unit_test.out
123
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_QSS_unit_test.out
124
124
125
125
- name : Compile, burn_cell (RKC, aprox13)
126
126
run : |
@@ -136,4 +136,4 @@ jobs:
136
136
- name : Compare to stored output (RKC, aprox13)
137
137
run : |
138
138
cd unit_test/burn_cell
139
- diff -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_RKC_unit_test.out
139
+ diff -I "^Initializing AMReX" -I "^ AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/aprox13_RKC_unit_test.out
0 commit comments