Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CI benchmarks #75

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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