Commit 6b2ca8b 1 parent 22a6551 commit 6b2ca8b Copy full SHA for 6b2ca8b
File tree 6 files changed +8
-5
lines changed
6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
which nvcc || echo "nvcc not in PATH!"
127
127
128
128
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
129
- cd ../amrex && git checkout --detach 96db0a665ff1e6bbe638490fd02d3aafb9188f6b && cd -
129
+ cd ../amrex && git checkout --detach b3f67385e62f387b548389222840486c0fffca57 && cd -
130
130
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
131
131
132
132
ccache -s
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ sudo apt-get install -y --no-install-recommends \
53
53
rocm-dev \
54
54
rocfft-dev \
55
55
rocprim-dev \
56
+ rocsparse-dev \
56
57
rocrand-dev \
57
58
hiprand-dev
58
59
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ sudo apt-get install -y \
41
41
cuda-nvml-dev-11-3 \
42
42
cuda-nvtx-11-3 \
43
43
libcufft-dev-11-3 \
44
- libcurand-dev-11-3
44
+ libcurand-dev-11-3 \
45
+ libcusparse-dev-11-3
45
46
sudo ln -s cuda-11.3 /usr/local/cuda
46
47
47
48
# if we run out of temporary storage in CI:
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ sudo apt-get install -y \
41
41
cuda-nvml-dev-11-8 \
42
42
cuda-nvtx-11-8 \
43
43
libcufft-dev-11-8 \
44
- libcurand-dev-11-8
44
+ libcurand-dev-11-8 \
45
+ libcusparse-dev-11-8
45
46
sudo ln -s cuda-11.8 /usr/local/cuda
46
47
47
48
# if we run out of temporary storage in CI:
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ set(WarpX_amrex_src ""
294
294
set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
295
295
CACHE STRING
296
296
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
297
- set (WarpX_amrex_branch "96db0a665ff1e6bbe638490fd02d3aafb9188f6b "
297
+ set (WarpX_amrex_branch "b3f67385e62f387b548389222840486c0fffca57 "
298
298
CACHE STRING
299
299
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
300
300
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
74
74
set (WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
75
75
CACHE STRING
76
76
"Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)" )
77
- set (WarpX_pyamrex_branch "24.12 "
77
+ set (WarpX_pyamrex_branch "cba1ca5098fd4edc83b2ae630c0391140fac55f4 "
78
78
CACHE STRING
79
79
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)" )
80
80
You can’t perform that action at this time.
0 commit comments