Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Setonix compiler version #709

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion scripts/setonix-gpu.profile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
#!/bin/bash

# NOTE: CCE and ROCm versions must match according to this table:
# https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#compatible-compiler-rocm-toolchain-versions

#source /opt/cray/pe/cpe/23.09/restore_lmod_system_defaults.sh
module load PrgEnv-cray
module load craype-accel-amd-gfx90a
module load cray-mpich
module load cce/16.0.1
module load rocm/5.7.3
module load rocm/5.5.3 # matches cce/16 clang version

module load cray-hdf5
module load cray-python/3.9.13.1
Expand Down
Loading