[Paraview] Each Render node must connect to a display device?

David E DeMarle dave.demarle at kitware.com
Thu Aug 27 07:14:33 EDT 2009


If the data and render servers are running on the same nodes, do you need to
run them separately? pvserver will be more efficient if you do not because
it uses pointer references instead of serialization over TCP between the
data processing and rendering algorithms.

As for your question, if you want the server to take part in rendering, it
needs either X11 or OSMesa in order to render. If you use OSMesa, use the
--use-offscreen-rendering argument on the server.

If the data is small enough that the client can render it all, you do not
need the renderserver part at all. In this case run pvserver with
--disable-composite or go to preferences->render view->server and uncheck
remote render threshold to prevent paraview from trying to do any rendering
on the server.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109


2009/8/27 weaponfire2005 <weaponfire2005 at 163.com>

> Hi all:
>    I run data server and render server on same nodes.Without display device
> on each node, I find render server does not work. Must I have every nodes
> connect to display device(CRT or KVM ...)?
>  Thank you for your help.
>     Pan Wang
>
>
>
>
>
>
>
> ------------------------------
> 没有广告的终身免费邮箱,www.yeah.net <http://www.yeah.net/?from=footer>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090827/9fcffd03/attachment.htm>


More information about the ParaView mailing list