[develop] Add modulefiles/tasks/cheyenne/run_vx.local.lua to allow fundamental tests to pass on Cheyenne#820
Closed
MichaelLueken wants to merge 1 commit into
Conversation
…e grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16 fundamental test to run on Cheyenne GNU.
This was referenced Jun 7, 2023
Collaborator
Author
|
Closing this PR since @natalie-perlin's PR #826 will correct the issue with GNU HPC-stack built MET modules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIPTION OF CHANGES:
Currently, the
grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16fundamental test fails on Cheyenne GNU. The failure is due to needing an Intel compiler to be loaded to run MET/METplus. This PR adds a newrun_vx.local.luamodulefile for Cheyenne that will load the Intel compiler and allow thegrid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16test to run successfully on GNU.Type of change
TESTS CONDUCTED:
ISSUE:
Fixes #817
CHECKLIST