Set additional slurm parameters
See original GitHub issueHello,
I would like to know if it’s possible to set additional slurm parameters (and how to set them), because I couldn’t find this information in the documentation.
For example, I have a few arguments that I usually set using srun
, such as --account=myaccount --hint=nomultithread --distribution=block:block --exclusive
, but I have no idea how to set them in submitit
.
Thank you in advance for your answer!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
sbatch - Slurm Workload Manager
Restrict node selection to nodes with at least the specified number of cores per socket. See additional information under -B option above when...
Read more >Slurm Parameter and Settings - Sigma2 documentation
Slurm Parameter and Settings . Slurm supports a multitude of different parameters. This enables you to effectively tailor your script to your need...
Read more >SLURM Workload Manager - HPC documentation
–mem-per-cpu=<MB>, Memory (RAM) per requested CPU core ; –ntasks-per-node=<num_procs>, Number of (MPI) processes per node. More than one useful only for MPI jobs ......
Read more >Basic Slurm Commands - High Performance Computing
This line should always be added at the very top of your SBATCH/Slurm script. ... This is because of setting the --jobname parameter...
Read more >Introducing Slurm - Princeton Research Computing
Slurm scripts are more or less shell scripts with some extra parameters to set the resource requirements: --nodes=1 - specify one node; --ntasks=1...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The following works:
There is some documentation in https://github.com/facebookincubator/submitit/blob/master/docs/examples.md#explained-example---initial-add-exemple-with-a-few-more-comments
It probably should be made more visible.
so in your case it would be: