Newsgroups: comp.parallel
From: vps@bruce.nist.gov (Virtual Poster Session)
Subject: Re: Parallel Make problem ??
Organization: NIST
Date: Fri, 14 Apr 1995 13:28:55 +0000 (GMT)
Message-ID: <3n3713$jt6@usenet.srv.cis.pitt.edu>

In article <3mje0v$srj@usenet.srv.cis.pitt.edu> ptlee@csie.nctu.edu.tw  
(po-tung lee) writes:
> 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

A parallel make utility is part of the current NIST Parallel
Applications Development Environment (PADE) distribution.  For further
information see

      http://physics.nist.gov/./ResOpp/hpcc/pade.html

or ftp://gams.nist.gov/pub/pade.

