Skip to content

Commit c3af348

Browse files
committed
Add changelog and README
1 parent 8d24ca0 commit c3af348

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ In between a subtle bug was introduced that resulted in inconsistent divergence
1010
refinement.
1111

1212
### Added (new features/APIs/variables/...)
13+
- [[PR102]](https://github.com/parthenon-hpc-lab/athenapk/pull/102) Add support for tracer particles
1314
- [[PR 89]](https://github.com/parthenon-hpc-lab/athenapk/pull/89) Add viscosity and resistivity
1415
- [[PR 1]](https://github.com/parthenon-hpc-lab/athenapk/pull/1) Add isotropic thermal conduction and RKL2 supertimestepping
1516

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Current features include
2222
- unsplit
2323
- operator-split, second-order RKL2 supertimestepping
2424
- optically thin cooling based on tabulated cooling tables with either Townsend 2009 exact integration or operator-split subcycling
25+
- tracer particles
2526
- static and adaptive mesh refinement
2627
- problem generators for
2728
- linear waves
@@ -84,7 +85,7 @@ The following examples are a few standard cases.
8485

8586
Most simple configuration (only CPU, no MPI).
8687
The `Kokkos_ARCH_...` parameter should be adjusted to match the target machine where AthenaPK will be executed.
87-
A full list of architecture keywords is available on the [Kokkos wiki](https://kokkos.github.io/kokkos-core-wiki/keywords.html#architecture-keywords).
88+
A full list of architecture keywords is available on the [Kokkos wiki](https://kokkos.org/kokkos-core-wiki/get-started/configuration-guide.html#keywords-arch).
8889

8990
# configure with enabling Intel Broadwell or similar architecture (AVX2) instructions
9091
cmake -S. -Bbuild-host -DKokkos_ARCH_BDW=ON -DPARTHENON_DISABLE_MPI=ON

0 commit comments

Comments
 (0)