qthreads

Lightweight locality-aware user-level threading runtime for parallel computing

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight locality-aware user-level threading runtime

Commands

qthreads

Examples

Compile a C program using QThreads library for multi-threaded execution$ gcc -o myapp myapp.c -lqthreads
Run a QThreads application with specific number of worker threads$ QT_NUM_WORKERS=4 ./myapp
Execute QThreads program with locality-aware scheduling enabled$ QT_LOCALITY=1 ./myapp