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

Set place=shared for shared jobs on WCOSS2 (develop) #2156

Commits on Dec 14, 2023

  1. Set job as shared when not exclusive on WCOSS2

    WCOSS2 defaults to exclusive when it is not specified as
    either exclusive (place=exclhost) or shared (place=shared).
    Now set shared when job should be shared.
    
    Refs NOAA-EMC#2135
    KateFriedman-NOAA committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fe7c855 View commit details
    Browse the repository at this point in the history
  2. Update ecf scripts to set shared when not exclusive

    Add ":shared" to the PBS place setting in job ecf scripts
    that are not already exclusive (":exclhost").
    
    Refs NOAA-EMC#2135
    KateFriedman-NOAA committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    48ac575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24cf6af View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    ca82e04 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    9023b60 View commit details
    Browse the repository at this point in the history