Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 682 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 682 Bytes

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.