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 wouldalso 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