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

Remove obsolete pthread_setconcurrency call #50

Closed DaoWen closed 7 years ago

DaoWen commented 7 years ago

The function is a no-op in pthreads implementations on modern systems, and including the call requires extra configuration to avoid compiler warnings when building on Linux.

agrippa commented 7 years ago

Nice. Looks good to me. @budimlic, you should take a look at this and merge it once Nick merges CONTRIBUTING.md in.