Intro_to_slurm.md - #310
Open
Graviton28 wants to merge 1 commit into
Open
Conversation
… limit inconsistency Ran sinfo and sinfo -N -l live on Easley. Specifically checked the debug partition TIMELIMIT since a sibling doc (Resource_usage.md) previously found a stale partition-limit claim on Hopper - but here the sinfo table's debug TIMELIMIT of 1:00:00 was already correct. Refreshed the sample sinfo output to current live node states while preserving all TIMELIMIT values (all matched: general/bigmem/h100/l40s/scavenger 2-00:00:00, interactive 4:00:00, debug 1:00:00). Found a real internal inconsistency instead: the "Key partitions" prose bullet claimed debug had a "4-hour limit" while the table (correctly) showed 1:00:00. Fixed the prose to say 1-hour. Also confirmed squeue --me and scancel --me are valid flags on the installed Slurm 24.11 via man pages and a live squeue --me test. 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.
ran sinfo and sinfo -N -l for real on easley to check this one, since it was never covered by the earlier campaign. checked the debug partition timelimit specifically since a sibling doc (Resource_usage.md) already caught a stale partition-limit claim elsewhere in this repo, but here the sample table's debug timelimit of 1:00:00 was already correct, same for every other partition (general/bigmem/h100/l40s/scavenger 2-00:00:00, interactive 4:00:00).
"key partitions" description said debug has a 4-hour limit while the sinfo table right above it showed 1:00:00, so the two contradicted each other. fixed the description to match.
also confirmed squeue --me and scancel --me are valid on the installed slurm 24.11.