icecream

Distributed compiler that shares build load across multiple machines

brewmacoslinux
Try with needOr install directly
Source

About

Distributed compiler with a central scheduler to share build load

Commands

iceccicecc-schedulericecc-create-env

Examples

Compile a file using icecc as a wrapper$ icecc gcc -o myprogram myprogram.c
Start the icecc scheduler daemon on a central machine$ icecc-scheduler -d -l /var/log/icecc-scheduler.log
Create a custom compiler environment for distribution$ icecc-create-env gcc g++ /usr/bin/gcc /usr/bin/g++