Changes
Page history
Update slurm
authored
Nov 13, 2020
by
Matthieu Boileau
Show whitespace changes
Inline
Side-by-side
slurm.md
View page @
a99d45ca
...
@@ -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
...
...
...
...