[Paraview] client/server display problem

Berk Geveci berk.geveci at gmail.com
Tue May 16 15:24:37 EDT 2006


> Sandia runs on LOTS of clusters that don't have graphics cards. We NEVER
> run in data server mode (I personally believe that mode is not
> useful...ever... (waiting for the flames on that statement... :) )


It has been a while since I had the opportunity to flame Brian :-)

That mode is useful if you do not want to move data from one cluster to
another. If you are running on around 10 nodes, there is a huge difference
in rendering performance between software and hardware accelerated OpenGL.
So it makes sense to render on a cluster with hardware support.

 Also, there is a sweet spot when you have, let's say, 128 nodes data server
and 16 nodes hardware accelerated render server where you should get better
performance because Mesa is an order of magnitude slower than hardware
accelerated rendering. To boot, compositing with 128 nodes degrades
performance further. On the other hand, you obviously get a lot of
performance improvement if you process data with 128 nodes as opposed to 16.

Another use case is when you want to render data from a compute server on a
tiled display. The only fast way to do that is to use data server/render
server.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20060516/04710d1f/attachment.htm


More information about the ParaView mailing list