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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -