dnordgren / CSCE835

Workspace for Group 8 of CSCE 435/835 (Cluster & Grid Computing)
head.pi.cluster.unl.edu :)
0 stars 0 forks source link

Enable flocking precedence #8

Closed dnordgren closed 9 years ago

dnordgren commented 9 years ago

Our jobs should take precedence over external jobs (i.e. a currently-running external job would be paused in favor of a job that we submitted locally).

jshu2 commented 9 years ago

Some posts that may be useful here: http://research.cs.wisc.edu/htcondor/manual/v7.6/2_7Priorities_Preemption.html

http://research.cs.wisc.edu/htcondor/manual/v7.6/3_5Policy_Configuration.html#sec:Disabling_Preemption

https://www.mppmu.mpg.de/computing/condor/condor-V6-Manual/node19.html

jshu2 commented 9 years ago

We tested the preemption, this setting is working. (but cannot stop all external jobs though.) PREEMPTION_REQUIREMENTS = True

PREEMPT = True

dnordgren commented 9 years ago

We don't care about this anymore I don't believe

bhushit commented 9 years ago

Yup

On Wed, Oct 21, 2015, 10:46 Derek Nordgren notifications@github.com wrote:

We don't care about this anymore I don't believe

— Reply to this email directly or view it on GitHub https://github.com/dnordgren/CSCE835/issues/8#issuecomment-149939002.