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

ESMF 8.1.0 with parallel netcdf for hera.gnu #3

Merged
merged 1 commit into from
Aug 24, 2020
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
3 changes: 2 additions & 1 deletion cmake/configure_hera.gnu.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE)
set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE)
set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE)
2 changes: 1 addition & 1 deletion conf/configure.fv3.hera.gnu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## NEMS configuration file
##
## Platform: Hera
## Compiler: GNU with OpenMPI
## Compiler: GNU with MPICH

SHELL=/bin/sh

Expand Down
15 changes: 10 additions & 5 deletions modulefiles/hera.gnu/fv3
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@ module use -a /scratch1/BMC/gmtb/software/modulefiles/gnu-9.2.0/mpich-3.3.2
module load mpich/3.3.2

##
## use pre-compiled netCDF, EMSF library and NCEP libraries for above compiler / MPI combination
## use pre-compiled netCDF and EMSF library for above compiler / MPI combination
##
module use -a /scratch1/BMC/gmtb/software/NCEPLIBS-20200717/gnu-9.2.0/mpich-3.3.2/modules
module av
module load zlib/1.2.11
module load szip/2.1.1
module load hdf5/1.10.6
module load netcdf/4.7.4-parallel
module load esmf/8.1.0bs21

module load netcdf/4.7.4
module load esmf/8.0.0
##
## use pre-compiled NCEP libraries for above compiler / MPI combination
##
module use -a /scratch1/BMC/gmtb/software/NCEPLIBS-20200824/gnu-9.2.0/mpich-3.3.2/modules

module load bacio/2.4.0
module load crtm/2.3.0
Expand Down