-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: add Load-Module-CarpetX-cce15.sh for frontier
- Loading branch information
Showing
5 changed files
with
32 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,20 @@ | ||
#!/bin/bash | ||
|
||
module load craype-accel-amd-gfx90a | ||
module load rocm/5.3.0 | ||
|
||
export MPICH_GPU_SUPPORT_ENABLED=1 | ||
export PE_MPICH_GTL_DIR_amd_gfx90a="-L/opt/cray/pe/mpich/8.1.23/gtl/lib" | ||
export PE_MPICH_GTL_LIBS_amd_gfx90a="-lmpi_gtl_hsa" | ||
|
||
module load adios2/2.8.3 | ||
module load amrex/22.11 | ||
module load boost/1.79.0-cxx17 | ||
module load cray-fftw/3.3.10.3 | ||
module load cray-hdf5-parallel/1.12.2.1 | ||
module load gsl/2.7.1 | ||
module load hwloc/2.5.0 | ||
module load libjpeg-turbo/2.1.0 | ||
module load openblas/0.3.17 | ||
module load openpmd-api/0.14.4 | ||
module load zlib/1.2.11 |
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,3 +1,5 @@ | ||
#!/bin/bash | ||
|
||
export MPICH_GPU_SUPPORT_ENABLED=1 | ||
export AMREX_AMD_ARCH=gfx90a | ||
export CC=$(which cc) | ||
|
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,3 +1,5 @@ | ||
#!/bin/bash | ||
|
||
module purge | ||
module load PrgEnv-cray/8.5.0 | ||
module load cce/17.0.0 | ||
|