Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -56,11 +56,13 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for ...@@ -56,11 +56,13 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for
* The gpu partition is only accessible to the members of the gpu account. * The gpu partition is only accessible to the members of the gpu account.
* 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 well suited: * The bonus partition is especially well suited:
** To launch a large number of jobs. * To launch a large number of jobs.
** To run on a large number of cores. * To run on a large number of cores.
** Especially when the cluster occupation is low (limits the risk for the bonus job to be requeued by the preemption mechanism). * When the cluster occupation is low (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 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 having a job requeued is not a big issue.
## Usual Slurm user commands ## Usual Slurm user commands
Submit a job: Submit a job:
... ...
......