Skip to content

Commit

Permalink
Docs: update Load-Module-CarpetX.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jun 13, 2024
1 parent 2585c86 commit 637ca7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Docs/compile-notes/frontier/Load-Module-CarpetX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module load gsl
module load hwloc
module load openblas
module load zlib
module load adios2
module load libjpeg-turbo
module unload darshan-runtime


Expand Down
6 changes: 2 additions & 4 deletions Docs/compile-notes/frontier/configs/frontier.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FPPFLAGS = -traditional
F90FLAGS = -g
LDFLAGS = -fgpu-rdc --hip-link

LIBDIRS = /opt/cray/pe/cce/15.0.0/cce/x86_64/lib
LIBDIRS = /opt/cray/pe/cce/17.0.0/cce/x86_64/lib
LIBS = stdc++fs f u

C_LINE_DIRECTIVES = yes
Expand Down Expand Up @@ -67,9 +67,7 @@ ADIOS2_INC_DIRS = ${OLCF_ADIOS2_ROOT}/include
ADIOS2_LIB_DIRS = ${OLCF_ADIOS2_ROOT}/lib64
ADIOS2_LIBS = adios2_cxx11_mpi adios2_cxx11

AMREX_DIR = /lustre/orion/csc308/world-shared/amrex-rocm5.3-gpumpi
AMREX_INC_DIRS = /lustre/orion/csc308/world-shared/amrex-rocm5.3-gpumpi/include
AMREX_LIBS = -file=/lustre/orion/csc308/world-shared/amrex-rocm5.3-gpumpi/lib/libamrex.a
AMREX_DIR = /ccs/home/liwei/local/amrex-24.06

FFTW3_DIR = ${FFTW_ROOT}
HDF5_DIR = ${HDF5_ROOT}
Expand Down

0 comments on commit 637ca7f

Please sign in to comment.