[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] stdout/stderr for 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...

There's not, AFAIK, a way to specify this directly. It may work to set periodic_remove to something like NumJobStarts > 1.

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.

If these jobs are also grid universe, I'm not aware of any way to do this.

- ToddM