Skip to content

Commit cf619b3

Browse files
authored
Update ALCF Polaris profile (#5358)
* Explicitly use gcc-12, because gcc points to gcc/7.5. * Load the non-cray version of hdf5 because the cray version has some cmake issues.
1 parent 57bda85 commit cf619b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/machines/polaris-alcf/polaris_gpu_warpx.profile.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module load cmake/3.27.7
2020
module load boost
2121

2222
# optional: for openPMD and PSATD+RZ support
23-
module load cray-hdf5-parallel/1.12.2.9
23+
module load hdf5/1.14.3
2424
export CMAKE_PREFIX_PATH=/home/${USER}/sw/polaris/gpu/c-blosc-1.21.1:$CMAKE_PREFIX_PATH
2525
export CMAKE_PREFIX_PATH=/home/${USER}/sw/polaris/gpu/adios2-2.8.3:$CMAKE_PREFIX_PATH
2626
export CMAKE_PREFIX_PATH=/home/${USER}/sw/polaris/gpu/blaspp-2024.05.31:$CMAKE_PREFIX_PATH
@@ -53,7 +53,7 @@ export CXXFLAGS="-march=znver3"
5353
export CFLAGS="-march=znver3"
5454

5555
# compiler environment hints
56-
export CC=$(which gcc)
57-
export CXX=$(which g++)
56+
export CC=$(which gcc-12)
57+
export CXX=$(which g++-12)
5858
export CUDACXX=$(which nvcc)
5959
export CUDAHOSTCXX=${CXX}

0 commit comments

Comments
 (0)