DISPATCH
|
Dispatcher method that relies on all threads maintaining a "ready queue", with tasks ready for updating. Each thread picks the task at the head of the queue, and checks all nbors for tasks that are ready, putting them back in the queue. More...
Data Types | |
type | dispatcher5_t |
Variables | |
integer, save | verbose =0 |
type(dispatcher5_t), public | dispatcher5 |
Dispatcher method that relies on all threads maintaining a "ready queue", with tasks ready for updating. Each thread picks the task at the head of the queue, and checks all nbors for tasks that are ready, putting them back in the queue.