Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating platform files for PPPL Flux cluster #402

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/build/make.inc.PPPL_FLUX
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ FDEBUG = -check all -traceback
F2PY = f2py

# System math libraries
LMATH = -mkl
LMATH = -qmkl

# NetCDF
NETCDF = -L${NETCDF_FORTRAN_HOME}/lib -lnetcdff -L${NETCDF_C_HOME}/lib -lnetcdf
NETCDF = -L${NETCDF_FORTRAN_HOME}/lib -lnetcdff -L${NETCDF_C_HOME}/lib64 -lnetcdf
NETCDF_INC =-I${NETCDF_FORTRAN_HOME}/include -I${NETCDF_C_HOME}/include

# Mapping
Expand Down
17 changes: 9 additions & 8 deletions platform/env/env.PPPL_FLUX
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
#module purge
module load [email protected]
module load openmpi-4.1.5/intel-2023.2.0/netcdf-c/4.9.2-3wxlq
module load openmpi-4.1.5/intel-2023.2.0/netcdf-cxx4/4.3.1-frhsv
module load openmpi-4.1.5/intel-2023.2.0/netcdf-fortran/4.6.0-hz3b2
module load openmpi-4.1.5/intel-2023.2.0/fftw/3.3.10-zp3rj
module load openmpi-4.1.5/intel-2023.2.0/hdf5/1.14.1-2-x7cbk
module load [email protected]
module load openmpi/4.1.6-intel-2023.2.0
module load openmpi-4.1.6/intel-2023.2.0/netcdf-c/main-nzscm
module load openmpi-4.1.6/intel-2023.2.0/netcdf-cxx4/4.3.1-gqm7t
module load openmpi-4.1.6/intel-2023.2.0/netcdf-fortran/4.6.1-cepgo
module load openmpi-4.1.6/intel-2023.2.0/fftw/3.3.10-7lhns
module load openmpi-4.1.6/intel-2023.2.0/hdf5/1.14.3-4nzzy
module load git
export NETCDF_FORTRAN_HOME=/opt/pppl/spack-pkgs/linux-rocky9-zen3/intel-2023.2.0/netcdf-fortran-4.6.0-hz3b2mq6ld2u2u6ktdodbx72k37opcdf
export FFTW_HOME=/opt/pppl/spack-pkgs/linux-rocky9-zen3/intel-2023.2.0/fftw-3.3.10-zp3rj3oyvya5ntql27775l5gsfyou6ga
export NETCDF_FORTRAN_HOME=/opt/pppl/spack-pkgs/linux-rocky9-zen/intel-2023.2.0/netcdf-fortran-4.6.1-cepgoinrjitqdehlejpd7lrpn3l3pqwd
export FFTW_HOME=/opt/pppl/spack-pkgs/linux-rocky9-zen/intel-2023.2.0/fftw-3.3.10-7lhnskibvn5gqyjbwalabizccpr2ty3q
16 changes: 16 additions & 0 deletions platform/modulefiles/gacode/PPPL_FLUX
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#%Module
#
# Module file for setting the GACODE machine-dependent environmental variables
#

module purge
module load [email protected]
module load openmpi/4.1.6-intel-2023.2.0
module load openmpi-4.1.6/intel-2023.2.0/netcdf-c/main-nzscm
module load openmpi-4.1.6/intel-2023.2.0/netcdf-cxx4/4.3.1-gqm7t
module load openmpi-4.1.6/intel-2023.2.0/netcdf-fortran/4.6.1-cepgo
module load openmpi-4.1.6/intel-2023.2.0/fftw/3.3.10-7lhns
module load openmpi-4.1.6/intel-2023.2.0/hdf5/1.14.3-4nzzy
module load git
export NETCDF_FORTRAN_HOME=/opt/pppl/spack-pkgs/linux-rocky9-zen/intel-2023.2.0/netcdf-fortran-4.6.1-cepgoinrjitqdehlejpd7lrpn3l3pqwd
export FFTW_HOME=/opt/pppl/spack-pkgs/linux-rocky9-zen/intel-2023.2.0/fftw-3.3.10-7lhnskibvn5gqyjbwalabizccpr2ty3q