[Paraview] Paraview 2.6 MPI client/server
Bikash Agarwal
agarwa4 at gmail.com
Thu Apr 5 14:53:04 EDT 2007
I got MPI working on a single machine in client/server mode. How do I scale
it to multiple machines? Lets say I have 6 processors on server X, 7 on
server Y and a single processor client machine. What would I need to do to
set this up?
Thanks,
Bikash
On 4/2/07, Amy Squillacote <amy.squillacote at kitware.com> wrote:
>
> If you're wanting to run ParaView in parallel, you probably want to run
> in client/server mode. Start pvserver with multiple processors, and then
> attach a pvclient to it. To try it out on your single machine (and
> create a 2-processor server), do the following.
>
> mpirun -np 2 pvserver
> pvclient
>
> - Amy
>
> Gregory, David C CIV NSWCDD, G24 wrote:
> > The command to run on 8 processors would be
> >
> > mpirun -np 8 paraview
> >
> > whether that gives the "fastest performance" is a much more complex
> issue.
> >
> > -David
> >
> >
> > -----Original Message-----
> > *From:* paraview-bounces+david.c.gregory=navy.mil at paraview.org
> > [mailto:paraview-bounces+david.c.gregory=navy.mil at paraview.org]
> > *On Behalf Of *Bikash Agarwal
> > *Sent:* Monday, April 02, 2007 3:04 PM
> > *To:* eschenbe at psc.edu
> > *Cc:* ParaView
> > *Subject:* Re: [Paraview] Multiple paraview instances in MPI
> > standalone mode
> >
> > I'm sorry for being naive. Very new to mpi and parallel
> > processing. How do I run paraview on a machine with 8 processors
> > so that I can get the fastest performance?
> >
> > Bikash
> >
> >
> > On 4/2/07, *Kent Eschenberg* <eschenbe at psc.edu
> > <mailto:eschenbe at psc.edu>> wrote:
> >
> > Bikash Agarwal wrote:
> > > When running paraview 2.6 in MPI mode on a single machine,
> > why does it
> > > open one instance of paraview for each processor? When I use,
> > > mpirun -np 2 ./paraview
> > > it opens up 2 instances of paraview.
> >
> > ??? That's what you asked it to do with "-np 2". Each
> > instance knows it is using MPI and so uses the MPI library
> > to connect to the other instances. "mpirun" will spread the
> > instances out over as many processors as are available to it
> > (one, in this case).
> >
> > Kent
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview
> >
>
> --
> Amy Squillacote
> Kitware, Inc.
> 28 Corporate Drive
> Clifton Park, NY 12065
> Phone: (518) 371-3971 x106
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070405/66a6f0e4/attachment.html
More information about the ParaView
mailing list