Skip to content
Snippets Groups Projects

Improving SLURM based notebooks and scripts

Merged Loïc Le Guyader requested to merge SLURM into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@
#SBATCH --mail-type=END,FAIL
#SBATCH --output=logs/%j-%x.out
while getopts ":p:d:r:k:g:t:s:m:" option
while getopts ":p:d:r:k:m:x:b:" option
do
case $option in
p) PROPOSAL="$OPTARG";;
Loading