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

RE: [Condor-users] POST script without DAG?



> hello
> 
> is there a possibility to perform a script after a jobcluster is done 
> without using DAGman?
> We have some trouble with DAGman, it sometimes doesn't finish 
> although 
> all jobs finished properly.

If it is a vanilla job, you could put your call to the executable
in a script with some PRE and POST work taking place in the script.

If it is standard, you can set things up (so I believe, I have never tried it)
such that a wrapper script can be called for ALL jobs.

I don't know if either of these will help.

cheers

JK