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

[HTCondor-users] kill job when keyboard is busy Not working



Hi there:

I am trying to take advantage of idle CPU(artist workstations)  - when they are not using. Here is my setup on a test workstation config file:
Here The KILL is not working ..?

############# Test config #####################
KeyboardBusy = (KeyboardIdle < 3)
MachineBusy = ($(CpuBusy)||(KeyboardBusy)
ActivityTimer = (CurrentTime - EnteredCurrentActivity)

START = (KeyboardIdle > 5) && ($(AfterHours) || $(NBUserSystem) ||(jobtype == "nuke"))
KILL = $(KeyboardBusy)

Please let me know how I can get this working ..?

Thanks
/Biju