automaticdai / research-dag-scheduling-analysis

Experiments and evaluation for the paper "DAG Scheduling and Analysis on Multiprocessor Systems: Exploitation of Parallelism and Dependency", RTSS 2020. (artifacts evaluation passed)
MIT License
17 stars 6 forks source link

Core executes a Job or a Task? #8

Closed automaticdai closed 4 years ago

automaticdai commented 4 years ago

Currently, a core is assigned with a job, but the API parameter indicates this is a task. Need to make it consistent. In some cases, a core (or a processor) would accept a task instead of a job.

automaticdai commented 4 years ago

Solved with issue #9