NAME
icecc - icecream distributed compiler
SYNOPSIS
icemon [ [compile options] -o OBJECT -c SOURCE ]
DESCRIPTION
icecc is used to compile your C/C++ programs with icecream over an
icecream cluster.
You should not generally call icecc directly but make sure the gcc/g++
symlinks to it are in your path when compiling. export
PATH=/usr/lib/icecc/bin/:$PATH
ENVIRONMENT VARIABLES
ICECC_VERSION
Use a specific icecc environment, see create-env
ICECC_REPEAT_RATE
The number of jobs out of 1000 that should be compiled on
multiple hosts to ensure that they’re producing the same output.
The default is 10.
COPYRIGHT
This manual page was written by Jonathan Riddell <jriddell@ubuntu.com>
for the Kubuntu system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under the terms
of the GNU General Public License, Version 2 or any later version
published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL.
2006-05-01 icecc(1)