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 alert
In the ROSCH paper, a HLBS based algorithm is given, for scheduling the nodes in the DAG. But, when I look at the instructions for ROSCH/Scheduler component, it seems that we need to provide priorities for all the nodes in the scheduler_rosch.yaml file. Does this mean that the HLBS-based algorithm is not run automatically for nodes? How do I compute the schedule for a random DAG?
The text was updated successfully, but these errors were encountered:
In other words, do we need to run the modified HLBS algorithm manually and then put priority numbers in the yaml file, or is the algorithm automated somehow?
In the ROSCH paper, a HLBS based algorithm is given, for scheduling the nodes in the DAG. But, when I look at the instructions for ROSCH/Scheduler component, it seems that we need to provide priorities for all the nodes in the scheduler_rosch.yaml file. Does this mean that the HLBS-based algorithm is not run automatically for nodes? How do I compute the schedule for a random DAG?
The text was updated successfully, but these errors were encountered: