Skip to content
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
20 changes: 20 additions & 0 deletions .github/workflows/nse_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,23 @@ jobs:
run: |
cd unit_test/nse_net_cell/make_table
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/nse_net_make_table_unit_test.out

- name: Compile, nse_compatibility (NSE_NET, ase-test, integration)
run: |
cd nse_solver/nse_compatibility
make realclean
make NETWORK_DIR=he-burn/ase-test -j 4

- name: Run nse_compatibility (NSE_NET, ase-test, integration)
run: |
cd nse_solver/nse_compatibility
./main3d.gnu.ex inputs_nse_compatibility amrex.fpe_trap_{invalid,zero,overflow}=1 > test.out

- name: Print backtrace
if: ${{ failure() && hashFiles('nse_solver/nse_compatibility/Backtrace.0') != '' }}
run: cat nse_solver/nse_compatibility/Backtrace.0

- name: Compare to stored output (NSE_NET, ase-test, integration)
run: |
cd nse_solver/nse_compatibility
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/nse_net_integration_unit_test.out
17 changes: 17 additions & 0 deletions networks/he-burn/ase-test/Make.package
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
CEXE_headers += network_properties.H

ifeq ($(USE_REACT),TRUE)
CEXE_sources += actual_network_data.cpp
CEXE_headers += actual_network.H
CEXE_headers += tfactors.H
CEXE_headers += interp_tools.H
CEXE_headers += partition_functions.H
CEXE_sources += partition_functions_data.cpp
CEXE_headers += actual_rhs.H
CEXE_headers += reaclib_rates.H
CEXE_headers += table_rates.H
CEXE_sources += table_rates_data.cpp
CEXE_headers += temperature_table_rates.H
USE_SCREENING = TRUE
USE_NEUTRINOS = TRUE
endif
4 changes: 4 additions & 0 deletions networks/he-burn/ase-test/_parameters
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@namespace: network

disable_p_C12_to_N13_reaclib int 0
disable_He4_N13_to_p_O16_reaclib int 0
Loading
Loading