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

Re: [Condor-users] condor_submit_dag - anything equivalent to condor_submit's -append command?



On Fri, 3 Aug 2007, BBrooks wrote:

I'd like to pass arguments to my DAG input file.  For example, I'd
like to have a a DAG input file that reads like

 job prep prepare.sub
 vars prep numpieces="$(numpieces)"

and then submit the dag like

 condor_submit_dag -a "numpieces=16" process.dag

The condor_submit command has a nice command  "append" useful for
setting macros that a ClassAd can reference.  Does condor_dag_submit
have an equivalent command?

No, it doesn't, unfortunately.

I guess we could consider this a feature request...  If anyone else would
also like this functionality, please follow up to this thread so we can get a handle on how many people want this.

Kent Wenger
Condor Team