Skip to content

Commit

Permalink
Updates of hera.gnu build config
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Aug 24, 2020
1 parent da8da8f commit 3bb56ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
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

0 comments on commit 3bb56ed

Please sign in to comment.