parsec
parsec copied to clipboard
Fix DTD: startup_list is unused
Original report by Thomas Herault (Bitbucket: herault, GitHub: therault).
A DTD taskpool cannot discover tasks before it is enqueued into a context, because task insertion need to know the rank of the caller.
As a consequence, parsec_dtd_schedule_tasks and the field startup_list are unused / have no effects. The code should be cleaned up.
This will be addressed by bitbucket:#552.
Now PR #323