... | ... | @@ -1185,6 +1185,14 @@ You can cancel your job array with the command: |
|
|
| SLURM_ARRAY_TASK_MAX | set to the highest job array index value |
|
|
|
| SLURM_ARRAY_TASK_MIN | set to the lowest job array index value |
|
|
|
|
|
|
#### Limitations - Restrictions
|
|
|
|
|
|
For now we have set the maximum amount of array jobs you can summit at once to **121**
|
|
|
```
|
|
|
scontrol show config | grep MaxArraySize
|
|
|
MaxArraySize = 121
|
|
|
```
|
|
|
|
|
|
## Remote GPU-accelerated Visualization on res-hpc-gpu01
|
|
|
|
|
|
At this moment the login node res-hpc-lo01 does not have a powerful GPU card.
|
... | ... | |