Skip to content

Commit

Permalink
update CI benchmarks (#75)
Browse files Browse the repository at this point in the history
most of these are roundoff diffs due to Microphysics changes
nova is a larger change due to the recent merged inputs changes
  • Loading branch information
zingale authored Feb 12, 2025
1 parent e5ded59 commit 756fd65
Show file tree
Hide file tree
Showing 18 changed files with 33,059 additions and 27,939 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecsn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd ECSN
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lagrangian_planar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd lagrangian_planar
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/low_mass_convective_star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd low_mass_convective_star
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/massive_star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd massive_star
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spherical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd spherical
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_chandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd sub_chandra
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd test2
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toy_atm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd toy_atm
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/urca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: |
cd urca/spherical
make -j2
make -j 4
- name: Run with regular grid
run: |
Expand Down
7,518 changes: 3,759 additions & 3,759 deletions ECSN/ci-benchmarks/ECSN-ONe6040-final.hse.dx24414.06cm

Large diffs are not rendered by default.

25,602 changes: 15,361 additions & 10,241 deletions lagrangian_planar/ci-benchmarks/glasner_T7.hse.dx10000.00cm

Large diffs are not rendered by default.

23,038 changes: 11,519 additions & 11,519 deletions massive_star/ci-benchmarks/15m_500_sec.aprox19.hse.dx20.00km

Large diffs are not rendered by default.

1,946 changes: 973 additions & 973 deletions spherical/ci-benchmarks/WD_rhoc_2.e9_M_1.1.hse.dx2.00km

Large diffs are not rendered by default.

Large diffs are not rendered by default.

680 changes: 340 additions & 340 deletions test2/ci-benchmarks/model.hse.dx5.62km

Large diffs are not rendered by default.

360 changes: 180 additions & 180 deletions toy_atm/ci-benchmarks/toy_xrb.hi_dens.hse.tanh.delta_12.00cm.dx_3.00cm

Large diffs are not rendered by default.

658 changes: 329 additions & 329 deletions urca/spherical/ci-benchmarks/WD_urca_nuc_cpp_hot.hse.1024

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion urca/spherical/init_1d.H
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ AMREX_INLINE void init_1d() {

//use_eos_coulomb comes in from extern_probin_module -- override
//here if desired
use_eos_coulomb = true;
eos_rp::use_eos_coulomb = true;


//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 756fd65

Please sign in to comment.