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

Clean up logging in runtime code #54

Closed DaoWen closed 7 years ago

DaoWen commented 7 years ago

Refactor the #if VERBOSE logging code to use our LOG_DEBUG macro instead.

agrippa commented 7 years ago

LGTM.