Skip to content

Commit f95e0a7

Browse files
authored
Documentation: update profile for Adastra supercomputer (CINES, France) (#5709)
This PR updates the profile to compile WarpX on the Adastra supercomputer (CINES, France)
1 parent 6969114 commit f95e0a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tools/machines/adastra-cines/adastra_warpx.profile.example

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
# required dependencies
66
module purge
7-
module load cpe/23.12
7+
module load cpe/24.07
88
module load craype-accel-amd-gfx90a craype-x86-trento
99
module load PrgEnv-cray
10-
module load CCE-GPU-3.0.0
11-
module load amd-mixed/5.7.1
1210
module load develop
11+
module load CCE-GPU-4.0.0
12+
module load amd-mixed/6.2.1
1313
module load cmake/3.27.9
1414

1515
# optional: for PSATD in RZ geometry support
@@ -19,7 +19,7 @@ export LD_LIBRARY_PATH=${SHAREDHOMEDIR}/sw/adastra/gpu/blaspp-2024.05.31/lib64:$
1919
export LD_LIBRARY_PATH=${SHAREDHOMEDIR}/sw/adastra/gpu/lapackpp-2024.05.31/lib64:$LD_LIBRARY_PATH
2020

2121
# optional: for QED lookup table generation support
22-
module load boost/1.83.0-mpi-python3
22+
module load boost/1.86.0-mpi
2323

2424
# optional: for openPMD support
2525
module load cray-hdf5-parallel

0 commit comments

Comments
 (0)