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

Re: [condor-users] Calling condor_submit_dag recursively



You can use the POST of the parent node to edit the Condor-submit and/or DAGFile of the child. This way you can dynamically decide what will be included in the "next" job submitted by the DAGMan.

Miron

At 08:04 AM 2/5/2004 +0000, you wrote:
The purpose of a POST script is to do simple post-processing and to decide if the job that is in the node succeeded or failed. In this case, your DAG node will be considered to have succeeded if condor_submit_dag returns 0. Is that the semantics you want?


The point is that I don't know how many nodes I'll need, so recursion via the POST files seemed ideal to me.

Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>