Skip to content
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

Update Jet support #537

Merged
merged 2 commits into from
Mar 9, 2023

Conversation

DavidHuber-NOAA
Copy link
Collaborator

Description
Updates the module file for Jet to 1) point to the EPIC-managed hpc-stack, and 2) update the format to match recent updates. The regression test CASES data has been refreshed on the system and regression_var.sh was updated to point to the new location. Fixes #529.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?
Regression tests were run on the system. All reproducibility tests passed. Only the following 4 failed for the mentioned reasons:
4d_envar_loproc_update time threshold
netcdf_fv3_regional_loproc_updat scalability
hwrf_nmm_d3_loproc_update time threshold
rtma_hiproc_update time threshold & scalability

Additionally, cycled global workflow tests were performed at C96/C48, C192/C96, and C384/C192.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing tests pass with my changes

@RussTreadon-NOAA
Copy link
Contributor

Please refer to GSI How to make changes to the GSI code and GSI Code Management Policy for up to date procedures for processing NOAA-EMC/GSI PRs.

Two peer reviews with approval are needed before a member of the Handling Review team can act on this PR.

@DavidHuber-NOAA
Copy link
Collaborator Author

@RussTreadon-NOAA I do not have permission to assign reviewers. I am also not sure who a good choice would be. Could you make a recommendation?

@RussTreadon-NOAA
Copy link
Contributor

@DavidHuber-NOAA , do you know which developers run gsi.x and enkf.x on Jet? These developers are in a good position to review the changes. I do not use Jet.

@DavidHuber-NOAA
Copy link
Collaborator Author

@jkhender and @nshahroudi would you be able to review this GSI PR to update support for Jet?

@jkhender
Copy link

@DavidHuber-NOAA Sorry, I do not run GSI so probably not the best person to do a review.

Copy link
Contributor

@guoqing-noaa guoqing-noaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. A few minor comments.

modulefiles/gsi_jet.lua Show resolved Hide resolved
@@ -33,7 +33,7 @@ if [[ -d /glade ]]; then # Cheyenne
export machine="Cheyenne"
elif [[ -d /scratch1 ]]; then # Hera
export machine="Hera"
elif [[ -d /jetmon ]]; then # Jet
elif [[ -d /mnt/lfs4 ]]; then # Jet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"/jetmon" would be more general. Although it does not happen often, but there are times when /lfs4 may not be mounted.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the time that I was testing this, /jetmon was not available. I will add additional jet-specific checks in case /mnt/lfs4 is not mounted.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to include /jetmon and /mnt/lfs1.

regression/regression_var.sh Outdated Show resolved Hide resolved
@DavidHuber-NOAA
Copy link
Collaborator Author

Thank you for the review @guoqing-noaa!

Copy link
Contributor

@guoqing-noaa guoqing-noaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nshahroudi
Copy link

Looks good Dave.

@RussTreadon-NOAA RussTreadon-NOAA self-requested a review March 9, 2023 10:58
Copy link
Contributor

@RussTreadon-NOAA RussTreadon-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve given approval from two peer reviews.

@RussTreadon-NOAA RussTreadon-NOAA merged commit 723a034 into NOAA-EMC:develop Mar 9, 2023
TingLei-daprediction pushed a commit to TingLei-daprediction/GSI that referenced this pull request May 23, 2023
@DavidHuber-NOAA DavidHuber-NOAA deleted the update_jet_dev branch September 13, 2023 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Jet Support
5 participants