Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -57,8 +57,8 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for
* The number of concurrently allocated cores per user on the free partition is limited to 64.
* The number of concurrently allocated cores per user on the bonus, bigmem and gpu partitions is not limited.
* The bonus partition is especially well suited:
* To launch a large number of jobs.
* To run on a large number of cores.
* To run a large number of jobs.
* To concurrently use a large number of cores.
* When the cluster occupation is low or the job does not last long (limits the risk for the bonus job to be requeued by the preemption mechanism).
* For restartable jobs (in order not to completely start over the simulation if the bonus job is requeued by the preemption mechanism).
* When having a job requeued is not a big issue.
......
......