Skip to content

Commit be5727f

Browse files
committed
save latest version of branch on frontier
1 parent c6f882f commit be5727f

File tree

2 files changed

+29726
-3
lines changed

2 files changed

+29726
-3
lines changed

builds/setup.frontier.cce.sh

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,32 @@
33
#-- This script needs to be source-d in the terminal, e.g.
44
# source ./setup.frontier.cce.sh
55

6+
# module load cray-python
7+
# module load rocm
8+
# module load craype-accel-amd-gfx90a
9+
# module load cray-hdf5 cray-fftw
10+
# module load googletest/1.10.0
11+
12+
#-- GPU-aware MPI
13+
# export MPICH_GPU_SUPPORT_ENABLED=1
14+
15+
# export LD_LIBRARY_PATH=${CRAY_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}
16+
17+
# export CHOLLA_ENVSET=1
18+
# export ROCFFT_RTC_CACHE_PATH=/dev/null
19+
20+
#-- This script needs to be source-d in the terminal, e.g.
21+
# source ./setup.frontier.cce.sh
22+
623
module load cray-python
724
module load rocm
825
module load craype-accel-amd-gfx90a
926
module load cray-hdf5 cray-fftw
10-
module load googletest/1.10.0
27+
module load googletest/1.14.0
1128

1229
#-- GPU-aware MPI
1330
export MPICH_GPU_SUPPORT_ENABLED=1
1431

1532
export LD_LIBRARY_PATH=${CRAY_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}
1633

17-
export CHOLLA_ENVSET=1
18-
export ROCFFT_RTC_CACHE_PATH=/dev/null
34+
export CHOLLA_ENVSET=1

0 commit comments

Comments
 (0)