Hi Burlen,<br><br>Thanks for the help. The wrapper script solved my problem. Although, I would still like to know how to "officially" set the correct paths using rpath to avoid the proliferation of shell scripts on my machine.<br>
<br>Thanks,<br>Peter.<br><br><div class="gmail_quote">On Fri, Feb 24, 2012 at 5:07 PM, Burlen Loring <span dir="ltr"><<a href="mailto:bloring@lbl.gov">bloring@lbl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>
<div bgcolor="#ffffff" text="#000000"><div class="im">
On 02/24/2012 01:22 PM, Peter Brady wrote:
<blockquote type="cite">If I set my LD_LIBRARY_PATH to include my 7.5.2 Mesa
libraries then offscreen rendering works fine. However, I don't
want my system as a whole to use my separate Mesa libraries; only
Paraview.</blockquote></div>
Hi Peter,<br>
<br>
I don't know the rpath settings but I have a couple of easy
alternatives if all you want to do is modify ld lib path for PV
without affecting other installed apps. What about starting pv with
a shell script? eg.<br>
<blockquote>#!/bin/bash<br>
export LD_LIBRARY_PATH=/path/to/your/osmesa:$LD_LIBRARY_PATH<br>
/path/to/your/pvpython $*<br>
</blockquote>
<br>
the modules package is also very useful for changing paths on the
fly.<span class="HOEnZb"><font color="#888888"><br>
<br>
Burlen<br>
</font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><font size="1"><font><span style="color:rgb(102,102,102)">Peter Brady, Ph.D.</span><br style="color:rgb(102,102,102)">
<span style="color:rgb(102,102,102)">
</span><span style="color:rgb(102,102,102)">Postdoctoral Research Associate</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">
</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">
Sibley School of Mechanical and Aerospace Engineering</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">
Cornell University</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">
191 Grumman Hall</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">
Ithaca, NY 14853-7501</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)"></span><span style="color:rgb(102,102,102)"></span><a style="color:rgb(51,102,255)" href="mailto:olivier.desjardins@cornell.edu" target="_blank">peter.brady@cornell.edu</a></font><br>
</font><br></span><br>