Skip to content

Commit 2ba408e

Browse files
authored
Update CHANGES for 25.04 (#4399)
1 parent 7626a3f commit 2ba408e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cd ../Tests/SpackSmokeTest/build
6161
cmake .. \
6262
-DCMAKE_VERBOSE_MAKEFILE=ON \
63-
-DAMReX_ROOT=../../../installdir \
63+
-DAMReX_ROOT=${PWD}/../../../installdir \
6464
-DCMAKE_CXX_STANDARD=17 \
6565
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
6666
make -j 4

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 25.04
2+
3+
-- Use SingleStreamRegion and NoSyncRegion in MLMG solve (#4355)
4+
5+
-- Force the alignment of SoA and AoS Particles (#4375)
6+
7+
-- Put loop over iter in MLMG smooth (#4352)
8+
9+
-- More Guard of GNU extensions (#4385)
10+
11+
-- ParmParse: Type Hints (#4364)
12+
13+
-- Update CMake for Cray compiler (#4379)
14+
15+
-- CI: New WarpX Repo (#4368)
16+
17+
-- Add option to pass an IndexSpace to InterpFromCoarse (#4369)
18+
19+
-- update docs for HYPRE installation (#4372)
20+
21+
-- Guard the use of GNU extensions (#4374)
22+
23+
-- Fixed EB data for anisotropic grids: boundary centroid, normal vector (backward compatible) (#4357)
24+
25+
-- ParmParse: Add getline and queryline (#4367)
26+
27+
-- update docs on NsightCompute profiling with / in syntax (#4362)
28+
29+
-- Replace Elixir with Async Arena (#4354)
30+
31+
-- More efficient OrientationIter (#4350)
32+
133
# 25.03
234

335
-- Make Parser CI less sensitive to roundoff errors (#4321)

0 commit comments

Comments
 (0)