Skip to content
Snippets Groups Projects

Remove K20/K40 mention

Merged Natasha Pavlovikj requested to merge update_gpu into master
2 files
+ 1
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -48,7 +48,7 @@ following options to your srun or sbatch command:
{{< /highlight >}}
To run on a specific type of GPU, you can constrain your job to require
a feature. To run on K40 GPUs for example:
a feature. To run on P100 GPUs for example:
{{< highlight batch >}}
--partition=gpu --gres=gpu --constraint=gpu_p100
Loading