Feedback [ + ]
Using GPUs on Roar Collab
GPUs can be requested with the “- -gpu” directive. For example, to submit a job to run on a GPU enabled node, add the following line to the submit script:
#SBATCH --gpus=<n>
Or specify the directive inline when using “sbatch”:
$ sbatch --gpu=2 <submit_script>