Skip to content

Commit

Permalink
add rzadams
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 19, 2024
1 parent 6b5fb39 commit 6240b49
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scripts/build_ascent/build_ascent_hip_rzadams.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module load cmake/3.24.2
module load craype-accel-amd-gfx940
module load rocmcc/6.1.2-magic

export MPICH_GPU_SUPPORT_ENABLED=1
export ROCM_ARCH=gfx942

export CC=/usr/tce/packages/rocmcc/rocmcc-6.1.2-magic/bin/amdclang
export CXX=/usr/tce/packages/rocmcc/rocmcc-6.1.2-magic/bin/amdclang++
export ROCM_PATH=/usr/tce/packages/rocmcc/rocmcc-6.1.2-magic/

export enable_mpi="${enable_mpi:=ON}"
export enable_python="${enable_python:=ON}"
export build_caliper="${build_caliper:=true}"
export build_pyvenv="${bbuild_pyvenv:=true}"

./build_ascent_hip.sh


0 comments on commit 6240b49

Please sign in to comment.