Default scheduler to spread-first

* Fixes bug 965732

Change-Id: I239b2b235905b30879974144263037eba6ed409f
This commit is contained in:
Vishvananda Ishaya
2012-03-26 14:33:39 -07:00
parent 7459aaa421
commit 3a1777f5fe

View File

@@ -39,8 +39,10 @@ least_cost_opts = [
default=1.0,
help='How much weight to give the noop cost function'),
cfg.FloatOpt('compute_fill_first_cost_fn_weight',
default=1.0,
help='How much weight to give the fill-first cost function'),
default=-1.0,
help='How much weight to give the fill-first cost function. '
'A negative value will reverse behavior: '
'e.g. spread-first'),
]
FLAGS = flags.FLAGS