<div dir="ltr"><div>Hi Angel,<br>You should be able to run the many spheres benchmark script that ships with ParaView.  You can run it with pvbatch:<br><br><font face="monospace,monospace">[chuck@hal9000]$ pvbatch ${ParaView_DIR}/lib/paraview-<wbr>5.1/site-packages/paraview/<wbr>benchmark/manyspheres.py --help<br>usage: manyspheres.py [-h] [-o OUTPUT_BASENAME] [-s SPHERES]<br>                      [-n SPHERES_IN_SCENE] [-r RESOLUTION] [-v VIEW_SIZE]<br>                      [-f FRAMES] [-c] [-y]<br><br>Benchmark ParaView geometry rendering<br><br>optional arguments:<br>  -h, --help            show this help message and exit<br>  -o OUTPUT_BASENAME, --output-basename OUTPUT_BASENAME<br>                        Basename to use for generated output files<br>  -s SPHERES, --spheres SPHERES<br>                        The total number of spheres to render<br>  -n SPHERES_IN_SCENE, --spheres-in-scene SPHERES_IN_SCENE<br>                        The number of spheres in the entire scene, including<br>                        those not rendered.<br>  -r RESOLUTION, --resolution RESOLUTION<br>                        Theta and Phi resolution to use for the spheres<br>  -v VIEW_SIZE, --view-size VIEW_SIZE<br>                        View size used to render<br>  -f FRAMES, --frames FRAMES<br>                        Number of frames<br>  -c, --color           Enable color renderings<br>  -y, --OSPRay          Use OSPRAY to render<br><br><br></font></div><div><font face="monospace,monospace"><span style="font-family:arial,helvetica,sans-serif">The benchmark will generate several spheres in the shape of a cube and sp[in the camera around them.  When running in parallel, each rank will be processing a subset of the spheres.  A good value to use for "resolution" is 726 since that gives you ~ 1M triangles per sphere.   When benching the performance of a system, I generally find it easiest to keep the resolution filed while varying the number of spheres.  <br><br>For example, say you wanted to do a test run of 2048 spheres across 128 ranks (each rank renders 16 spheres) with ~ 1M triangles per sphere in a 1920x1080 view for 100 frames.  You would <font face="monospace,monospace">use</font>:</span><br><br></font></div><div><font face="monospace,monospace">mpirun -n 128 </font><font face="monospace,monospace">pvbatch ${ParaView_DIR}/lib/paraview-<wbr>5.1/site-packages/paraview/<wbr>benchmark/manyspheres.py -s 2048 -r 726 -v 1920,1080 -f 100<br><br></font></div><div><span style="font-family:arial,helvetica,sans-serif">This will output per-frame statistics across ranks as well as a final summary of: Frames / Sec, </span><font face="monospace,monospace"><span style="font-family:arial,helvetica,sans-serif">Points / Frame, Polys / Frame, and MiPolys / Sec.</span><br></font></div><div><br></div><div class="gmail_extra"><br clear="all"><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">----------<br>Chuck Atkins<br>Staff R&D Engineer, Scientific Computing<br>Kitware, Inc.<br><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Sep 19, 2016 at 1:02 PM, Angel M Beltre <span dir="ltr"><<a href="mailto:abeltre1@binghamton.edu" target="_blank">abeltre1@binghamton.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello, <div><br></div><div>I am trying to run Para-view benchmarks on my cluster but I am unable to do so. This is even after I setup my environment variables correctly LD_LIBRARY_PATH AND PYTHONPATH... Some of the files or modules cant be found in the binaries I have downloaded. What can I do to make it work and run the benchmark. </div><div><br></div><div>Thanks, </div><span><font color="#888888"><div><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><font color="#ff0000"><br></font></div><div><font color="#ff0000"><span style="background-color:rgb(0,0,0)">Angel Beltre</span> </font><div><br></div></div></div></div></div>
</div></font></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview-develope<wbr>rs</a><br>
<br></blockquote></div><br></div></div>