Skip to content

Commit

Permalink
Update hashes of all components to latest versions (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich authored Apr 5, 2022
1 parent 31dab61 commit 2b09220
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/ufs-community/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 405553b
hash = 3f83cde
local_path = regional_workflow
required = True

Expand All @@ -12,7 +12,7 @@ protocol = git
repo_url = https://github.com/ufs-community/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = f30740e
hash = 31271f7
local_path = src/UFS_UTILS
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = develop
hash = e593349
hash = 96dffa1
local_path = src/ufs-weather-model
required = True

Expand All @@ -30,7 +30,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/UPP
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 4a16052
hash = 394917e
local_path = src/UPP
required = True

Expand Down
5 changes: 3 additions & 2 deletions env/build_cheyenne_gnu.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Setup instructions for CISL Cheyenne using Intel-19.1.1 (bash shell)
#Setup instructions for CISL Cheyenne using GNU-10.1.0 (bash shell)

module purge

module load cmake/3.18.2
module load cmake/3.22.0
module load ncarenv/1.3
module load gnu/10.1.0
module load mpt/2.22
Expand All @@ -16,6 +16,7 @@ module load hpc-gnu/10.1.0
module load hpc-mpt/2.22

module load srw_common
module load g2/3.4.3

export CMAKE_C_COMPILER=mpicc
export CMAKE_CXX_COMPILER=mpicxx
Expand Down
5 changes: 3 additions & 2 deletions env/build_cheyenne_intel.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Setup instructions for CISL Cheyenne using Intel-19.1.1 (bash shell)
#Setup instructions for CISL Cheyenne using Intel-2021.2 (bash shell)

module purge

module load cmake/3.18.2
module load cmake/3.22.0
module load ncarenv/1.3
module load intel/2021.2
module load mpt/2.22
Expand All @@ -16,6 +16,7 @@ module load hpc-intel/2021.2
module load hpc-mpt/2.22

module load srw_common
module load g2/3.4.3

export CMAKE_C_COMPILER=mpicc
export CMAKE_CXX_COMPILER=mpicxx
Expand Down
2 changes: 1 addition & 1 deletion env/build_orion_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module purge

module load contrib noaatools

module load cmake/3.18.1
module load cmake/3.22.1
module load python/3.9.2

module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack
Expand Down
2 changes: 1 addition & 1 deletion env/srw_common
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module load fms/2021.03

module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.2
module load g2/3.4.3
module load g2tmpl/1.10.0
module load ip/3.3.3
module load sp/2.3.3
Expand Down

0 comments on commit 2b09220

Please sign in to comment.