Skip to content

Commit

Permalink
Update parallel hdf5 and netcdf module names
Browse files Browse the repository at this point in the history
- the parallel hdf5 and netcdf modules were renamed to match hpc-stack
naming conventions: hdf5/1.10.6 and netcdf/4.7.4
- update module names in needed modulefiles

Refs: NOAA-EMC#399
  • Loading branch information
KateFriedman-NOAA committed Sep 16, 2021
1 parent 51ba61c commit 4a36ef8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions modulefiles/fv3gfs/enkf_chgres_recenter.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module load w3nco/2.4.1
module load ip/3.3.3
module load sp/2.3.3

module load hdf5-parallel/1.10.6
module load netcdf-hdf5parallel/4.7.4
module load hdf5/1.10.6
module load netcdf/4.7.4

export FC=ifort
4 changes: 2 additions & 2 deletions modulefiles/fv3gfs/enkf_chgres_recenter_nc.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module load w3nco/2.4.1
module load ip/3.3.3
module load sp/2.3.3

module load hdf5-parallel/1.10.6
module load netcdf-hdf5parallel/4.7.4
module load hdf5/1.10.6
module load netcdf/4.7.4

export FC=ifort
4 changes: 2 additions & 2 deletions modulefiles/fv3gfs/gaussian_sfcanl.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module load w3nco/2.4.1
module load bacio/2.4.1
module load sp/2.3.3

module load hdf5-parallel/1.10.6
module load netcdf-hdf5parallel/4.7.4
module load hdf5/1.10.6
module load netcdf/4.7.4

export FCOMP=ifort
4 changes: 2 additions & 2 deletions modulefiles/gfs_bufr.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module load bufr/11.4.0
module load sigio/2.3.2

module load w3emc/2.7.3
module load hdf5-parallel/1.10.6
module load netcdf-hdf5parallel/4.7.4
module load hdf5/1.10.6
module load netcdf/4.7.4

module load gempak/7.14.0

Expand Down
4 changes: 2 additions & 2 deletions modulefiles/modulefile.fv3nc2nemsio.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module load craype/2.7.8
module load intel/19.1.3.304
module load cray-mpich/8.1.7

module load hdf5-parallel/1.10.6
module load netcdf-hdf5parallel/4.7.4
module load hdf5/1.10.6
module load netcdf/4.7.4

module load bacio/2.4.1
module load nemsio/2.5.2
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/modulefile.regrid_nemsio.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module load craype/2.7.8
module load intel/19.1.3.304
module load cray-mpich/8.1.7

module load hdf5-parallel/1.10.6
module load netcdf-hdf5parallel/4.7.4
module load hdf5/1.10.6
module load netcdf/4.7.4

module load bacio/2.4.1
module load w3nco/2.4.1
Expand Down

0 comments on commit 4a36ef8

Please sign in to comment.