Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] transfer files on remove
- Date: Tue, 21 Dec 2010 17:49:31 -0500
- From: Peter Doherty <doherty@xxxxxxxxxxxxxxxxxxx>
- Subject: [Condor-users] transfer files on remove
Hello,
I use a PeriodicRemove statement in my classad to remove jobs that
have run longer than they should have.
And I also use file transfer methods like so:
Should_transfer_files = YES
When_to_transfer_output = ON_EXIT
Transfer_input_files = $(varInFiles)
Transfer_output_files = $(varOutFiles)
I'm wondering if there's a way to get the output files back not just
when the job exits on it's own, but when the periodicremove clears the
job out.
Partial results can be useful sometimes. Maybe I should be using
something other than PeriodicRemove to stop the job?
I tried ON_EXIT_OR_EVICT but that doesn't seem to get the files.
Thanks,
Peter