Newsgroups: comp.parallel.mpi
From: raja@convex.com (Raja Daoud)
Subject: Re: MPMD - How ?
Organization: Hewlett-Packard Co.; Convex Division
Date: 30 Apr 1997 01:31:28 -0500
Message-ID: <5k6p00$d8c@tbag.rsn.hp.com>

Most MPI implementations support a mechanism to startup true MPMD
applications (as opposed of faking it with if (rank == ...) code).
In some it requires writing a description of the application components
in a file and giving the filename to MPI.  In others the description
can be given in a single (potentially long) command-line.  Check the
documentation that comes with the implementation you're using.
Regards,

--Raja

-=-
Raja Daoud			Hewlett-Packard Co., Convex Division
raja@rsn.hp.com			http://www.hp.com/wsg/ssa/mpi/mpihome.html

