Slashdot Mirror


User: jensthi

jensthi's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Distributed frontend for GNU Make on A Distributed Front-end for GCC · · Score: 1

    A distributed front end for compilation/gcc is nice. However, this idea has been implemented before, and in a more general fashion.

    PPMAKE work as a distributed front end for GNU make. This works brilliantly (I used it as a part of my MSc thesis), and distributes arbitrary compilation work in arbitrary languages to a preconfigured list of hosts.

    I remember using a cluster of approximately 30 hosts, this worked good. But required a fast master.

    This is available as a package for at least Suse.

    Requires PVM to be installed, though. But this is usually no problem. :-)