-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add switch to control debug=true
on WCOSS2 for development testing
#2388
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f31a4d - Browse repository at this point
Copy the full SHA 1f31a4dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6fcb333 - Browse repository at this point
Copy the full SHA 6fcb333View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 984b672 - Browse repository at this point
Copy the full SHA 984b672View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c313ce5 - Browse repository at this point
Copy the full SHA c313ce5View commit details
Commits on Mar 11, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 1b92914 - Browse repository at this point
Copy the full SHA 1b92914View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8327557 - Browse repository at this point
Copy the full SHA 8327557View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d97c5a0 - Browse repository at this point
Copy the full SHA d97c5a0View commit details -
Rename DEBUG switch to DEBUG_SCHEDULER
Rename variable in setup scripts Refs NOAA-EMC#619
Configuration menu - View commit details
-
Copy full SHA for d6d9c4b - Browse repository at this point
Copy the full SHA d6d9c4bView commit details -
Rename DEBUG_SCHEDULER to DEBUG_POSTSCRIPT
Based on reviewer feedback and discussion. Refs NOAA-EMC#619
Configuration menu - View commit details
-
Copy full SHA for 6df3b2c - Browse repository at this point
Copy the full SHA 6df3b2cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b496be2 - Browse repository at this point
Copy the full SHA b496be2View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 822931e - Browse repository at this point
Copy the full SHA 822931eView commit details