Closed GoogleCodeExporter closed 8 years ago
Perhaps a duplicate of issue #12
Original comment by rodrigo.calheiros
on 15 Dec 2011 at 3:58
The power package has been substantially updated; therefore, this issue may not
be relevant any more. Please try the new code from the repository.
Original comment by anton.be...@gmail.com
on 6 Jan 2012 at 8:09
[deleted comment]
I find a solution for this problem. When host are defined please check which
model of scheduler is defined . I changed VmSchedulerSpaceShared(peList) to
new VmSchedulerTimeShared(peList) then it become true.
When we use different type of scheduler during a run time the list of pe
become Null
hostList.add(
new PowerHost(
i,
new RamProvisionerSimple(ram),
new BwProvisionerSimple(bw),
storage,
peList,
new VmSchedulerTimeShared(peList) ,
new PowerModelLinear(maxPower, staticPowerPercent)
Original comment by babake...@gmail.com
on 6 Mar 2014 at 10:23
Original issue reported on code.google.com by
scrib...@gmail.com
on 26 Nov 2011 at 6:07Attachments: