... | @@ -905,10 +905,19 @@ Syntax: |
... | @@ -905,10 +905,19 @@ Syntax: |
|
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 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:
|
|
|
|
|
|
```
|
|
```
|
|
--partition=gpu
|
|
--partition=LKEBgpu
|
|
--gres=gpu:1080Ti:1
|
|
--gres=gpu:1080Ti:1
|
|
```
|
|
```
|
|
|
|
|
|
|
|
| Hostname | Partition | Type GPU and number |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| res-hpc-lkeb01 | LKEBgpu | Gres=gpu:K40C:1 |
|
|
|
|
| res-hpc-lkeb02 | LKEBgpu | Gres=gpu:TitanX:1 |
|
|
|
|
| res-hpc-lkeb03 | LKEBgpu | Gres=gpu:V100:4 |
|
|
|
|
| res-hpc-lkeb04 | LKEBgpu | Gres=gpu:1080Ti:4 |
|
|
|
|
| res-hpc-lkeb05 | LKEBgpu | Gres=gpu:RTX6000:3 |
|
|
|
|
| res-hpc-gpu[01-02] | gpu | Gres=gpu:TitanXp:3 |
|
|
|
|
|
|
### Slurm Environment Variables
|
|
### Slurm Environment Variables
|
|
|
|
|
|
Available environment variables include:
|
|
Available environment variables include:
|
... | | ... | |