<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 26, 2014 at 5:34 PM, Praveen Narayanan <span dir="ltr"><<a href="mailto:praveenn@nvidia.com" target="_blank">praveenn@nvidia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Greetings<br>
<br>
There are two points that I would like to bring up.<br>
<br>
1) Firstly, in Paraview 4/4.1, the accessing the attribute (servermanager.)fromGUI causing problems for me.<br>
<br>
<a href="https://github.com/Kitware/ParaView/blob/master/Wrapping/Python/paraview/benchmark.py" target="_blank">https://github.com/Kitware/ParaView/blob/master/Wrapping/Python/paraview/benchmark.py</a><br>
<br>
In def __render(…), the attribute fromGUI is not part of server manager (replace with paraview.fromGUI to make it work).<br>
<br>
<br>
praveen@kakrafoon:~/projects/benchmark$ vglrun python<br>
Python 2.7.6 (default, Mar 22 2014, 22:59:56)<br>
[GCC 4.8.2] on linux2<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> from paraview import benchmark<br>
paraview version 4.0.1<br>
>>> benchmark.run()<br>
============================================================<br>
display lists, no triangle strips, solid color<br>
Traceback (most recent call last):<br>
  File "<stdin>", line 1, in <module><br>
  File "/usr/lib/python2.7/dist-packages/paraview/benchmark.py", line 628, in run<br>
    results.append(__render(ss, v, title, nframes))<br>
  File "/usr/lib/python2.7/dist-packages/paraview/benchmark.py", line 592, in __render<br>
    if not servermanager.fromGUI:<br>
AttributeError: 'module' object has no attribute 'fromGUI'<br>
<br>
<br></blockquote><div><br></div><div>Thanks, I can patch that if you don't have the patience.</div><div>See: <a href="http://www.paraview.org/Wiki/ParaView/Git/Develop">http://www.paraview.org/Wiki/ParaView/Git/Develop</a> for instructions.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
2) Secondly, the number of polygons maxes out to 2 million taking about 90 MB. Is there a flag to change the max buffer size?<br>
<br>
I would like to run a bigger problem running more number of polygons. I am running on an NVIDIA GTX Titan.<br>
<br></blockquote><div><br></div><div>I don't understand. What buffer do are you talking about?</div><div><br></div><div>cheers,</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Thanks<br>
Praveen<br>
-----------------------------------------------------------------------------------<br>
This email message is for the sole use of the intended recipient(s) and may contain<br>
confidential information.  Any unauthorized review, use, disclosure or distribution<br>
is prohibited.  If you are not the intended recipient, please contact the sender by<br>
reply email and destroy all copies of the original message.<br>
-----------------------------------------------------------------------------------<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div></div>