-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the Task
METplus discussion dtcenter/METplus#2127 from @climbfuji noted that MET version 11.0.2 no longer compiles via Clang, while earlier versions did. The Clang compilation was fixed via issue #2514. This task is automate the testing of compiling via Clang for all future MET PR's via GitHub actions.
MET is now included in NOAA-EMC/hpc-stack and Clang compilation is supported for all of those components.
Recommend adding a new base image to dtcenter/METbaseimage for MET's compilation environment that is based on is based on docker-osx (or similar). Automate this testing for all MET PR's via GitHub actions.
Time Estimate
2-3 days
Sub-Issues
Consider breaking the task down into sub-issues.
None needed.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
Define the source of funding and account keys here or state NONE.
Define the Metadata
Assignee
Tentative assignment. Feel free to re-assign as needed.
- Select engineer(s) or no engineer required: @jprestop
- Select scientist(s) or no scientist required: @CPKalb
Labels
- Select component(s)
- Select priority
- Select requestor(s)
Projects and Milestone
- Select Repository and/or Organization level Project(s) or add alert: NEED CYCLE ASSIGNMENT label
- Select Milestone as the next official version or Future Versions
Define Related Issue(s)
Consider the impact to the other METplus components.
- METplus, MET, METdataio, METviewer, METexpress, METcalcpy, METplotpy
Could consider extending to test the other METplus components, but that isn't strictly necessary since MET is the only compiled components.
Task Checklist
See the METplus Workflow for details.
- Complete the issue definition above, including the Time Estimate and Funding Source.
- Fork this repository or create a branch of develop.
Branch name:feature_<Issue Number>_<Description>
- Complete the development and test your changes.
- Add/update log messages for easier debugging.
- Add/update unit tests.
- Add/update documentation.
- Push local changes to GitHub.
- Submit a pull request to merge into develop.
Pull request:feature <Issue Number> <Description>
- Define the pull request metadata, as permissions allow.
Select: Reviewer(s) and Development issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version - Iterate until the reviewer(s) accept and merge your changes.
- Delete your fork or branch.
- Close this issue.