My group is using Condor to run programs that can NOT be checkpoint'd in a
way that's compatable with Condor's eviction/restart scheme. Therefore, we
need to turn off evictions entirely. We are running Condor version 6.8.4.
I have the following settings in the condor_config file:
WANT_SUSPEND = FALSE
WANT_VACATE = FALSE
PREEMPT = False
KILL = False
In previous versions this always seemed to work, but presently )with 6.8.4)
we are running into sporadic evictions. Is there a standard set of flags
that I need to set?