-
Notifications
You must be signed in to change notification settings - Fork 156
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 module file to compile on AWS #742
Conversation
@weihuang-jedi , one request and two questions Request: please update Questions:
|
@RussTreadon-NOAA I have synced the fork, and will keep sync the EPIC side. I do not know who should review this request: a) I do not who I should ask to, b) The EMC githup repo won't allow me to request one (only GDASApp site, which allow me to request). I will be responsible to sync and test GSI on AWS, and like to build relation with GSI team to keep doing so. Thanks, Wei |
@weihuang-jedi , thank you for your reply. I'll discuss this PR with the GSI Handling Review team. When you have time please look through the GSI wiki to learn more about GSI code management policy. |
@weihuang-jedi , which NOAA RDHPCS machines do you have access to? Hera, Orion, Hercules, ...? Do you have WCOSS2 access? |
@russ Treadon - NOAA Federal ***@***.***> I can access Hera,
Orion, Hercules, not WCOSS2.
…On Mon, May 6, 2024 at 12:02 PM RussTreadon-NOAA ***@***.***> wrote:
@weihuang-jedi <https://github.com/weihuang-jedi> , which NOAA RDHPCS
machines do you have access to? Hera, Orion, Hercules, ...? Do you have
WCOSS2 access?
—
Reply to this email directly, view it on GitHub
<#742 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMCH62LTDJUCZFMVCVDI73ZA7ARRAVCNFSM6AAAAABG6UCXBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJWGYYTENRUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@weihuang-jedi - every GSI PR needs two peer reviewers. Members of the GSI Handling Review Team (Shun Liu, Cory Martin, Ming Hu, and I) can not be peer reviewers. That said, I assigned myself as a reviewer for this PR. |
@russ Treadon - NOAA Federal ***@***.***> Could you please ask
one more to review it?
As said, I can not request someone to review it.
Thank you.
…On Mon, May 6, 2024 at 12:13 PM RussTreadon-NOAA ***@***.***> wrote:
@weihuang-jedi <https://github.com/weihuang-jedi> - every GSI PR needs
two peer reviewers. Members of the *GSI Handling Review Team* (Shun Liu,
Cory Martin, Ming Hu, and I) can not be peer reviewers. That said, I
assigned myself as a reviewer for this PR.
—
Reply to this email directly, view it on GitHub
<#742 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMCH66UTD7SI3UESCWBTKTZA7B4VAVCNFSM6AAAAABG6UCXBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJWGYZTAOJWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@weihuang-jedi , I know that you can not assign a reviewer. Since we are transitioning to JEDI we have limited developer access to the authoritative GSI repository. This is why you can not assign reviewers. We ask developers to identify two or more peer reviewers and relay this information the the GSI Handling Review Team. A review team member will then assign the requested peer reviewers. Let me know who you want as the second reviewer and I'll assign this person to this PR. GSI code management differs from other EMC repositories as described on the GSI wiki
|
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.
Minor comments. Otherwise looks good.
WCOSS2 ctests Install
The
This memory threshold test does not accurately measure application memory usage. This is not a fatal fail. The
A check of the
This is not a fatal fail. |
@RussTreadon-NOAA Just checked, unified-env is not needed, as gsi-addon_env is sufficeint. Removed those commented out lines as well. |
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.
Approve.
@weihuang-jedi , this PR can not move forward until we have another peer review. Let me know who the second reviewer it and I will add this person as a reviewer. |
Thank you @CoryMartin-NOAA ! |
Thank you @CoryMartin-NOAA and @RussTreadon-NOAA ! |
Add module file to compile on AWS.
Resolves #741
This only change the ush/module-setup.sh,
and add a module file for AWS.
[x ] New feature (non-breaking change which adds functionality)
[x ] My code follows the style guidelines of this project
[x ] I have performed a self-review of my own code