Skip to content

submitting_sbatch_jobs.md - #294

Open
Graviton28 wants to merge 1 commit into
UNM-CARC:masterfrom
Graviton28:pr/submitting-sbatch-jobs
Open

submitting_sbatch_jobs.md#294
Graviton28 wants to merge 1 commit into
UNM-CARC:masterfrom
Graviton28:pr/submitting-sbatch-jobs

Conversation

@Graviton28

Copy link
Copy Markdown
Contributor

tested all 3 example scripts (hello.sh, multiprocessor.sh, multinode.sh) for real with sbatch, all work as documented.

found the same real bug I found in submitting_jobs.md, but in this file's own "Interactive Jobs" section: it claims running bash helloworld_parallel.sh under an 8-task salloc prints "Hello World" 8 times. tested it, it doesn't - plain bash only runs the script once no matter how many tasks you requested. fixed to use mpirun -np 8 and got the real 8-line output.

also fixed a typo in the README link to this file - it was pointing at "submitting_sbtach_jobs.md" (missing the 'a'), a dead link since the actual filename is spelled correctly. that's actually how I ended up looking at this file this closely.

@Graviton28
Graviton28 marked this pull request as ready for review August 4, 2026 04:53
@Graviton28
Graviton28 requested a review from gmfricke as a code owner August 4, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant