-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into nse_bailout
- Loading branch information
Showing
42 changed files
with
950 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ thi | |
nd | ||
ue | ||
bion | ||
aas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: OrszagTang | ||
|
||
on: [pull_request] | ||
jobs: | ||
OrszagTang-3d: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Get submodules | ||
run: | | ||
git submodule update --init | ||
cd external/Microphysics | ||
git fetch; git checkout development | ||
cd ../amrex | ||
git fetch; git checkout development | ||
cd ../.. | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update -y -qq | ||
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0 libopenmpi-dev openmpi-bin | ||
- name: Compile OrszagTang | ||
run: | | ||
cd Exec/mhd_tests/OrszagTang | ||
make USE_MPI=TRUE -j 2 | ||
- name: Run OrszagTang-3d | ||
run: | | ||
cd Exec/mhd_tests/OrszagTang | ||
mpirun -np 2 ./Castro3d.gnu.MPI.ex inputs.test amr.plot_files_output=1 | ||
- name: Build the fextrema tool | ||
run: | | ||
cd external/amrex/Tools/Plotfile | ||
make programs=fextrema -j 2 | ||
- name: Check the extrema | ||
run: | | ||
cd Exec/mhd_tests/OrszagTang | ||
../../../external/amrex/Tools/Plotfile/fextrema.gnu.ex plt00010 > fextrema.out | ||
diff fextrema.out ci-benchmarks/OrszagTang-3d.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: reacting-convergence-true-sdc | ||
|
||
on: [pull_request] | ||
jobs: | ||
reacting-convergence-true-sdc: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Get submodules | ||
run: | | ||
git submodule update --init | ||
cd external/Microphysics | ||
git fetch; git checkout development | ||
cd ../amrex | ||
git fetch; git checkout development | ||
cd ../.. | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update -y -qq | ||
sudo apt-get -qq -y install curl g++>=9.3.0 | ||
- name: Compile reacting_convergence | ||
run: | | ||
cd Exec/reacting_tests/reacting_convergence | ||
make DIM=2 USE_MPI=FALSE -j 2 USE_TRUE_SDC=TRUE | ||
- name: Run reacting_convergence | ||
run: | | ||
cd Exec/reacting_tests/reacting_convergence | ||
./Castro2d.gnu.TRUESDC.ex inputs.128.testsuite max_step=10 | ||
- name: Build the fextrema tool | ||
run: | | ||
cd external/amrex/Tools/Plotfile | ||
make programs=fextrema -j 2 | ||
- name: Check the extrema | ||
run: | | ||
cd Exec/reacting_tests/reacting_convergence | ||
../../../external/amrex/Tools/Plotfile/fextrema.gnu.ex react_converge_128_plt00010 > fextrema.out | ||
# ignore angular momenta, since 0 and -0 don't compare | ||
diff -I "^ angular_momentum" fextrema.out ci-benchmarks/react_converge_128_true_sdc.out | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
plotfile = plt00010 | ||
time = 0.00017983829222995601 | ||
variables minimum value maximum value | ||
density 0.22099460191 0.22100305489 | ||
xmom -0.2210626652 0.2210626652 | ||
ymom -0.2211744105 0.2211744105 | ||
zmom -1.3394504115e-20 1.2796480966e-20 | ||
rho_E 0.19805685456 0.46260143162 | ||
rho_e 0.19794567403 0.19795835472 | ||
Temp 7.2178022365e-09 7.2179887773e-09 | ||
rho_X 0.22099460191 0.22100305489 | ||
pressure 0.1326236016 0.13263209766 | ||
x_velocity -1.0002839593 1.0002839593 | ||
y_velocity -1.0007881112 1.0007881112 | ||
z_velocity -6.0608661064e-20 5.7902777063e-20 | ||
B_x -0.28206060038 0.28206060038 | ||
B_y -0.28220293547 0.28220293547 | ||
B_z -1.5570588641e-18 1.630216695e-18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
Exec/reacting_tests/reacting_convergence/ci-benchmarks/react_converge_128_true_sdc.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
plotfile = react_converge_128_plt00010 | ||
time = 0.000901 | ||
variables minimum value maximum value | ||
density 499999.99996 1003267.4037 | ||
xmom -1.6405409399e+12 1.6405409399e+12 | ||
ymom -1.6405409399e+12 1.6405409399e+12 | ||
zmom 0 0 | ||
rho_E 2.263117857e+22 7.0166374924e+22 | ||
rho_e 2.263117857e+22 7.0166358971e+22 | ||
Temp 300032898.05 454530914.94 | ||
rho_He4 499997.75752 1002591.9747 | ||
rho_C12 2.2423384461 675.42840306 | ||
rho_O16 5.0003881018e-05 0.00047398074259 | ||
rho_Fe56 4.9999999996e-05 0.00010032674037 | ||
rho_enuc 1.4565744228e+21 4.5249976081e+23 | ||
density_sdc_source -544925.79439 78513.247881 | ||
xmom_sdc_source -1.8266340473e+15 1.8266340473e+15 | ||
ymom_sdc_source -1.8266340473e+15 1.8266340473e+15 | ||
zmom_sdc_source 0 0 | ||
rho_E_sdc_source -6.1992465072e+22 7.5781242372e+21 | ||
rho_e_sdc_source -6.1984074245e+22 6.3082607661e+21 | ||
Temp_sdc_source 0 0 | ||
rho_He4_sdc_source -543231.29031 78510.973912 | ||
rho_C12_sdc_source -1694.4762124 10.073671104 | ||
rho_O16_sdc_source -0.027819745447 5.9867619328e-06 | ||
rho_Fe56_sdc_source -5.4492579439e-05 7.8513247881e-06 | ||
pressure 1.4155320805e+22 4.26081309e+22 | ||
kineng 1.0456708952e-13 1.6647276223e+18 | ||
soundspeed 212069503.63 257404342.33 | ||
Gamma_1 1.5601126451 1.5885713572 | ||
MachNumber 3.0496449897e-18 0.0086982771588 | ||
entropy 348439780.9 349209883.71 | ||
magvort 2.2088105346e-29 0.00018541051833 | ||
divu -0.11633879119 0.55816306183 | ||
eint_E 4.5262357143e+16 6.9937847751e+16 | ||
eint_e 4.5262357143e+16 6.9937843801e+16 | ||
logden 5.6989700043 6.0014167022 | ||
StateErr_0 499999.99996 1003267.4037 | ||
StateErr_1 300032898.05 454530914.94 | ||
StateErr_2 0.99932677073 0.99999551512 | ||
X(He4) 0.99932677073 0.99999551512 | ||
X(C12) 4.4846768926e-06 0.00067322869314 | ||
X(O16) 1.0000776204e-10 4.7243709987e-10 | ||
X(Fe56) 1e-10 1e-10 | ||
abar 4.0000119598 4.0017960844 | ||
Ye 0.5 0.5 | ||
x_velocity -2064636.8119 2064636.8119 | ||
y_velocity -2064636.8119 2064636.8119 | ||
z_velocity 0 0 | ||
t_sound_t_enuc 0.00023710314718 0.019573278445 | ||
enuc 2.9131488458e+15 4.5102607654e+17 | ||
magvel 6.4673669922e-10 2067446.1361 | ||
radvel -0.00067837157832 2067446.136 | ||
circvel 0 11.820185992 | ||
magmom 0.00032336834958 1.6422547233e+12 | ||
angular_momentum_x -0 -0 | ||
angular_momentum_y -0 -0 | ||
angular_momentum_z -1.2410862709e+14 1.241086269e+14 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.