[Beowulf] emulating MPI?
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.
Douglas Eadline, Cluster World Magazine deadline at linux-mag.comMon Jun 28 12:36:53 PDT 2004
- Previous message: [Beowulf] emulating MPI?
- Next message: [Beowulf] emulating MPI?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 28 Jun 2004, John Wohlbier wrote: > Hi, > I'm wondering if there is a way to emulate MPI, > so that MPI software development may be done on a single > processor box and run with "virtual nodes." > > Thanks! (Sorry if this is the wrong list for such a question.) Sure. Both LAM and MPICH (P4 device) start processes that represent parallel jobs (i.e. usually the -np argument). They also use a "nodes" file to map the processes to specific nodes in the cluster. (spawning jobs on other nodes can be done in a variety of ways, ssh, rsh, bps, daemons) If your nodes file is one node (localhost), they will all start on the same node. However, if you program requires a lot of memory, then you will quickly swamp the single node. If you just want to play with MPI this is an easy way to do so without having to build/find a cluster. This can be done for PVM as well. Doug > > jgw > > > _______________________________________________ > Beowulf mailing list, Beowulf at beowulf.org > To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf > -- ---------------------------------------------------------------- Editor-in-chief ClusterWorld Magazine Desk: 610.865.6061 Fax: 610.865.6618 www.clusterworld.com
- Previous message: [Beowulf] emulating MPI?
- Next message: [Beowulf] emulating MPI?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
