Is there a parameter for a Task that specify the order (rank) of its execution on the chosen VM? · Issue #27 · WorkflowSim/WorkflowSim-1.0 · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss ale
8000
rt
Hi,
When i'm exploring the HEFTPlanningAgorithm code, i find that the only operation that allows allocating a VM to a task is task.setVmId(chosenVM.getId()); .
And, as mentioned in "findFinishTime" method , a task can be inserted in the middle of a the scheduled tasklist of a specific VM in the "schedule" Map.
I find that this insert is not taken in consideration in the mentionned code : task.setVmId(chosenVM.getId());
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
When i'm exploring the HEFTPlanningAgorithm code, i find that the only operation that allows allocating a VM to a task is
task.setVmId(chosenVM.getId());
.And, as mentioned in "findFinishTime" method , a task can be inserted in the middle of a the scheduled tasklist of a specific VM in the "schedule" Map.
I find that this insert is not taken in consideration in the mentionned code :
task.setVmId(chosenVM.getId());
Thanks
The text was updated successfully, but these errors were encountered: