Skip to content

Commit 7e41abd

Browse files
authored
Doc: Frontier Update (Feb 18, 2025) (#5695)
There was a major system upgrade to Frontier this week. This updates to the latest modules. - https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#id17 - https://docs.olcf.ornl.gov/software/software-news.html#frontier-system-software-update-february-18-2025 Tests run: - [x] compile-time - [x] runtime
1 parent 2e0f9ab commit 7e41abd

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Tools/machines/frontier-olcf/frontier_warpx.profile.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in yo
88
# required dependencies
99
module load cmake/3.27.9
1010
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
1414
# https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#compatible-compiler-rocm-toolchain-versions
1515

1616
# Fix for OpenMP Runtime (OLCFHELP-21543)

Tools/machines/frontier-olcf/install_dependencies.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,15 @@ python3 -m pip install --upgrade build
8787
python3 -m pip install --upgrade packaging
8888
python3 -m pip install --upgrade wheel
8989
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"
9391
# cupy for ROCm
9492
# https://docs.cupy.dev/en/stable/install.html#building-cupy-for-rocm-from-source
9593
# https://github.com/cupy/cupy/issues/7830
9694
CC=cc CXX=CC \
9795
CUPY_INSTALL_USE_HIP=1 \
9896
ROCM_HOME=${ROCM_PATH} \
9997
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
10299
python3 -m pip install --upgrade numpy
103100
python3 -m pip install --upgrade h5py
104101
python3 -m pip install --upgrade pandas

0 commit comments

Comments
 (0)