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

Update hashes of all components to latest versions #233

Merged
merged 4 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
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
4 changes: 2 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 Down
2 changes: 1 addition & 1 deletion env/build_cheyenne_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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 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