All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RCSWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:12, 22 July 2022 Dmitri talk contribs created page How to use array jobs in SLURM (Created page with " <syntaxhighlight lang=bash> #!/bin/bash #SBATCH --account=def-someuser #SBATCH --time=0-0:5 #SBATCH --array=1-10 ./myapplication $SLURM_ARRAY_TASK_ID </syntaxhighlight>")