Changes
Page history
Update slurm
authored
Apr 29, 2020
by
Matthieu Boileau
Show whitespace changes
Inline
Side-by-side
slurm.md
View page @
36e90419
...
...
@@ -69,7 +69,7 @@ Here is a basic slurm script to get you started:
#SBATCH --ntasks-per-core 1
# min-max number of nodes
##SBATCH -N 3-6
#
max
time
of exec
(will be killed afterwards)
#
wall
time (will be killed afterwards)
- MANDATORY
#SBATCH -t 2:00:00
# number of tasks per node
##SBATCH --tasks-per-node 1
...
...
...
...