Skip to content

Commit

Permalink
Update CCLAKE platform files (#424)
Browse files Browse the repository at this point in the history
Thanks Bhavin
  • Loading branch information
bpatel2107 authored Nov 27, 2024
1 parent bf49aa6 commit 984b488
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions platform/build/make.inc.CSD3_CCLAKE
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,19 @@ F77 = ${FC}

FOMP = -qopenmp
FMATH = -r8
FOPT = -xCORE-AVX512 -implicitnone -no-prec-div -O3 -fp-model fast=2 -pad -ip -qoverride-limits -mkl=cluster #-fast -no-ipo
FOPT = -xCORE-AVX512 -implicitnone -no-prec-div -O3 -fp-model fast=2 -pad -ip -qoverride-limits -qmkl=cluster #-fast -no-ipo
FDEBUG = -shared-intel -implicitnone -check all -check noarg_temp_created -traceback
#FPETSC =
F2PY = f2py

# System math libraries
LMATH = -L${LD_LIBRARY_PATH} -lfftw3_threads -lfftw3f_threads -lfftw3 -lfftw3f -mkl=cluster
FFTW_DIR=/usr/local/software/spack/csd3/opt-2024-06-01/linux-rocky8-cascadelake/intel-2021.10.0/fftw-3.3.10-hwbiyhzwfaes6y6z5yudwpmimfplpcr2/lib/
LMATH = -L${LD_LIBRARY_PATH} -lfftw3_threads -lfftw3f_threads -lfftw3 -lfftw3f -qmkl=cluster

NETCDF = -lnetcdf -lnetcdff
NETCDF_INC = ${CPATH}

GATOFLAGS = -r8 -i8

# Archive
ARCH = ar cr


ARCH = ar cr
14 changes: 7 additions & 7 deletions platform/env/env.CSD3_CCLAKE
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ if [ -n "$SSH_TTY" ] ; then
fi

# Intel MPI compiler
module unload rhel7/default-peta4
module load rhel7/default-ccl
module purge
module load rhel8/default-ccl

module load netcdf-4.4.1.1-intel-17.0.4-klwe3pg
module load netcdf-fortran-4.4.4-intel-17.0.4-cesnirf
module load hdf5-1.10.1-intel-17.0.4-nsuex4z
module load fftw-3.3.6-pl2-intel-17.0.4-mo4aryo
module load intel-oneapi-mkl-cluster/2024.1.0/intel/r55ddo3z
module load hdf5/1.14.3/intel/intel-oneapi-mpi/si2tlq4v
module load netcdf-fortran/4.6.1/intel/intel-oneapi-mpi/kqukipdf
module load fftw/3.3.10/intel/intel-oneapi-mpi/hwbiyhzw

module load python-3.9.6-gcc-5.4.0-sbr552h
module load python/3.11.0-icl

0 comments on commit 984b488

Please sign in to comment.