diff options
author | 2022-09-12 07:38:51 -0700 | |
---|---|---|
committer | 2022-09-12 07:38:51 -0700 | |
commit | c50bb930fc685666929ad7cc28f55a1344d8a57a (patch) | |
tree | b16fbf467dcfaa5031c4d47b0558df6f9f5fee1b | |
parent | 193180a57c403508beaa2e6787083b8593f5fd44 (diff) | |
download | WarpX-c50bb930fc685666929ad7cc28f55a1344d8a57a.tar.gz WarpX-c50bb930fc685666929ad7cc28f55a1344d8a57a.tar.zst WarpX-c50bb930fc685666929ad7cc28f55a1344d8a57a.zip |
Docs: Update Crusher (OLCF) (#3380)
Use the newest available ROCm and CCE modules.
-rw-r--r-- | Tools/machines/crusher-olcf/crusher_warpx.profile.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Tools/machines/crusher-olcf/crusher_warpx.profile.example b/Tools/machines/crusher-olcf/crusher_warpx.profile.example index eeac15cde..1e3f90695 100644 --- a/Tools/machines/crusher-olcf/crusher_warpx.profile.example +++ b/Tools/machines/crusher-olcf/crusher_warpx.profile.example @@ -2,11 +2,11 @@ #export proj=<yourProject> # required dependencies -module load cmake/3.22.1 +module load cmake/3.23.2 module load craype-accel-amd-gfx90a -module load rocm/5.0.0 +module load rocm/5.2.0 module load cray-mpich -#module load cce/14.0.0 # must be loaded after rocm +module load cce/14.0.2 # must be loaded after rocm # optional: faster builds module load ccache @@ -20,14 +20,14 @@ module load nano #module load lapackpp # optional: for QED lookup table generation support -module load boost/1.78.0-cxx17 +#module load boost/1.78.0-cxx17 # optional: for openPMD support -module load adios2/2.7.1 +module load adios2/2.8.1 module load cray-hdf5-parallel/1.12.1.1 # optional: for Python bindings or libEnsemble -module load cray-python/3.9.4.2 +module load cray-python/3.9.12.1 # fix system defaults: do not escape $ with a \ on tab completion shopt -s direxpand @@ -51,4 +51,4 @@ export CXX=$(which CC) export FC=$(which ftn) export CFLAGS="-I${ROCM_PATH}/include" export CXXFLAGS="-I${ROCM_PATH}/include" -export LDFLAGS="-L${ROCM_PATH}/lib -lamdhip64" +#export LDFLAGS="-L${ROCM_PATH}/lib -lamdhip64" |