Skip to content

Commit

Permalink
Update setonix.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking authored Sep 6, 2023
1 parent 9b9b3bf commit 2fe506d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/setonix.profile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

source /opt/cray/pe/cpe/23.03/restore_lmod_system_defaults.sh

#module load cmake/3.21.4
# due to a Setonix configuration bug, this module is hidden
module load .cmake/3.24.3-e5hipii

module load craype-accel-amd-gfx90a
module load rocm/5.2.3
module load cray-mpich
Expand All @@ -16,6 +18,9 @@ export MPICH_GPU_SUPPORT_ENABLED=1
# optimize ROCm/HIP compilation for MI250X
export AMREX_AMD_ARCH=gfx90a

# allow CMake to find Ascent
export Ascent_DIR=/software/projects/pawsey0807/bwibking/ascent_06082023/install/ascent-develop/lib/cmake/ascent/

# compiler environment hints
export CC=$(which cc)
export CXX=$(which CC)
Expand Down

0 comments on commit 2fe506d

Please sign in to comment.