-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|