-
Notifications
You must be signed in to change notification settings - Fork 130
Add gaea to supported platforms #236
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
58c3c1e
fixes for gaea
mark-a-potts 42501fd
updates for gaea
mark-a-potts 7ace541
tweak for build env
mark-a-potts 947603a
2nd tweak for build env
mark-a-potts 3bcba8e
Fixes for slurm
mark-a-potts 8e8e924
another fix for env
mark-a-potts 1cab8f0
added version for cmake
mark-a-potts e74304a
Update Externals.cfg
mark-a-potts d588ee1
Update wflow_gaea.env
mark-a-potts 7e84891
tweak
mark-a-potts d12a149
pulling Externals.cfg explicitly from develop
mark-a-potts 3852eaa
temporarily removing externals
mark-a-potts ddc9caa
Checked out directly from develop
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 hidden or 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 hidden or 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,18 @@ | ||
| #Setup instructions for NOAA RDHPC Gaea using Intel-18.0.6.288 (bash shell) | ||
| source /lustre/f2/pdata/esrl/gsd/contrib/lua-5.1.4.9/init/init_lmod.sh | ||
| module use /lustre/f2/pdata/ncep_shared/hpc-stack/modulefiles/stack | ||
| module load hpc hpc-intel hpc-cray-mpich | ||
| module load srw_common | ||
|
|
||
| module use /lustre/f2/pdata/esrl/gsd/contrib/modulefiles | ||
| module load rocoto | ||
| module load cmake/3.20.1 | ||
|
|
||
| export CC=cc | ||
| export FC=ftn | ||
| export CXX=CC | ||
| export CMAKE_C_COMPILER=cc | ||
| export CMAKE_CXX_COMPILER=CC | ||
| export CMAKE_Fortran_COMPILER=ftn | ||
| export CMAKE_Platform=gaea.intel | ||
|
|
This file contains hidden or 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,8 @@ | ||
| #Setup instructions for NOAA RDHPC Hera using Intel-18.0.5.274 (bash shell) | ||
|
|
||
| module use /lustre/f2/pdata/esrl/gsd/contrib/modulefiles | ||
| module load rocoto | ||
| module load miniconda3 | ||
|
|
||
| export CONDA_DEFAULT_ENV=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.
Are you updating all the hashes to the latest? If so, I strongly suggest doing a full set of tests. I think @mkavulich was doing similar and found a problem with the latest weather model and SPP.
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.
Yeah, it'd be good to run a full set of tests with all the hashes being updated. I think the problem was specifically related to the build on Cheyenne with ESMF, so SPP should be fine.
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.
Oh, I had not exactly intended to jump ahead. I pulled the hashes from the current head of develop. Where should they be pulled from?
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.
The alternative would be just to keep the hashes that were in Externals.cfg.
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.
The hashes that were in Externals.cfg (e.g. 405553b) were from when I first started this PR, so they were out of date. The hashes that are in there now are the same as those in the head of develop. I am not exactly sure why they are showing up as changed.