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

Re: [Condor-users] DAGMAN script question



On Mon, 5 Nov 2007, Robert E. Parrott wrote:

I have a question regarding dagman SCRIPTS:

Suppose I have a job A, and a child job B. I also have a post script
post-A. I.e.:

Job A
Job B

SCRIPT POST  A post-A.sh

PARENT A CHILD B

Can I assume that the script "post-A.sh" is always run before the
child B?

Yes, that's correct.

The inter-node dependencies treat the PRE script, job, and POST script for a node as a single unit.

Kent Wenger
Condor Team