Version of gmake for clusters...
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Greg Lindahl lindahl at conservativecomputer.comWed Apr 11 12:16:34 PDT 2001
- Previous message: Version of gmake for clusters...
- Next message: Version of gmake for clusters...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Apr 09, 2001 at 02:14:34PM +0100, J.W.Armstrong wrote: > Can anyone point me in the direction of a make program which will > work with slave nodes on a scyld cluster? I.E. compile different > .c/.f files from a Makefile on different nodes of a cluster. I am > using the scyld beowulf software. Are you sure that your compiles are cpu bound? I've seen numerous people spend time getting a parallel make going, only to discover that it slows things down. There are some cases (C++ comes to mind) that are CPU bound, but then your fastest make (and smallest object code) is often gotten from catting all the source files together and doing a single compile. -- g
- Previous message: Version of gmake for clusters...
- Next message: Version of gmake for clusters...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
