X-Received: by 10.236.14.100 with SMTP id c64mr2082338yhc.38.1380348387869; Fri, 27 Sep 2013 23:06:27 -0700 (PDT) X-Received: by 10.50.138.197 with SMTP id qs5mr210251igb.7.1380348387633; Fri, 27 Sep 2013 23:06:27 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!q9no140622qas.0!news-out.google.com!9ni533qaf.0!nntp.google.com!q9no140619qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.parallel.mpi Date: Fri, 27 Sep 2013 23:06:27 -0700 (PDT) In-Reply-To: <320c9a76-fe5c-4ff1-b674-5248db10759d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=103.21.124.79; posting-account=JrOp2goAAABaVElTk3vyGkzUPCaIkHwK NNTP-Posting-Host: 103.21.124.79 References: <320c9a76-fe5c-4ff1-b674-5248db10759d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <731cbfe7-d737-404b-b7fe-03c8a5c84fbc@googlegroups.com> Subject: Re: Running "MPI" program on "Cluster" From: Meenal Chougule Injection-Date: Sat, 28 Sep 2013 06:06:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.parallel.mpi:66 On Thursday, September 26, 2013 2:17:19 PM UTC+8, Meenal Chougule wrote: > Hello everyone, > > > > I have a program having Master and Slave kind of nature. I want to execute those on a cluster. > > > > for cluster there is a master and 2 slaves. cluster master does decomposition of work and slave executes that. > > > > i know IP`s of both slave but i want to know the command by which i can execute the or options in mpirun. > > > > > > Thanku, > > M D C plz suggest me sumthing