File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33# Build script for Frontier
44# It builds all the varaints of QMCPACK in the current directory
5- # last revision: Jan 13th 2025
5+ # last revision: Apr 22nd 2025
66
77echo " Loading QMCPACK dependency modules for frontier"
88for module_name in PrgEnv-gnu PrgEnv-cray PrgEnv-amd PrgEnv-gnu-amd PrgEnv-cray-amd \
@@ -15,13 +15,13 @@ module load PrgEnv-amd amd/6.3.1
1515module unload darshan-runtime
1616unset HIP_PATH # it messed up clang as a HIP compiler.
1717module unload cray-libsci
18- module load cmake/3.27.9
18+ module load cmake
1919module load cray-fftw
20- module load openblas/0.3.26 -omp
20+ module load openblas/0.3.28 -omp
2121module load cray-hdf5-parallel
2222
2323# edit this line if you are not a member of mat151
24- export BOOST_ROOT=/ccs/proj/mat151/opt/boost/boost_1_81_0
24+ export BOOST_ROOT=/ccs/proj/mat151/opt/boost/1_81_0
2525
2626module list >& module_list.txt
2727
You can’t perform that action at this time.
0 commit comments