-
Notifications
You must be signed in to change notification settings - Fork 20
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 wcoss2 modulefile #44
Conversation
@DavidHuber-NOAA , automated tests for gsi-monitor failed. Any idea why gsi-monitor being tested in gsi-utils? GSI-Monitor has its own repository. FYI, I successfully built |
@RussTreadon-NOAA That was a copy-paste error when updating the CI for #19. It is in fact only trying to build gsi-utils but it is mislabeled. The cause of the failure is that |
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.
Changes look good. Would you be able to run this through a cycled test on Cactus?
This reverts commit 6d39a55.
GSI-based (C96C48_hybatmDA) and JEDI-based (C96C48_ufs_hybatmDA) CI run on Cactus by updating GSI-based (C96C48_hybatmDA)
JEDI-based (C96C48_ufs_hybatmDA)
|
@DavidHuber-NOAA : GSI-based (C96C48_hybatmDA) and JEDI-based (C96C48_ufs_hybatmDA) successfully run on Cactus. Spot check output from this run with CI tests reported in g-w PR #2620. The PR #2620 CI runs used gsi_utils.fd @ bb03e17. The CI tests reported in this PR use Are there any more checks or tests you would like me to make or run? |
Nope, I think this is good to go. Thanks @RussTreadon-NOAA! |
Thank you @DavidHuber-NOAA . Would you re-review and approve? Seems my commits wiped out your earlier approval. |
@DavidHuber-NOAA : Looks like your approval is there but I still see
Maybe your approval isn't sufficient because you do not have write access to this repo. Is this possible? |
@RussTreadon-NOAA I think you are correct. Perhaps @aerorahul can approve. |
|
||
load(pathJoin("prod_util", prod_util_ver)) | ||
|
||
pushenv("HPC_OPT", "/apps/ops/para/libs") | ||
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304") | ||
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7") | ||
|
||
load("ncio/1.1.2") | ||
load("ncdiag/1.0.0") |
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.
nice!
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.
lgtm
Thank you @aerorahul |
This PR removes
/apps/ops/para/libs
fromgsiutils_wcoss2.intel.lua
. Additionally module versions for w3emc, nemsio, and ncdiag are updated to be consistent with GSI gsi_wcoss2.intel.lua.Resolves #20