Fixes to make build and run work in new merged directory structure#343
Conversation
- Replace all instances of "homerrfs" with "SR_WX_APP_TOP_DIR", and update location appropriately - Remove references to "regional_workflow" and update paths accordingly
…fs-community#343) ## DESCRIPTION OF CHANGES: - Removes regional_workflow from Externals.cfg - Replaces uses of "HOMErrfs" with "SR_WX_APP_TOP_DIR" - Remove/replace other references to regional_workflow ### Type of change - [ ] Bug fix ## TESTS CONDUCTED: All build tests passed on Cheyenne (gnu), Hera (intel), Jet (intel), Orion (intel) WE2E tests pending but all run so far have succeeded; see PR on GitHub for full list of tests ## DEPENDENCIES: None ## DOCUMENTATION: In-line documentation has been updated; user documentation will need to be updated in a future PR.
|
@mkavulich Did you figure out why the |
|
@danielabdi-noaa When I re-ran the tests they all succeeded, so I had just assumed it was a temporary machine issue. These were the messages I found in the logs, apparently the failure was due to hitting the job wallclock time limit: However, if what you're saying is correct and this is an ongoing issue then maybe we need to think about a good way to throttle HPSS connections when running the comprehensive set of tests, or just extend the wallclock time for these tasks. Would you mind opening an issue detailing the problems you've seen? |
DESCRIPTION OF CHANGES:
Type of change
TESTS CONDUCTED:
Tests all completed successfully, except for some expected failures and a few temporary problems on Hera
DEPENDENCIES:
None
DOCUMENTATION:
In-line documentation has been updated; user documentation will need to be updated in a future PR.