[Paraview] Tiled Display

Mathieu Westphal mathieu.westphal at kitware.com
Mon Oct 17 08:56:56 EDT 2016


Hello

pvserver is an MPI application ( considering it was compiled with it, which
is the case for default binaries )
You should document yourself on the ways to run mpi program on mutliple
computer with the mpi implementation you are using

With openmpi it would be something like that
mpirun -machinefile path/to/your/machine/file -np 4 ./pvserver

you machine file should like this :

	//machinefile:
	hostnameA
	hostnameB

and each machine must be accessible via ssh.

Once again, it is nothing specific to ParaView, but to MPI.

Regards,



Mathieu Westphal

On Mon, Oct 17, 2016 at 2:28 PM, Vincent Perry <vperry at fandm.edu> wrote:

> Hello,
>
> We are trying to run ParaView on our tiled display wall. We have a head
> node where the data is hosted, then three client machines that output to
> the display wall. Currently, we have ParaView on each of the 4 machines. I
> start a pvserver on each of the client machines, with -tdx and -tdy
> parameters. I then run a ParaView client on the head machine. Once ParaView
> is running on the head machine, I can connect to one of the other three
> machines at a time. When I connect to one of the machines, ParaView runs
> full screen on the section of the display wall driven by that machine.
> However, I am not sure how to make it connect to all three machines at once
> to run fullscreen on the tiled display wall. Do I need to configure the
> client machines with MPI turned on? Or is there a way I can specify a
> configuration file for the ParaView client running on the head node to use
> all three machines driving the wall? Thanks in advance.
>
> Vince Perry
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20161017/1c8b0f0a/attachment.html>


More information about the ParaView mailing list