Newsgroups: comp.parallel
From: ptlee@csie.nctu.edu.tw (po-tung lee)
Subject: Parallel Make problem ??
Organization: Dep. Computer Sci. & Information Eng., Chiao Tung Univ., Taiwan, R.O.C
Date: 11 Apr 1995 07:48:47 GMT
Message-ID: <3mje0v$srj@usenet.srv.cis.pitt.edu>

We know that makefile is a graph (a tree with links) and that GNU Make
executes and searches the dependence tree in DFS (depth first search)
order.  

Does anyone know available Parallel Make software or paper, which 
executes compiling tasks parallelly on several workstations.  Of course, 
all of workstations are connected, which mount the same NFS file server.

thanks for your valuable reply.
e-mail: ptlee@csie.nctu.edu.tw

