[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Job dependencies without a DAG



Oops, I forgot about the $INT() macro function,which simplifies matters:

PREV_CLUSTER = $(CLUSTER) - 1
C = $INT(PREV_CLUSTER)
arguments = " -c 'condor_wait -wait 3600 wafer-infer-$(C).log $(C).0; tail -n +2 wafer-infer-$(C).0.out | mailx -r ""$(MAIL_FROM_NAME) <no-reply@xxxxxxxxxxxx>"" -s ""Inference Results for job $(C).0"" -a predictions-$(C).0.json $(NOTIFY_USER) ; rm -f wafer-infer-$(C).log' "
description = $(MAIL_FROM_NAME) for $(C).0