File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tools/machines/polaris-alcf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module load cmake/3.27.7
2020module 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
2424export CMAKE_PREFIX_PATH=/home/${USER}/sw/polaris/gpu/c-blosc-1.21.1:$CMAKE_PREFIX_PATH
2525export CMAKE_PREFIX_PATH=/home/${USER}/sw/polaris/gpu/adios2-2.8.3:$CMAKE_PREFIX_PATH
2626export CMAKE_PREFIX_PATH=/home/${USER}/sw/polaris/gpu/blaspp-2024.05.31:$CMAKE_PREFIX_PATH
@@ -53,7 +53,7 @@ export CXXFLAGS="-march=znver3"
5353export 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 )
5858export CUDACXX=$(which nvcc)
5959export CUDAHOSTCXX=${CXX}
You can’t perform that action at this time.
0 commit comments