Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] How to config jobs to transfer output files only when they are completed successfully?
- Date: Mon, 15 Dec 2014 12:57:32 +0800
- From: éææ <kyleqian@xxxxxxxxx>
- Subject: [HTCondor-users] How to config jobs to transfer output files only when they are completed successfully?
Hi, I found that if it has transfer output configuration in submit file, Connor will always transfer them, even if my executable file return none zero value. How can I config jobs to transfer output files only when they are completed successfully(return 0)?
Thanks in advance.