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

Re: [Condor-users] Forcing job to run on submit host



> My question is how to I force the last job in DAGMan (which is the
> child of all the other jobs) to run on the submitters machine where
> all the outputs files are (this being a bash script or a c++
> executable). Is there a better/easier way of doing this?

If it is a fixed submit node, you could hardwire the machine name into the
requirements expression for that part of the DAG.

(sorry there might be a more generic way, but I am not a DAGman expert).

JK