-
Notifications
You must be signed in to change notification settings - Fork 120
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
[develop] Update spack-stack on noaacloud #901
[develop] Update spack-stack on noaacloud #901
Conversation
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.
MET and METplus modules in spack-stack have different environment variables. This may require SRW to be adapted to use MET and METplus modules
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.
@EdwardSnyder-NOAA - Overall these changes look good!
I noted that two lines, loading intel and impi, had been commented out in build_noaacloud_intel.lua
. If these will be used in the future, it is fine to keep them in and commented. However, if they won't be used, please remove these two lines to help clean up the modulefile.
Additionally, there is a conflict in the srw_common_spack.lua
modulefile. Please merge the latest HEAD of develop
into your feature/update-spack-stack-noaacloud
branch and resolve the conflict. Once complete, I can give my approval and move forward with merging this work.
removed unneeded modules.
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.
@EdwardSnyder-NOAA - Thanks for addressing the conflict and removing the comments from the modulefile! Approving and merging this work now.
DESCRIPTION OF CHANGES:
This PR updates the spack-stack used to build the SRW App to the latest spack-stack installed version. Changes also include using the new conda environment (workflow_tools), and updates the
NCORES_PER_NODE
variable to use the maximum compute cores for each Parallel Works Cloud Service Provider (PW CSPs).Type of change
TESTS CONDUCTED:
All test pass except the MET VX test:
grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16.
That's because PR [develop] MET_verification: use modules met, metplus #826 was not tested on the NOAA Cloud platforms. Issue Use MET/METplus modules on NOAA Cloud #905 was opened to track the progress of using the MET and METplus modules on NOAA Cloud.DEPENDENCIES:
DOCUMENTATION:
No documentation updates are needed
ISSUE:
This addresses issue #881, which is cannot run the SRW App on NOAA Cloud
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):
@natalie-perlin for installing workflow_tools on Azure and GCP.