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

Re: [HTCondor-users] Moving files questions (try 2)



On 8/13/2013 1:17 PM, Andrew Melo wrote:
(resending with the correct From: address..)

Hello all,

An application I'm working on submits a local universe job on the
user's behalf, which in turn runs dagman who then submits a number of
vanilla universe jobs. Currently, the logs from the vanilla universe
jobs get returned to the spool directory of the dagman jobs (which
makes sense since that's where dagman is submitting them from). Is it
possible to modify the vanilla jobs' classads' filesystem domain and
paths so that when the vanilla jobs complete, their output files get
sent back to the originating user's machine and not to the
intermediate spool directory?

Thanks,
Andrew



Are the local universe job, the dagman job, and the vanilla jobs all being submitted to the same schedd (aka just one submit machine involved) ? If so, perhaps you could just add
  initialdir = /some/path
to the submit file of the vanilla universe jobs?