pbs2slurm.md - #311
Open
Graviton28 wants to merge 1 commit into
Open
Conversation
…ob end-to-end This tutorial was never covered by the earlier campaign. Verified the two documented links: the QuickBytes github link resolves fine, but the CARC PBS job-submission link 404s (http://carc.unm.edu/user-support-2/using-carc- systems1/running-jobs/submitting-jobs.html). Found the live current page at https://carc.unm.edu/user-support-2/running-jobs/submitting-jobs.html (dropped the stale "using-carc-systems1" path segment) and confirmed it returns 200. Also actually submitted the example job_script.slurm end-to-end on Easley (job 1037947, with a real test.py) - completed successfully with exit code 0 and the expected stdout. The PBS walltime=01:00:00 vs Slurm --time=00:05:00 mismatch flagged in the task was already fixed in a prior commit on this branch (both now say 01:00:00) - verified that fix is still correct. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Graviton28
marked this pull request as ready for review
August 4, 2026 04:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
the pbs walltime=01:00:00 vs slurm --time=00:05:00 mismatch from an earlier pass was already fixed on this branch, verified it's still correct (both scripts say 01:00:00 now).
found a dead link: the carc pbs job-submission link 404s (http://carc.unm.edu/user-support-2/using-carc-systems1/running-jobs/submitting-jobs.html). Replaced with link to current page at https://carc.unm.edu/user-support-2/running-jobs/submitting-jobs.html
also submitted the example job_script.slurm end-to-end on easley with a real test.py (job 1037947), completed successfully with the expected output. the pbs/slurm conversion tables checked out against man pages and slurm docs.