icecc-test-env

distributed compiler (client and server)

Install

All systems
curl cmd.cat/icecc-test-env.sh
Debian Debian
apt-get install icecc
Ubuntu
apt-get install icecc
image/svg+xml Kali Linux
apt-get install icecc
Windows (WSL2)
sudo apt-get update sudo apt-get install icecc
Raspbian
apt-get install icecc

icecc

distributed compiler (client and server)

icecc (also known as 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.