Update slurm authored by Matthieu Boileau's avatar Matthieu Boileau
...@@ -52,7 +52,7 @@ salloc -t "03:00:00" -p public -J "jobname" --exclusive -N 1 srun --pty ${SHELL} ...@@ -52,7 +52,7 @@ salloc -t "03:00:00" -p public -J "jobname" --exclusive -N 1 srun --pty ${SHELL}
## Basic slurm script with an MPI application ## Basic slurm script with an MPI application
First, read the slurm quickstart: [(external link)](https://computing.llnl.gov/linux/slurm/quickstart.html) First, read the slurm quickstart: [(external link)](https://slurm.schedmd.com/quickstart.html)
Here is a basic slurm script to get you started: Here is a basic slurm script to get you started:
... ...
......