On Thu, 09 Feb 2012 18:18:35 +0100
Alejandro Lucero Palau <alejandro.luc...@bsc.es> wrote:

> Which SchedulerParameters do you have in your slurm.conf? Is defer
> option actived?
> 
> I do not think backfilling algorithm is the problem. We got a similar
> problem there related to timelimit being set to 1 but priority is not
> used there.

FastSchedule            = 0
SchedulerParameters     = defer
SchedulerTimeSlice      = 30 sec
SchedulerType           = sched/backfill

PartitionName=batch
   AllocNodes=ALL AllowGroups=ALL Default=YES
   DefaultTime=01:00:00 DisableRootJobs=YES GraceTime=0 Hidden=NO
   MaxNodes=UNLIMITED MaxTime=14-00:00:00 MinNodes=1
   Nodes=calc[0-5]
   Priority=1 RootOnly=NO Shared=FORCE:1 PreemptMode=GANG,SUSPEND
   State=UP TotalCPUs=88 TotalNodes=5 DefMemPerNode=UNLIMITED 
MaxMemPerNode=UNLIMITED

Reply via email to