Subject: [Condor-users] What happens if submitter is shut down while job remain in queue?
Hi,
Can anyone explain how Condor handles
the case where a submitting machnine is turned off or looses network connection
while jobs still are in queue?
- Will jobs already running be completed?
- What about result-files? Will they
be available when submitter is on-line again?
- Will idle jobs be deleted from queue?
Is there ways we can configure Condor
to for instance
- transfer input files to master when
job is submitted
- keep output files until submitter
is available
- etc.