Update noaacloud module files#433
Closed
ulmononian wants to merge 10 commits into
Closed
Conversation
update spack-stack location & esmf version
update miniconda paths
update miniconda path
update met/metplus locations
…o fix python package loading issues when loading regional_workflow environment on the cloud.
Add time package installation to noaacloud.yaml file to enable access to time package at runtime (via compute node) within workflow.
| RUN_CMD_UTILS: mpiexec -np $nprocs | ||
| PRE_TASK_CMDS: '{ ulimit -s unlimited; ulimit -a; }' | ||
| PRE_TASK_CMDS: '{ ulimit -s unlimited; ulimit -a; sudo yum -y install time; }' | ||
| BUILD_MOD_FN: wflow_noaacloud |
Collaborator
There was a problem hiding this comment.
@ulmononian Do you know why this line is needed? I wanted to remove it in the past because it doesn't make sense to pass the workflow module as the build module file. Not specifying it in the machine file is equivalent to using BUILD_MOD_FN: build_noaacloud_intel, so it would be nice if you can test removing this line to see if it works.
Collaborator
Author
There was a problem hiding this comment.
@danielabdi-noaa thanks for taking a look at this! let me look into this and i will get back to you.
Collaborator
|
@ulmononian With the inclusion of @mark-a-potts PR #444, can this PR be closed, or are there additional changes that still need to be merged? |
Collaborator
|
The majority of these changes have been merged via PR #444. Closing this PR now. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
DESCRIPTION OF CHANGES:
Recently, the SRW spack-stack environment was updated on the noaacloud platforms (AWS, Azure, GCP) to match the package versions of SRW develop's srw_common module file. Also, as with PR #431, new miniconda (w/ regional_workflow environment) installations were made on each cloud platform.
To address the aforementioned changes, this PR updates:
Type of change
TESTS CONDUCTED:
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):
@EdwardSnyder-NOAA