Changes
Page history
Update 2.1 Batch job submission
authored
Jun 19, 2019
by
Odunlami Marc
Show whitespace changes
Inline
Side-by-side
2-Slurm/2.1-Batch-job-submission.md
View page @
63eab7ce
...
...
@@ -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 ?
...
...
...
...