Website:Distributed Compilation
From UGCS
Distributed Compilation
distcc
You can use UGCS from anywhere on campus as a distributed compile farm using distcc. Install distcc using your distribution's package manager, and place "to.ugcs.caltech.edu/16" in your /etc/distcc/hosts file.
Then, you can do the following to accelerate your builds on any Makefile-supporting builds:
make -j16 CC="distcc gcc"
UGCS has the appropriate software set up and configured- just run make as above to build your project!
icecc
TODO