Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] DAGman $RETURN replacement
- Date: Fri, 11 May 2012 13:57:14 -0700
- From: Kristian Kvilekval <kris@xxxxxxxxxxx>
- Subject: [Condor-users] DAGman $RETURN replacement
condor version: 7.7.5
system: debian
I have a DAG file something like the following
JOB 546927 ./546927.cmd
SCRIPT POST 546927 546927_launch.py job_return=$RETURN command=finish
However, it is substituted if called as follows:
JOB 546927 ./546927.cmd
SCRIPT POST 546927 546927_launch.py job_return $RETURN command=finish
We tend to pass in named arguments such as in the first example.
In this case DAGman will not substitute $RETURN.. it must be separated
from any other arguments
Is this a bug? or are the variable substitution really limited to space
separated expressions?
Thanks,
Kris