Package icecream

Distributed compiler

https://github.com/icecc/icecream

Icecream is a distributed compile system. It allows parallel compiling by
distributing the compile jobs to several nodes of a compile network running the
icecc daemon. The icecc scheduler routes the jobs and provides status and
statistics information to the icecc monitor. Each compile node can accept one
or more compile jobs depending on the number of processors and the settings of
the daemon. Link jobs and other jobs which cannot be distributed are executed
locally on the node where the compilation is started.

Version: 1.4

General Commands

icecc Icecream compiler stub
icecc-create-env Create an Icrecream environment tarball
icecc-scheduler Icecream scheduler
iceccd Icecream daemon
icerun Icecream custom command wrapper

Miscellanea

icecream A distributed compile system