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

async_at_hpt needs a more accurate name #53

Open DaoWen opened 7 years ago

DaoWen commented 7 years ago

Following the comment in hclib-async.hpp and the related discussion in #52, async_at_hpt should be renamed to something less confusing.

The "at_hpt" suffix makes it sound like it takes an HPT argument rather than a place. Using async_at_place might be a better option.

budimlic commented 7 years ago

Do we have "async_at" anything other than a place? I would prefer simply "async_at".