Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -59,9 +59,8 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for
* The bonus partition is especially well suited:
* To launch a large number of jobs.
* To run on a large number of cores.
* When the cluster occupation is low (limits the risk for the bonus job to be requeued by the preemption mechanism).
* When the job does not last long (limits the risk for the bonus job to be requeued by the preemption mechanism).
* For jobs who can be restarted (in order not to completely start over the simulation if the bonus job is 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).
* When having a job requeued is not a big issue.
## Usual Slurm user commands
......
......