From 0ff00feb607c90246e70b9c6d5b788af055b4402 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sun, 28 Jul 2024 10:41:37 -0400 Subject: [PATCH] update changes for 24.08 --- CHANGES.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8a5be8752f..68ade2be61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +# 24.08 + + * The `job_info` file output now correctly labels the compute time + as GPU-hours instead of CPU-hours when running on GPUs (#2930) + + * We can now output warnings when running on GPUs if you build + with `USE_GPU_PRINTF=TRUE`(#2923, #2928) + + * Code clean-ups / sync with Microphysics (#2900, #2905, #2906, + #2909, #2912, #2919, #2922, #2932) + + * The area weighting in the diagnostics in `subch_planar` was fixed + (#2885) + + * A script to produce a resolution study for the `circular_det` + problem was added (#2857) + + * science problem updates: `xrb_layered` (#2917), `nova` (#2913), + `wdmerger` (#2907, #2918), `Detonation` (#2902) + + * updated scaling results on Frontier (#2904, #2914, #2915) + + * more exact Riemann solver clean-up (#2896, #2897, #2898) + and clean-ups to the two shock solvers (#2895) + + * fix issues with eigenvectors and clang-tidy in the MHD solver + (#2880) + # 24.07 * Reorganizing of the existing 2-shock and HLL Riemann solvers