Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Update HPCToolkit modules for Frontier #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions gpu/amd/lammps.rocm/setup-env/frontier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ else
module purge

# load modules needed to build and run lammps
module load Core PrgEnv-amd amd/5.7.1 rocm/5.7.1 cray-mpich cmake craype-x86-trento craype-accel-amd-gfx90a
module load Core/24.07 PrgEnv-amd amd/5.7.1 rocm/5.7.1 cray-mpich cmake craype-x86-trento craype-accel-amd-gfx90a

# modules for hpctoolkit
export HPCTOOLKIT_MODULES_HPCTOOLKIT="module load ums ums023 hpctoolkit"
export HPCTOOLKIT_MODULES_HPCTOOLKIT="module load Core/24.07 hpctoolkit"
$HPCTOOLKIT_MODULES_HPCTOOLKIT

# environment settings for this example
Expand Down
4 changes: 2 additions & 2 deletions gpu/amd/quicksilver.rocm/setup-env/frontier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ else
module purge

# load modules needed to build and run quicksilver
module load Core PrgEnv-amd amd/5.7.1 rocm/5.7.1 cray-mpich cmake craype-x86-trento craype-accel-amd-gfx90a
module load Core/24.07 PrgEnv-amd amd/5.7.1 rocm/5.7.1 cray-mpich cmake craype-x86-trento craype-accel-amd-gfx90a

# modules for hpctoolkit
export HPCTOOLKIT_MODULES_HPCTOOLKIT="module load ums ums023 hpctoolkit"
export HPCTOOLKIT_MODULES_HPCTOOLKIT="module load Core/24.07 hpctoolkit"
$HPCTOOLKIT_MODULES_HPCTOOLKIT

# environment settings for this example
Expand Down