Skip to content

Commit 5710e1c

Browse files
committed
add reservation to jobgenstring
1 parent 0548ebb commit 5710e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ctl/control_tsmp2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobgenstring="--export=ALL \
8080
--account=${account} \
8181
--partition=${partition} \
8282
--mail-type=${mailtype} \
83-
--mail-user=${mailaddress}"
83+
--mail-user=${mailaddress} \
84+
--reservation=${reservation}"
8485

8586
# convert arrays to string for slurm job script
8687
lprestr="${lpre[@]}"

0 commit comments

Comments
 (0)