A branch out of this question. Does anybody know whether distcc works on cross platform. I have 1 Slackware, 1 Mac Os X.2 and 1 Mac Os X.3.
I know of a good article on distcc on
ibm.com
I don't think distcc on make modules, make modules_install and make install would be of any difference. Infact, it maybe slower (this is speculation). Why slower? network latency. Since 2.6.* kernel compile everything (build in and modules) during make command; therefore there is nothing to be compiled anymore. As clawhead suggested, make *install is just copying the files into the respective places.
You maybe intrested with
xgrid. It is Apple's Advanced Computation Group for creating distributed processing, something like what Virginia Tech's System X. Another example would be in
stanford university
However, you would need
xgrid agent for Linux
I personally haven't tried it. Did try it on both my Mac. Works great.