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

Re: [HTCondor-users] transfer_output_remaps again



On 12/17/15, 5:15 PM, "HTCondor-users on behalf of Dimitri Maziuk" <htcondor-users-bounces@xxxxxxxxxxx on behalf of dmaziuk@xxxxxxxxxxxxx> wrote:
>Repost:
>
>I have
> output = $(STDOUTFILE)
> transfer_output_remaps = "$(STDOUTFILE) = $(TMPDIR)/$(STDOUTFILE)"
>in my job submit file (job is part of a dag), I end up with both
>- 0-byte $(STDOUTFILE) and
>- $(TMPDIR)/$(STDOUTFILE) with the expected output.
>
>Is 0-byte $(STDOUTFILE) supposed to happen?

No, I wouldn't expect to get two files.  Is $(TMPDIR) a relative or absolute path in your case?  I will try to reproduce this.

(Or, feel free to send me your submit file off-list if you like)


Cheers,
-zach