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

[Condor-users] Preemption and Priority Issue



Hi,

I have the following in condor_config.local

 

But still the running jobs are preempted and vacated.  How to avoid this.

 

*******************************************

WANT_SUSPEND           = FALSE

 

WANT_VACATE            = FALSE

 

START                  = TRUE

 

START_LOCAL_UNIVERSE    = True

 

START_SCHEDULER_UNIVERSE        = True

 

SUSPEND                        = FALSE

 

CONTINUE               = TRUE

 

PREEMPT                        = FALSE

 

KILL                   = FALSE

*********************************************

 

I am also trying to assign Higher Priority (as an admin) for particular user to avoid the job preemption, like this

 

condor_userprio -setprio user1 0.5

 

But condor_userprio, shows the same priority as before priority adjustment.

 

How to adjust the user priority?

 

Thanks,

Senthil