Update home authored by van Vliet's avatar van Vliet
......@@ -1195,6 +1195,13 @@ MaxArraySize = 121
If we don't set the limitation, some users are submitting large amounts of job arrays which will occupy the cluster so that other users can't run.
#### Limit the amount of simultaneously running jobs
You can limit the amount of simultaneously running jobs with the following command:
* "--array=0-100%4" will limit the number of simultaneously running tasks from this job array to 25
We recommend to use this options
## Remote GPU-accelerated Visualization on res-hpc-gpu01
At this moment the login node res-hpc-lo01 does not have a powerful GPU card.
......
......