Update home authored by van Vliet's avatar van Vliet
...@@ -902,7 +902,7 @@ You can use a GPU with the **--gres** parameter, for example: ...@@ -902,7 +902,7 @@ You can use a GPU with the **--gres** parameter, for example:
Syntax: Syntax:
* --gres=gpu:[type gpu]:[number of gpus] * --gres=gpu:[type gpu]:[number of gpus]
Normally you don't have to specify the type of GPU. But if in the future there are different kind of GPUs in a single machine or you want to run on a certain type of GPU you have to specify on which GPU you want to run, for example: Normally you don't have to specify the type of GPU. But if there are different kind of GPUs in a single machine or you want to run on a certain type of GPU you have to specify on which GPU you want to run, for example:
``` ```
--partition=LKEBgpu --partition=LKEBgpu
... ...
......