-
Notifications
You must be signed in to change notification settings - Fork 18
Task Scheduler
bprail edited this page Mar 22, 2016
·
1 revision
Currently, Contech represents every piece of explicitly concurrent work as a discrete context. For multiloop / multiiteration OpenMP programs, this results in thousands to millions of contexts. In practice, virtually no system would actually (let alone be capable of) scheduling these jobs in parallel. Instead, it would be valuable to provide a backend / API that would generate a plausible mapping of the contexts to available execution resources.