<div dir="ltr">Aiming for this right?<br><div>-------------------<br>|1-1|1-2|2-1|2-2|<br>-------------------<br>|3-1|3-2|4-1|4-2|<br>-------------------<br><br><br></div><div>-tdx=3 -tdy=2<br></div><div>machinefile.txt that you pass to mpi should be (syntax depends on your mpi)<br></div><div>node1<br>node1<br>node2<br></div><div>node2<br></div><div>node3<br></div><div>node3<br></div><div>node4<br></div><div>node4<br></div><div>The point being that you want them to start up in the same order that you have in your pvx file. Use > mpirun ... /bin/uname (and xterm -r "uname -a" -hold) to work out the details.<br><br></div><div>Lastly you don't need the LowerLeft, LowerRight and UpperRight for tile mode, but it will be useful for stereoscopic display so keep it handy.<br><br></div><div><br></div><div><br></div><div><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Fri, Apr 1, 2016 at 1:06 PM, Cindy Castro <span dir="ltr"><<a href="mailto:cindy.castro@uvsq.fr" target="_blank">cindy.castro@uvsq.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
H Joachim and David, <br>
<br>
Thank you for answering. I tried to apply an Image AND Gradient
background and it was not correctly split over the different
screens. I think it is cave mode actually. I have tested tile mode
but the display is not well ordered. I tried to correct it with
mpirun (-tdx=2, -tdy=4) but I may have missed something in the
command line.<br>
<br>
Here is my pvx file : <br>
<br>
<?xml version="1.0" ?><br>
<pvx><br>
<Process Type="client" /><br>
<Process Type="server"><br>
<EyeSeparation Value="0.060"/><br>
<Machine Name="node1-1"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+0+0"<br>
LowerLeft=" -2.593 0.992 -2.593"<br>
LowerRight="-1.497 0.993 -3.689"<br>
UpperRight="-1.497 1.865 -3.689" /><br>
<Machine Name="node1-2"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+1920+0"<br>
LowerLeft=" -1.497 0.993 -3.689"<br>
LowerRight=" 0.000 0.997 -4.090"<br>
UpperRight=" 0.000 1.869 -4.090" /><br>
<Machine Name="node2-1"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+0+0"<br>
LowerLeft=" 0.000 0.997 -4.090"<br>
LowerRight=" 1.497 1.007 -3.689"<br>
UpperRight=" 1.497 1.879 -3.689"/><br>
<Machine Name="node2-2"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+1920+0"<br>
LowerLeft=" 1.497 1.007 -3.689"<br>
LowerRight=" 2.593 0.997 -2.593"<br>
UpperRight=" 2.593 1.869 -2.593"/><br>
<Machine Name="node3-1"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+0+0"<br>
LowerLeft=" -2.593 0.120 -2.593"<br>
LowerRight="-1.497 0.121 -3.689"<br>
UpperRight="-1.497 0.993 -3.689" /><br>
<Machine Name="node3-2"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+1920+0"<br>
LowerLeft=" -1.497 0.121 -3.689"<br>
LowerRight=" 0.000 0.125 -4.090"<br>
UpperRight=" 0.000 0.997 -4.090" /><br>
<Machine Name="node4-1"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+0+0"<br>
LowerLeft=" 0.000 0.125 -4.090"<br>
LowerRight=" 1.497 0.135 -3.689"<br>
UpperRight=" 1.497 1.007 -3.689"/><br>
<Machine Name="node4-2"<br>
Environment="DISPLAY=:0.0"<br>
FullScreen="0"<br>
ShowBorders="0"<br>
Geometry="1920x1080+1920+0"<br>
LowerLeft=" 1.497 0.135 -3.689"<br>
LowerRight=" 2.593 0.125 -2.593"<br>
UpperRight=" 2.593 0.997 -2.593"/><br>
</Process><br>
<br>
</pvx><br>
<br>
Regards,<br>
<br>
Cindy<div><div class="h5"><br>
<br>
<div>Le 01/04/2016 17:55, David E DeMarle a
écrit :<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>Cindy,<br>
</div>
<br>
I can't remember which mode, tile or cave, doesn't support
tile and gradient background. But from what you and Joachim
say it must be cave.<br>
<br>
</div>
<div>You should aim for tile mode then. You can enforce and thus
correct the ordering problem you see with tile mode with your
mpirun command and the your cave.pvx file. Can you share your
/opt/software/ParaView/PVresources/wall_config.pvx? So I can
suggest a fix?<br>
<br>
</div>
<div>thanks<br>
</div>
<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div>David E DeMarle<br>
Kitware, Inc.<br>
R&D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div>
</div>
<br>
<div class="gmail_quote">On Fri, Apr 1, 2016 at 11:10 AM,
Joachim Pouderoux <span dir="ltr"><<a href="mailto:joachim.pouderoux@kitware.com" target="_blank"></a><a href="mailto:joachim.pouderoux@kitware.com" target="_blank">joachim.pouderoux@kitware.com</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">
<div>
<div>
<div>Hi Cindy,<br>
<br>
</div>
Not totally sure to understand - are you trying to
apply an Image or Gradient background and would like
it to be correctly split over the different screen? If
so, I am afraid this feature is not supported.<br>
<br>
</div>
Best,<br>
</div>
Joachim<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div>
<div dir="ltr"><b>Joachim Pouderoux</b><br>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>PhD,
Technical Expert</i></font><br>
<b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware
SAS</a></font></b><br>
</blockquote>
</div>
</div>
</div>
<div>
<div>
<br>
<div class="gmail_quote">2016-04-01 10:06 GMT+02:00
Cindy Castro <span dir="ltr"><<a href="mailto:cindy.castro@uvsq.fr" target="_blank"></a><a href="mailto:cindy.castro@uvsq.fr" target="_blank">cindy.castro@uvsq.fr</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am using ParaView in client/server mode with
stereo. I have a cluster with 4 nodes, 1 GPU each
(NVIDIA K5000) and 8 screens for display.<br>
<br>
My problem is I can not find how to span a
background over my 8 screens. The background is
displayed on each screen. 3D models are well
displayed in 3D (no problem with that).<br>
<br>
The server is run with the command:<br>
mpirun -np 8 -machinefile
/opt/software/ParaView/PVscripts/server_machinefile.txt
/opt/software/ParaView/ParaView-5.0.0-bin/bin/pvserver
-rc --client-host=mire-pc
/opt/software/ParaView/PVresources/wall_config.pvx<br>
<br>
I tried tiles mode but the display is not in the
right order...<br>
<br>
Can you help me ? Is it possible to span a
background over several screens in 3D mode ? I is
really useful when rendering.<br>
<br>
Regards,<br>
<br>
-- <br>
Cindy CASTRO<br>
Responsable plateforme DIGISCOPE-MIRE<br>
Plateforme d'Intégration et de Tests (PIT)<br>
-- <br>
Observatoire de Versailles
Saint-Quentin-en-Yvelines (OVSQ)<br>
Quartier des Garennes<br>
11 Boulevard d'Alembert<br>
78280 Guyancourt<br>
-- <br>
Bâtiment principal - RDC - Bureau 215<br>
Tél : <a href="tel:%2B33%20%280%291%2080%2028%2051%2003" value="+33180285103" target="_blank">+33 (0)1 80
28 51 03</a><br>
Salle MIRE : <a href="tel:%2B33%20%280%291%2080%2028%2054%2093" value="+33180285493" target="_blank">+33 (0)1 80
28 54 93</a><br>
<br>
<br>
---<br>
L'absence de virus dans ce courrier électronique a
été vérifiée par le logiciel antivirus Avast.<br>
<a href="https://www.avast.com/antivirus" rel="noreferrer" target="_blank">https://www.avast.com/antivirus</a><br>
<br>
_______________________________________________<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"></a><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" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank"></a><a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<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"></a><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" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<pre cols="72">--
Cindy CASTRO
Responsable plateforme DIGISCOPE-MIRE
Plateforme d'Intégration et de Tests (PIT)
--
Observatoire de Versailles Saint-Quentin-en-Yvelines (OVSQ)
Quartier des Garennes
11 Boulevard d'Alembert
78280 Guyancourt
--
Bâtiment principal - RDC - Bureau 215
Tél : <a href="tel:%2B33%20%280%291%2080%2028%2051%2003" value="+33180285103" target="_blank">+33 (0)1 80 28 51 03</a>
Salle MIRE : <a href="tel:%2B33%20%280%291%2080%2028%2054%2093" value="+33180285493" target="_blank">+33 (0)1 80 28 54 93</a></pre>
<br>
</div></div><table style="border-top:1px solid #aaabb6">
<tbody><tr>
<td style="width:470px;padding-top:20px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Cet e-mail a été envoyé depuis un ordinateur protégé par Avast. <br><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" style="color:#4453ea" target="_blank">www.avast.com</a> </td>
</tr>
</tbody></table>
</div>
</blockquote></div><br></div>