Skip to content
Snippets Groups Projects
Commit dd3bdb25 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Fix flags

parent 203b2b5d
No related branches found
No related tags found
1 merge request!176Improving SLURM based notebooks and scripts
......@@ -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";;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment