-
Notifications
You must be signed in to change notification settings - Fork 7
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
Meng
committed
Aug 3, 2023
1 parent
05d861c
commit f7b7b3f
Showing
4 changed files
with
68 additions
and
7 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
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
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
#Environment settings for ORNL Crusher HPC | ||
module load rocm | ||
module load cmake | ||
module load rocm/5.3.0 | ||
module load cray-mpich | ||
module load craype-accel-amd-gfx90a | ||
|
||
export cc=gcc | ||
export CC=g++ | ||
|
||
export MPICH_GPU_SUPPORT_ENABLED=1 | ||
export MY_HIP_ARCH=gfx90a |
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
#Environment settings for ORNL Frontier HPC | ||
module load cmake | ||
module load rocm/5.3.0 | ||
module load cray-mpich | ||
module load craype-accel-amd-gfx90a | ||
|
||
export cc=gcc | ||
export CC=g++ | ||
|
||
export MY_HIP_ARCH=gfx90a | ||
export MY_HIP_ARCH=gfx90a | ||
export MPICH_GPU_SUPPORT_ENABLED=1 |