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 ...@@ -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 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 number of concurrently allocated cores per user on the bonus, bigmem and gpu partitions is not limited.
* The bonus partition is especially well suited: * The bonus partition is especially well suited:
* To launch a large number of jobs. * To run a large number of jobs.
* To run on a large number of cores. * 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). * 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). * 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. * When having a job requeued is not a big issue.
... ...
......