We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76976c6 commit f2a65e1Copy full SHA for f2a65e1
GRID/utils/grid_submit.sh
@@ -133,6 +133,7 @@ checkpoint_hook_ttlbased() {
133
# do calculation with AWK
134
CHECKPOINT=$(awk -v S="${SECONDS}" -v T="${JOBTTL}" '//{} END{if(S/T>0.8){print "OK"}}' < /dev/null);
135
if [ "$CHECKPOINT" = "OK" ]; then
136
+ echo "**** TTL CLOSE - CHECKPOINTING *****"
137
# upload
138
text="CHECKPOINTING NOW"
139
# resubmit
@@ -178,7 +179,7 @@ if [[ $ALIEN_PROC_ID ]]; then
178
179
exec &> >(tee -a alien_log_${ALIEN_PROC_ID}.txt)
180
fi
181
-JOBTTL=600
182
+JOBTTL=82000
183
# this tells us to continue an existing job --> in this case we don't create a new workdir
184
while [ $# -gt 0 ] ; do
185
case $1 in
0 commit comments