Skip to content

Commit

Permalink
Merge branch 'development' into nse_second_order_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 2, 2023
2 parents e4e143d + 49c9712 commit 224b96c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/c-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,16 @@ jobs:
if [[ -n "${AMREX_HOME}" ]]; then exit 1; fi
cd ../..
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl clang-tidy cmake jq clang cppcheck clang-format bear g++>=9.3.0
- name: Run cpp linter
uses: AMReX-Astro/cpp-linter-action@main
with:
build_path: 'unit_test/test_react'
make_options: '-j 2 USE_OMP=FALSE USE_MPI=FALSE USE_CUDA=FALSE DEBUG=TRUE'
ignore_files: 'amrex'
ignore_files: 'amrex|util/gcem'
header_filter: '(/conductivity/|/constants/|/EOS/|/integration/|/interfaces/|/networks/|/neutrinos/|/nse_solver/|/opacity/|/rates/|/screening/|/util/|^\./).*\.H$'
config_file: ${GITHUB_WORKSPACE}/.clang-tidy
# not sure why cppcheck tests _MSC_VER, since it's only referenced from gcem
cppcheck_options: '-U_OPENMP -UAMREX_USE_GPU -UAMREX_USE_CUDA -UAMREX_USE_HIP -U_MSC_VER'

- name: Archive clang tidy report
uses: actions/upload-artifact@v1
Expand Down
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 23.12

* The SDC+NSE update now includes plasma neutrino losses (#1357,
#1400)

* The default tabular NSE interpolation is now cubic (#1399)

* Self-consistent NSE now requires chabrier1998 or null screening
(#1398)

* A new network, subch_base, was added that further simplifies
subch_simple (#1393)

* A slightly larger network for Urca was added (#1365)

* A new NSE table was added. This is generated via pynucastro and
there is a python script that can be used to regenerate it (#1350)

* A bug was fixed in the neutrino cooling that was introduced in an
optimization last release (#1380)

# 23.11

* The sneut5 neutrino cooling term was cleaned up (#1371, #1372,
Expand Down

0 comments on commit 224b96c

Please sign in to comment.