forked from reger-men/HPL_GPU
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
# modules | ||
module reset | ||
|
||
module load craype-accel-amd-gfx90a | ||
module load PrgEnv-amd | ||
module load amd/5.2.0 | ||
module load rocm/5.2.0 | ||
module load cray-mpich/8.1.17 | ||
module load openblas/0.3.17-omp | ||
|
||
# | ||
# env | ||
# | ||
export LD_LIBRARY_PATH="${CRAY_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}" | ||
# enable GPU aware MPI | ||
export MPICH_GPU_SUPPORT_ENABLED=1 | ||
# to work around the OFI registration cache issue for > 8 nodes | ||
export FI_MR_CACHE_MAX_COUNT=0 | ||
#export MPICH_SMP_SINGLE_COPY_MODE=NONE # does not work | ||
export MPICH_RANK_REORDER_DISPLAY=1 |
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,21 @@ | ||
# Any other commands must follow the #SBATCH directives | ||
module load LUMI/22.06 partition/G | ||
#module load rocm/5.1.4 | ||
|
||
module use /project/project_462000075/paklui/modulefiles | ||
module load rocm/5.3.0-10584 | ||
#module load rocm/5.3.0-10619 | ||
#module load openblas/0.3.17-omp | ||
#module load cce/14.0.2 | ||
#module load cray-libsci/22.08.1.1 | ||
#module load cray-mpich/8.1.18 | ||
#module load craype/2.7.17 | ||
|
||
# | ||
# env | ||
# | ||
# enable GPU aware MPI | ||
export MPICH_GPU_SUPPORT_ENABLED=1 | ||
# to work around the OFI registration cache issue for > 8 nodes | ||
export FI_MR_CACHE_MAX_COUNT=0 | ||
export MPICH_RANK_REORDER_DISPLAY=1 |
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