Skip to content
Snippets Groups Projects
Commit 95e9a31e authored by Morris Jette's avatar Morris Jette
Browse files

Add --spread-job option

Add salloc/sbatch/srun --spread-job to distribute tasks over as many nodes
    as possible. This also treats the --ntasks-node-node option as a maximum
    value. For example "srun -n16 --ntasks-per-node=2 --spread-job ..." will
    run the job on at least 8 nodes (with 2 tasks each), but will attempt to
    use as many nodes as possible up to the task count (1 task per node).
bug 2732
parent e0e89bbf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment