File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments