Changes
Page history
Update slurm
authored
Apr 11, 2018
by
Matthieu Boileau
Hide whitespace changes
Inline
Side-by-side
slurm.md
View page @
22b78867
...
@@ -70,7 +70,7 @@ Here is a basic slurm script to get you started:
...
@@ -70,7 +70,7 @@ Here is a basic slurm script to get you started:
# min-max number of nodes
# min-max number of nodes
##SBATCH -N 3-6
##SBATCH -N 3-6
# max time of exec (will be killed afterwards)
# max time of exec (will be killed afterwards)
#
#SBATCH -t
1
2:00:00
#SBATCH -t 2:00:00
# number of tasks per node
# number of tasks per node
##SBATCH --tasks-per-node 1
##SBATCH --tasks-per-node 1
# specify execution constraitns
# specify execution constraitns
...
...
...
...