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

Add switch to control debug=true on WCOSS2 for development testing #2388

Merged

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    1f31a4d View commit details
    Browse the repository at this point in the history
  2. Add debug option to xml submissions

    - When pbspro: add debug=true to native statement; similar
    to what already happens but now users can turn it off
    - When slurm: add SBATCH_DEBUG=2 (-vv, very verbose) to xml;
    exports SBATCH_DEBUG to environment for all jobs
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6fcb333 View commit details
    Browse the repository at this point in the history
  3. Move SBATCH_DEBUG to xml envars

    Set SBATCH_DEBUG via the envars in the xml instead
    of as an ENTITY at the top. The setting now exports
    with job submissions.
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    984b672 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 11, 2024

  1. Merge remote-tracking branch 'origin/develop' into feature/debug_switch

    * origin/develop:
      Return ocnanalrun npes resource setting back to previous value (NOAA-EMC#2386)
      Add new BUFR table file parm/product/bufr_ij9km.txt for GFSv17 C1152 (NOAA-EMC#2383)
      Add global-workflow infrastructure for ocean analysis recentering task (NOAA-EMC#2299)
      Clean out non-gfs top level variables (NOAA-EMC#2366)
      Forgotten templated  DO_VRFY_OCEANDA (NOAA-EMC#2379)
      Add Hercules support for the GSI monitor (NOAA-EMC#2373)
      Reformat snowDA templates to jinja2 (NOAA-EMC#2371)
      Reduce Jenkins messaging to GitHub (NOAA-EMC#2370)
      Adding debug option for all build scripts (NOAA-EMC#2326)
      Sort list of coupler restart files for restart time determination (NOAA-EMC#2360)
      Update stage IC to handle ocean perturbations (NOAA-EMC#2364)
      Turn on C48mx500_3DVarAOWCDA test on hera (NOAA-EMC#2363)
      Move Jenkinsfile into ci subdirectory (NOAA-EMC#2355)
    KateFriedman-NOAA committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1b92914 View commit details
    Browse the repository at this point in the history
  2. Remove SBATCH_DEBUG option from setup

    Removing the debug switch setting for SLURM since
    it doesn't work as expected.
    Also added notes to DEBUG setting in configs to
    note that it only works on WCOSS2.
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8327557 View commit details
    Browse the repository at this point in the history
  3. Rename DEBUG variable and add to RTD

    - Rename DEBUG to DEBUG_SCHEDULER.
    - Add note that it's PBS only and that it sets debug=true.
    - Add switch to documentation.
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d97c5a0 View commit details
    Browse the repository at this point in the history
  4. Rename DEBUG switch to DEBUG_SCHEDULER

    Rename variable in setup scripts
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d6d9c4b View commit details
    Browse the repository at this point in the history
  5. Rename DEBUG_SCHEDULER to DEBUG_POSTSCRIPT

    Based on reviewer feedback and discussion.
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6df3b2c View commit details
    Browse the repository at this point in the history
  6. Correct bug in .github docs.yaml

    RTD sample link was not posted in updated PR.
    Add missing curly brackets to line.
    
    Refs NOAA-EMC#619
    KateFriedman-NOAA committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b496be2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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