dankamongmen / libblossom

Thread dispatch library for manycore, excerpted and extended from libtorque
https://nick-black.com/dankwiki/index.php/Libblossom
Apache License 2.0
9 stars 0 forks source link

libblossom—extremely parallel thread spawning

Build Status

libblossom automates the highly parallel spawning of threads. This is useful on machines with many processing elements, or NUMA machines where locality among processor subgroups is critical. Either some absolute number of threads can be spawned, or a number per processing element.

BUILDING

A C compiler, autotools, and xsltproc are required.

If building from a git checkout, run autoreconf -fis.

Run make all. GNU make is required.

INSTALLING

Run make install.