Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -48,7 +48,7 @@ Here are some self-explanatory job script examples for several softwares/applica
* The gpu partition is only accessible to the members of the gpu account.
* The number of concurrently allocated cores per user on the free, bigmem and gpu partitions is not limited.
## Slurm user commands
## Usual Slurm user commands
Submit a job:
```
sbatch script.sh
......@@ -66,6 +66,10 @@ Display the jobs of user *username* in the waiting queue:
squeue -u username
```
## Job and cluster monitoring
In the output of the *squeue* command, the "ST" column provides the state of the job. The most commons are:
## Error analysis
* QOSMaxCpuPerJobLimit
* BeginTime ?
......
......