habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Update deadlock test and add to default C tests #43

Closed DaoWen closed 7 years ago

DaoWen commented 7 years ago

Move the deadlock proof-of-concept into our C test suite. Also swap its local FINISH macro definition with the HCLIB_FINISH now provided by the library.

agrippa commented 7 years ago

This looks good. It does raise the question: do we rip out the non-fiber code path now? (either way, the test is good to have). Any opinions?