Translations:Using GPUs with Slurm/61/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
There are a variety of other directives that you can use to request GPU resources: --gpus, --gpus-per-socket, --gpus-per-task, --mem-per-gpu, and --ntasks-per-gpu. Please see the Slurm documentation for [https://slurm.schedmd.com/sbatch.html sbatch] for more about these. Our staff did not test all the combinations of these; if don't get the result you expect, [[Technical support|contact technical support]]. | There are a variety of other directives that you can use to request GPU resources: <code>--gpus</code>, <code>--gpus-per-socket</code>, <code>--gpus-per-task</code>, <code>--mem-per-gpu</code>, and <code>--ntasks-per-gpu</code>. Please see the Slurm documentation for [https://slurm.schedmd.com/sbatch.html sbatch] for more about these. Our staff did not test all the combinations of these; if you don't get the result you expect, [[Technical support|contact technical support]]. |
Revision as of 14:10, 25 April 2023
There are a variety of other directives that you can use to request GPU resources: --gpus
, --gpus-per-socket
, --gpus-per-task
, --mem-per-gpu
, and --ntasks-per-gpu
. Please see the Slurm documentation for sbatch for more about these. Our staff did not test all the combinations of these; if you don't get the result you expect, contact technical support.