Lightweight locality-aware user-level threading runtime for parallel computing
Lightweight locality-aware user-level threading runtime
qthreads
$ gcc -o myapp myapp.c -lqthreads
$ QT_NUM_WORKERS=4 ./myapp
$ QT_LOCALITY=1 ./myapp