-
Notifications
You must be signed in to change notification settings - Fork 122
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 NOAA cloud platforms to SRW #221
Merged
mark-a-potts
merged 6 commits into
ufs-community:develop
from
NOAA-EPIC:feature/noaacloud
May 13, 2022
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
7ce55c4
updates for noaacloud
mark-a-potts 59a3071
working version
mark-a-potts ccf005b
pointing to noaa-epic for testing
mark-a-potts 2afd981
changes for noaacloud
mark-a-potts 3b15f29
switched to load-any
mark-a-potts 0bed255
Merge branch 'develop' into feature/noaacloud
mark-a-potts File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#%Module | ||
|
||
proc ModulesHelp { } { | ||
puts stderr "This module loads libraries for building SRW on" | ||
puts stderr "the NOAA cloud using Intel-oneapi" | ||
} | ||
|
||
module purge | ||
module use /contrib/spack-stack/apps/srw-app-test/modulefiles/Core | ||
module load stack-intel | ||
module load stack-intel-oneapi-mpi | ||
module load cmake/3.22.1 | ||
|
||
module use /apps/modules/modulefiles | ||
module load rocoto | ||
|
||
module load srw_common | ||
module load esmf/8.2.0 | ||
|
||
module use /contrib/GST/miniconda3/modulefiles | ||
module load miniconda3/4.10.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#%Module | ||
|
||
proc ModulesHelp { } { | ||
put stderr "This module loads python environement for running SRW on" | ||
put stderr "the NOAA cloud" | ||
} | ||
|
||
module-whatis "Loads libraries needed for running SRW on NOAA cloud" | ||
|
||
|
||
module use /apps/modules/modulefiles | ||
module load rocoto | ||
module use /contrib/GST/miniconda3/modulefiles | ||
module load miniconda3/4.10.3 | ||
|
||
if { [module-info mode load] } { | ||
puts stderr "Please do the following to activate conda: | ||
> conda activate regional_workflow" | ||
} | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mark-a-potts, why was this url changed to NOAA-EPIC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh. It should not have been. I will put in a PR to get that fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just put in a fix. It is PR #260