Difference between revisions of "Icecream"

From Linuxintro
imported>WikiSysop
(New page: Icecream is a software suite that allows you to build up a compile cluster. The goal is to speed up compiling by distributing the jobs over several computers. To do that, you need one comp...)
 
imported>WikiSysop
Line 1: Line 1:
 
Icecream is a software suite that allows you to build up a compile cluster. The goal is to speed up compiling by distributing the jobs over several computers. To do that, you need one compile-driver (the scheduler) and one or more slaves (daemons).
 
Icecream is a software suite that allows you to build up a compile cluster. The goal is to speed up compiling by distributing the jobs over several computers. To do that, you need one compile-driver (the scheduler) and one or more slaves (daemons).
 +
 +
= Install it =
 +
To install icecream on SUSE, enter into a konsole:
 +
yast -i icecream icecream-monitor
  
 
= See also =
 
= See also =
 
* http://en.opensuse.org/Icecream
 
* http://en.opensuse.org/Icecream

Revision as of 08:54, 10 August 2008

Icecream is a software suite that allows you to build up a compile cluster. The goal is to speed up compiling by distributing the jobs over several computers. To do that, you need one compile-driver (the scheduler) and one or more slaves (daemons).

Install it

To install icecream on SUSE, enter into a konsole:

yast -i icecream icecream-monitor

See also