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

Re: [Condor-users] windows xp log off kills jobs



We are currently looking into this problem. I would also recommend setting

EXECUTE_LOGIN_IS_DEDICATED = TRUE

in your config file, unless you're using the VMx_USER feature to run jobs under an account other than Condor's own condor-reuse-vmX account(s), and that account isn't dedicated to running condor jobs.

The advantage to setting the above config file entry is that the condor_starter will track processes based on the login name instead of traversing the process tree, which seems to be problematic.

Colin