makefile - Distributed make for several computers on same file system -
is there make equivalent distribute task among several computer, operating on same filesystem? (without having
example : instead of calling directly compile command, juste raise , 1 computer available execute ? (without rsh dmake)
you try electricaccelerator, distributed, high-performance reimplementation of gnu make. uses lightweight automatic virtualization handle filesharing between participating computers, clever technology ensure correct parallel builds if dependencies incomplete. it's commercial product, can download , try electricaccelerator huddle, freemium variant.
alternatively try distcc, can distribute gcc (and gcc-like) compile commands remote systems, in conjuction good-old gmake -j.
disclaimer: i'm chief architect of electricaccelerator
Comments
Post a Comment