Search code examples
parallel-processingscheduled-tasksreal-timesimulator

How to test scheduling algorithms for parallel realtime task-models on multiprocessor


I do research on scheduling of parallel real-time tasks. I have some theories and need a possibility to test and play around with them. I found some simulators but the most are outdatet already or have a spare documentation. Does someone know any simulator or framework i can use for my use-case.


Solution

  • I know that with starpu task based runtime one can implement its own scheduler and that execution can be simulated with simgrid, is it what you are looking for ?