Re: [Paraview] Tiled Display

2016-10-17 Thread Mathieu Westphal
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  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
>
>
___
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


Re: [Paraview] Tiled display

2009-10-22 Thread Berk Geveci
You mean each tile has 8K or the whole display is 8K? Ken Moreland
is the Ice-T expert here but I don't think there is any hard-coded
limitation on either sizes. Are you running into a problem?

-berk

On Thu, Oct 22, 2009 at 9:56 AM, Greg Abram g...@tacc.utexas.edu wrote:
 Hi, y'all -

 According to some web pages I found (e.g. 
 https://visualization.hpc.mil/wiki/Paraview_Tiled-Display_Mode) PV uses 
 sort-last rendering for tiled displays.  If thats true, does it support 
 displays of 8K width?

 Thanks,
 Greg


 Gregory D. Abram
 Texas Advanced Computing Center
 JJ Pickle Research Campus - ROC 1.101 Bldg 196
 10100 Burnet Road
 Austin, Texas 78758-4497

 g...@tacc.utexas.edu
 (512) 471-8196
 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tiled display

2009-10-22 Thread Greg Abram
No, I mean the whole display.  I was just wondering since (I think) cards don't 
generally support 8K windows, and naively, a simple sort-last algorithm uses 
full-size targets for rendering.  We have a 15x5 tiled display, and I'm 
thinking about running to the whole thing.

Gregory D. Abram
Texas Advanced Computing Center
JJ Pickle Research Campus - ROC 1.101 Bldg 196
10100 Burnet Road
Austin, Texas 78758-4497

g...@tacc.utexas.edu
(512) 471-8196

From: Berk Geveci [berk.gev...@kitware.com]
Sent: Thursday, October 22, 2009 10:08 AM
To: Greg Abram
Cc: paraview@paraview.org
Subject: Re: [Paraview] Tiled display

You mean each tile has 8K or the whole display is 8K? Ken Moreland
is the Ice-T expert here but I don't think there is any hard-coded
limitation on either sizes. Are you running into a problem?

-berk

On Thu, Oct 22, 2009 at 9:56 AM, Greg Abram g...@tacc.utexas.edu wrote:
 Hi, y'all -

 According to some web pages I found (e.g. 
 https://visualization.hpc.mil/wiki/Paraview_Tiled-Display_Mode) PV uses 
 sort-last rendering for tiled displays.  If thats true, does it support 
 displays of 8K width?

 Thanks,
 Greg


 Gregory D. Abram
 Texas Advanced Computing Center
 JJ Pickle Research Campus - ROC 1.101 Bldg 196
 10100 Burnet Road
 Austin, Texas 78758-4497

 g...@tacc.utexas.edu
 (512) 471-8196
 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tiled display

2009-10-22 Thread Paul Melis
Greg Abram wrote:
 We have a 15x5 tiled display, and I'm thinking about running to the whole 
 thing.
   
If you do, can you keep us informed if you run into
http://public.kitware.com/Bug/view.php?id=8464 ?
If not, I'd be very interested to know how your setup differs from mine,
as it seems that that bug basically makes Paraview's current TPD support
unusable.

Regards,
Paul

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] tiled display with gaps?

2009-08-25 Thread pat marion
Hi Jean,

I know of at least one change to the tile gap code, and that was this bugfix-

   http://www.paraview.org/Bug/view.php?id=7238

But this shouldn't be causing the problem.  I'll test to make sure and
let you know.

Pat

On Tue, Aug 25, 2009 at 9:40 AM, Jean M. Favrejfa...@cscs.ch wrote:

 I am having a problem running paraview-3.6 and paraview-CVS on a tiled
 display. There are large gaps (several 100s) of pixels between each
 tile, no matter what the -tmx and -tmy options are set to.

 ParaView 3.4 and EqualizerGraphics 0.9 work perfectly well on the same
 cluster and tiled display setup, with no gaps between rows and columns.

 Has some setting gotten lost in version 3.6 and above?

 Jean

 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tiled Display Stereo Visualization

2009-05-22 Thread Utkarsh Ayachit
Andres,

Unfortunately, stereo rendering is not supported with tile-displays.

Utkarsh

2009/5/19 Andrés Felipe Padilla anfe...@gmail.com

 Hello all,

 I'm working with paraview and a tiled display. We have configured the tiled
 display visualization using -tdx and -tdy without problems, but we are
 wondering how to configure our tiled display with stereo support. We have
 read that you change some lines in the ParaView code in order to support
 stereo, and then run paraview with the --stereo option, but we have not
 found such an option in pvserver. Is there any way to configure the pvserver
 with tiled display and stereo support? Thanks a lot in advance for your
 help.


 
 Andrés Padilla
 Universidad de los Andes, Graduate Student.

 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview


___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tiled display with multi-gpu.

2009-04-20 Thread Utkarsh Ayachit
Yes, just run pvserver as follows:

mpirun -np 2 pvserver -tdx=2

Of course, you'll have to build your own MPI enabled ParaView (you
cannot use the binaries provided by on www.paraview.org). You'll have
to ensure that the environment is set up correctly so that each
pvserver processes gets the right display etc.

Utkarsh

On Mon, Apr 20, 2009 at 8:08 AM, Omkaranathan
omkaranat...@darshan3d.com wrote:
 Hi,

 Is it possible to achieve tiled display using a single dual-gpu machine
 which can drive 4 displays? I have read that the number of servers should
 atleast be equal to number of tiles.
 Can paraview be configued to have atleast a 2x1 tiled display with 2 GPUs?

 Thanks
 Omkaranathan

 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tiled display with multi-gpu.

2009-04-20 Thread Moreland, Kenneth
That's basically what Utkarsh meant by needing to set up the environment 
correctly.  Typically the GPU used is determined by the DISPLAY environment 
variable.  :0 is typically the first GPU and :1 is typically the second 
GPU.  You need to launch pvserver such that node 0 gets :0 for the DISPLAY env 
variable (or -display flag) and node 1 gets :1.

-Ken


On 4/20/09 8:39 AM, Omkaranathan omkaranat...@darshan3d.com wrote:

Hi Utkarsh,

Thanks for the response.
The suggested command line creates two seperate processes and devides the data 
properly, but I'm getting both the tiles in the same display(connected to first 
GPU).

-Om

Utkarsh Ayachit wrote:

Yes, just run pvserver as follows:

mpirun -np 2 pvserver -tdx=2

Of course, you'll have to build your own MPI enabled ParaView (you
cannot use the binaries provided by on www.paraview.org 
http://www.paraview.org ). You'll have
to ensure that the environment is set up correctly so that each
pvserver processes gets the right display etc.

Utkarsh

On Mon, Apr 20, 2009 at 8:08 AM, Omkaranathan
omkaranat...@darshan3d.com mailto:omkaranat...@darshan3d.com  wrote:



Hi,

Is it possible to achieve tiled display using a single dual-gpu machine
which can drive 4 displays? I have read that the number of servers should
atleast be equal to number of tiles.
Can paraview be configued to have atleast a 2x1 tiled display with 2 GPUs?

Thanks
Omkaranathan

___
Powered by www.kitware.com http://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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview











     Kenneth Moreland
***  Sandia National Laboratories
***
*** *** ***  email: kmo...@sandia.gov
**  ***  **  phone: (505) 844-8919
***  web:   http://www.cs.unm.edu/~kmorel

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Tiled display with multi-gpu.

2009-04-20 Thread Omkaranathan

Thanks for your response John,
As I'm using openmpi, I could get it done with the ':' argument as 
suggested by Ken, thanks for your pointer anyways.


-Om

John Patchett wrote:

Hi,
I Think I did what you are asking  some time ago and used a pvx file 
which I handed the pvserver  as a command line option,
I can't recall all the details but here is one of the files, it was 
used when launching 2 pvservers via mpi on the same machine with 2 
graphics cards.   :


$cat myconfig.pvx
?xml version=1.0 ?
pvx
  Process Type=client
  /Process
  Process Type=server
Machine Name=hostname1
 Environment=DISPLAY=:1/
Machine Name=hostname1
 Environment=DISPLAY=:0/
  /Process
/pvx

I just found there is some more regarding the pvx file at:
http://www.vtk.org/Wiki/ParaView:FAQ

-John


On Apr 20, 2009, at 1:18 PM, Omkaranathan wrote:



Thanks Ken,
But what I was searching for was the configuration options, as I 
couldn't find any information on how to launch the server in case of 
multiple displays.

Can I specify display numbers in machinefiles?
It would be great if I can get any pointers.

-Om

Moreland, Kenneth wrote:
That’s basically what Utkarsh meant by needing to set up the 
environment correctly. Typically the GPU used is determined by the 
DISPLAY environment variable. “:0” is typically the first GPU and 
“:1” is typically the second GPU. You need to launch pvserver such 
that node 0 gets :0 for the DISPLAY env variable (or –display flag) 
and node 1 gets :1.


-Ken


On 4/20/09 8:39 AM, Omkaranathan omkaranat...@darshan3d.com wrote:

   Hi Utkarsh,

   Thanks for the response.
   The suggested command line creates two seperate processes and
   devides the data properly, but I'm getting both the tiles in the
   same display(connected to first GPU).

   -Om

   Utkarsh Ayachit wrote:


   Yes, just run pvserver as follows:

   mpirun -np 2 pvserver -tdx=2

   Of course, you'll have to build your own MPI enabled ParaView 
(you

   cannot use the binaries provided by on www.paraview.org
   http://www.paraview.org ). You'll have
   to ensure that the environment is set up correctly so that each
   pvserver processes gets the right display etc.

   Utkarsh

   On Mon, Apr 20, 2009 at 8:08 AM, Omkaranathan
   omkaranat...@darshan3d.com
   mailto:omkaranat...@darshan3d.com wrote:



   Hi,

   Is it possible to achieve tiled display using a single
   dual-gpu machine
   which can drive 4 displays? I have read that the number of
   servers should
   atleast be equal to number of tiles.
   Can paraview be configued to have atleast a 2x1 tiled
   display with 2 GPUs?

   Thanks
   Omkaranathan

   ___
   Powered by www.kitware.com http://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

   Follow this link to subscribe/unsubscribe:
   http://www.paraview.org/mailman/listinfo/paraview











 Kenneth Moreland
*** Sandia National Laboratories
***
*** *** *** email: kmo...@sandia.gov
** *** ** phone: (505) 844-8919
*** web: http://www.cs.unm.edu/~kmorel 
http://www.cs.unm.edu/%7Ekmorel




___
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


Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview






___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview