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

Re: [Condor-users] passing parameters through nested DAGs?



On Wed, May 23, 2012 at 04:23:58PM -0700, Triplett, Sara wrote:
> Thanks, Nathan.  To be sure I understand: there is no such thing as a
> DAG template that accepts VARS like submit files do.  I can add
> scripts to my parent dag to create the child dags dynamically, but
> ultimately I do need separate physical dag files for each parameter
> combination?
> 

Sara,

That is correct. It is a feature that has been considered; see

https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1781  

To be clear, the separate dags are necessary because the VARS do not
passed down to the nested condor_dagman processes.

This will work in the upcoming 7.9.0 release for splice subdags.  See

https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1780

Nathan Panike