Set shared for non-exclusive jobs on WCOSS2 (GFSv16) #2261
Merged
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
This PR updates the GFSv16 system to set
place=shared
for non-exclusive jobs. Previously, onlyplace=exclhost
was set and the default wasshared
if not set. The default is now exclusive, thereforeplace=shared
needs to be set for shared jobs on WCOSS2. This change was already made for the GFSv17develop
branch and is now being done for the operational GFSv16 system ahead of the next planned implementation. The ecf scripts are updated to add:shared
to the place setting for jobs that aren't already set as exclusive with:exclhost
.Additionally, the global dump archive
DMPDIR
path on WCOSS2 is updated to the new dump project location.Resolves #2135
Type of change
Update for new requirement on WCOSS2.
Change characteristics
How has this been tested?
Cycled test on WCOSS2.