Greetings There are two points that I would like to bring up.
1) Firstly, in Paraview 4/4.1, the accessing the attribute (servermanager.)fromGUI causing problems for me. https://github.com/Kitware/ParaView/blob/master/Wrapping/Python/paraview/benchmark.py In def __render(…), the attribute fromGUI is not part of server manager (replace with paraview.fromGUI to make it work). praveen@kakrafoon:~/projects/benchmark$ vglrun python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from paraview import benchmark paraview version 4.0.1 >>> benchmark.run() ============================================================ display lists, no triangle strips, solid color Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/paraview/benchmark.py", line 628, in run results.append(__render(ss, v, title, nframes)) File "/usr/lib/python2.7/dist-packages/paraview/benchmark.py", line 592, in __render if not servermanager.fromGUI: AttributeError: 'module' object has no attribute 'fromGUI' 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? I would like to run a bigger problem running more number of polygons. I am running on an NVIDIA GTX Titan. Thanks Praveen ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- _______________________________________________ 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://public.kitware.com/mailman/listinfo/paraview
