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

Add module purge to beginning of orion build module, update regional_workflow hash #206

Merged
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
6 changes: 3 additions & 3 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[regional_workflow]
protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
repo_url = https://github.com/mkavulich/regional_workflow
mkavulich marked this conversation as resolved.
Show resolved Hide resolved
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 20a149d
branch = feature/fix_cheyenne_run
#hash = bb54e59
local_path = regional_workflow
required = True

Expand Down
2 changes: 2 additions & 0 deletions env/build_orion_intel.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#Setup instructions for MSU Orion using Intel-18.0.5 (bash shell)

module purge

module load contrib noaatools

module load cmake/3.18.1
Expand Down