[Cook] Distcc and Cook
Simon Clift
ssclift at math.uwaterloo.ca
Wed Feb 16 01:12:34 EST 2005
On Mon, 2005-02-14 at 21:16 -0600, Jerry Pendergraft wrote:
> Not at all familiar with distcc but probably the step you missed is:
> parallel_rsh = distcc [any other args]
Hmm... but then cook tries to generate command lines like:
distcc computer26 gcc -c foo.c
using a parallel_hosts variable that I set. I need cook to
generate simple
distcc -c foo.c
or
distcc gcc -c foo.c
lines, just several threads at once. DistCC takes care of
distributing the load over the various "volunteer" clients
you list in its configuration files.
I'd hoped that cook would be fooled into thinking I had, in
effect, a multi- processor box.
--
Simon Clift ssclift at math dot uwaterloo dot ca
Ph.D. Student, Computational Finance
Scientific Computing Group, School of Computer Science
University of Waterloo
Waterloo, Ontario, Canada N2L 3G1
More information about the Cook-users
mailing list