Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Disabling transfer of output files
- Date: Tue, 15 Jan 2013 12:20:51 +0000
- From: Brian Candler <B.Candler@xxxxxxxxx>
- Subject: [HTCondor-users] Disabling transfer of output files
I have a job which writes its output explicitly onto a shared filesystem.
It also generates a bunch of temporary files, which I don't want to
transfer back to the submitter.
I am probably being dense, but I can't see how to say "don't transfer output
files" without disabling transfer of input files.
If I set
Transfer_Output_Files =
(empty string), it still transfers the files.
If I set should_transfer_files = No, then I think I will disable transfer of
input files (which I do still want)
when_to_transfer_output has only two values according to the documentation,
ON_EXIT and ON_EXIT_OR_EVICT.
Is there a simple way to achieve this, before I start trying
transfer_output_files = /dev/null and transfer_output_remaps ?
Thanks,
Brian.