Slashdot Mirror


User: objection

objection's activity in the archive.

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

Comments · 1

  1. pmake on Distributed Compiling? · · Score: 1

    Check out pmake in your favourite distribution. If it has been set up you should be able to just replace
    > make
    with
    >pmake

    Seems this is the same as what we were using in '92-94 to compile the Sather compiler. It would distribute the compiles to idle workstations on the network and gather up the object files for linking. All completely transparent to the user - except for the significant speedup.

    What kills it is screensavers that generate fractals and the like. The machine is never so busy as when it is idle!