Commit 7e41abd 1 parent 2e0f9ab commit 7e41abd Copy full SHA for 7e41abd
File tree 2 files changed +5
-8
lines changed
Tools/machines/frontier-olcf
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in yo
8
8
# required dependencies
9
9
module load cmake/3.27.9
10
10
module load craype-accel-amd-gfx90a
11
- module load rocm/5.7.1
12
- module load cray-mpich/8.1.28
13
- module load cce/17 .0.0 # must be loaded after rocm
11
+ module load rocm/6.2.4
12
+ module load cray-mpich/8.1.31
13
+ module load cce/18 .0.1 # must be loaded after rocm
14
14
# https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#compatible-compiler-rocm-toolchain-versions
15
15
16
16
# Fix for OpenMP Runtime (OLCFHELP-21543)
Original file line number Diff line number Diff line change @@ -87,18 +87,15 @@ python3 -m pip install --upgrade build
87
87
python3 -m pip install --upgrade packaging
88
88
python3 -m pip install --upgrade wheel
89
89
python3 -m pip install --upgrade setuptools
90
- # cupy needs an older Cython
91
- # https://github.com/cupy/cupy/issues/4610
92
- python3 -m pip install --upgrade " cython<3.0"
90
+ python3 -m pip install --upgrade " cython>=3.0"
93
91
# cupy for ROCm
94
92
# https://docs.cupy.dev/en/stable/install.html#building-cupy-for-rocm-from-source
95
93
# https://github.com/cupy/cupy/issues/7830
96
94
CC=cc CXX=CC \
97
95
CUPY_INSTALL_USE_HIP=1 \
98
96
ROCM_HOME=${ROCM_PATH} \
99
97
HCC_AMDGPU_TARGET=${AMREX_AMD_ARCH} \
100
- python3 -m pip install -v cupy
101
- python3 -m pip install --upgrade " cython>=3.0" # for latest mpi4py and everything else
98
+ python3 -m pip install -v git+https://github.com/cupy/cupy.git@e669b994f976565bf2da4b1f82de51e10b58fbe1
102
99
python3 -m pip install --upgrade numpy
103
100
python3 -m pip install --upgrade h5py
104
101
python3 -m pip install --upgrade pandas
You can’t perform that action at this time.
0 commit comments