<div dir="ltr"><span style="font-size:12.8px">Hello,</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I've compiled Paraview 5.1 with multithreaded mpi and ospray (with OpenMP) support using the next  modules:</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">  1) gcc/4.8.2            5) xalt/0.5.3           9) szip/2.1            13) boost/1.61.0</span><br style="font-size:12.8px"><span style="font-size:12.8px">  2) openmpi/1.8.4_mtm    6) DefApps             10) hdf5/1.8.11         14) libtool/2.4.2</span><br style="font-size:12.8px"><span style="font-size:12.8px">  3) PE-gnu/4.8.2-1.8.4   7) qt4/4.8.5           11) mxml/2.9            15) git/</span><a href="http://1.8.0.2/" target="_blank" style="font-size:12.8px">1.8.0.2</a><br style="font-size:12.8px"><span style="font-size:12.8px">  4) lustredu/1.4         8) python/2.7.9        12) adios/1.9.0         16) cmake/3.5.2</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">and wrote a python script that loads a  vtu file  and renders it as glyph particles.  </span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">When running pvbatch in one node it works fine, I can visualize and save images. However, when running pvbatch with mpi the script just hangs in the line  that enables OSPRay:</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">oSPRayRendered3DView1.</span><span style="font-size:12.8px">EnableOSPRay = 1</span><br style="font-size:12.8px"><br style="font-size:12.8px"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am using the next mpi  commands with no success:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="color:rgb(0,0,0)"><font face="monospace, monospace">mpirun -npernode 16 pvbatch  --mpi --use-offscreen-rendering myscript inputfile.vtu outputimage.png</font></span></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div style="color:rgb(0,0,0);font-family:Calibri,Arial,Helvetica,sans-serif"><font face="Consolas,monospace">mpirun -np 13 --map-by ppr:1:socket:pe=16 </font><font face="Consolas,monospace" size="2">pvbatch  --mpi --use-offscreen-rendering myscript inputfile.vtu outputimage.png</font><br></div><div><font face="Consolas,monospace" size="2"><span style="font-size:16px"><br></span></font></div><br>I did a simpler script that does the following:<br><font face="monospace, monospace"><br>#### import the simple module from the paraview<br>from paraview.simple import *<br>#### disable automatic camera reset on 'Show'<br>paraview.simple._DisableFirstRenderCameraReset()<br><br># set active view<br>SetActiveView(None)<br>CreateLayout('Layout #1')<br><br># Create a new 'Render View'<br>print "Creating render view"<br>renderView1 = CreateView('RenderView')<br>renderView1.ViewSize = [11520, 3240]<br>renderView1.CameraPosition = [0.0, 0.0, 6.69]<br>renderView1.CameraFocalPoint = [0.0, 0.0, 0.0]<br>renderView1.CameraViewUp = [0.0, 1.0, 0.0]<br>renderView1.CameraViewAngle = 30.0<br>renderView1.CameraParallelScale = 1.73<br>renderView1.Background = [0.32, 0.34, 0.43]<br>print "Before Enabling OSPRay"<br>renderView1.EnableOSPRay = 1<br>print "After Enabling OSPRay"<br>renderView1.Shadows = 1<br>renderView1.AmbientSamples = 4<br>renderView1.SamplesPerPixel = 8<br>renderView1.MaxFrames = 1<br>renderView1.LightScale = 1.0<br><br>print "Done!"<br><br><br>#### saving camera placements for all active views<br><br># current camera placement for renderView1<br>renderView1.CameraPosition = [148.48492741767512, 106.10239872416838, -28480.984448300518]<br>renderView1.CameraFocalPoint = [137.62326776804608, 95.85538889348155, -28593.41405565134]<br>renderView1.CameraViewUp = [-0.529722197084864, 0.8477698001026378, -0.02609137691878691]<br>renderView1.CameraParallelScale = 19159.165918040744</font><br><br><br><br>but it  never reaches the<font face="monospace, monospace"> print "After Enabling OSPRay"</font> line<br><br><br><br>Any advice will be appreciated,<br><br><br><br>Benjamin Hernandez<br>OLCF<br>Oak Ridge National Laboratory</div><div><br></div>
</div>