DX-596-together-gpu-clusters: sync with mintlify-docs#887#18
Merged
zainhas merged 1 commit intoMay 27, 2026
Merged
Conversation
Add Slurm Slinky v1.0 startup scripts coverage: - references/cluster-management.md: new "Startup Scripts (Slinky v1.0 only)" subsection under Slurm Configuration covering worker/login init scripts, worker/controller prolog and epilog, Extra slurm.conf, failure modes (DRAIN, requeue, cancel), and rules (no Slurm calls inside prolog/epilog, PrologFlags=Alloc, configless caching, set -e / SLURM_JOB_ID). - SKILL.md: new High-Signal Rule summarizing Slinky v1.0 scope and the DRAIN/deadlock failure modes; added Slurm Startup Scripts link to Official Docs. Generated by the Sync Skills Cursor Automation. Please review before merging.
blainekasten
approved these changes
May 27, 2026
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.
Syncs the
together-gpu-clustersskill with the new Slurm startup scripts page merged in togethercomputer/mintlify-docs#887 ("[TCl-5106]docs: add Slurm startup scripts page", merge sha2c0ecf2).Changed docs files that triggered this sync
docs/slurm-startup-scripts.mdx(new) — matched viatogether-gpu-clustersglobdocs/slurm*.mdxSkill changes
references/cluster-management.md: added a new Startup Scripts (Slinky v1.0 only) subsection under Slurm Configuration, with a script-type table (worker init, login init, worker prolog, worker epilog, controller prolog, controller epilog, Extra slurm.conf), failure-mode bullets, the drained-node resume command, and operational rules.references/cluster-management.md: added a TOC entry for the new subsection.SKILL.md: added one High-Signal Rule covering Slinky-v1.0 scope, the DRAIN failure mode on worker prolog/epilog non-zero exit, and the prolog/epilog -> Slurm-command deadlock risk.SKILL.md: added the new Slurm Startup Scripts page to Official Docs.Validated locally with
scripts/quick_validate.pyandscripts/quality_check.py— both pass.Generated by the Sync Skills Cursor Automation. Please review before merging.