Update slurm authored by Matthieu Boileau's avatar Matthieu Boileau
...@@ -111,7 +111,17 @@ cp -r /scratch/job.$SLURM_JOB_ID /data/<login>/slurm ...@@ -111,7 +111,17 @@ cp -r /scratch/job.$SLURM_JOB_ID /data/<login>/slurm
See [sbatch](https://computing.llnl.gov/linux/slurm/sbatch.html) for additional commands. See [sbatch](https://computing.llnl.gov/linux/slurm/sbatch.html) for additional commands.
Then you can launch the application with `sbatch <name_of_the_script>`. To submit your job, run:
```bash
sbatch <name_of_the_script>
```
To list the current jobs, use:
```bash
squeue
```
## Other use-cases for slurm ## Other use-cases for slurm
... ...
......