RFE: when_to_transfer_output = NEVER
I think this has come up a few times on -users.
Anyone else seeing requests for this?
-------- Original Message --------
Subject: [HTCondor-users] Disabling transfer of output files
Date: Tue, 15 Jan 2013 12:20:51 +0000
From: Brian Candler <B.Candler@xxxxxxxxx>
Reply-To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
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.
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
|