Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] stdout/stderr for evicted jobs
- Date: Sun, 17 Jul 2022 16:08:00 +0200
- From: Maarten Litmaath <maarten.litmaath@xxxxxxx>
- Subject: [HTCondor-users] stdout/stderr for evicted jobs
Dear HTCondor experts,
I have these questions w.r.t. evicted jobs:
1. How can one make a grid job fail on its very first eviction?
I do not want HTCondor to try and "rescue" such jobs...
2. How can one get the stdout/stderr for jobs that ended up evicted?
I am trying to debug something that would be helped by having the
the stdout/stderr as they were at the time of eviction...
when_to_transfer_output = ON_EXIT_OR_EVICT does not work for that.
Thanks for your consideration!