<div dir="ltr"><div style>I was thinking cross compilation. Where you need boost headers in the compilation tools build and don&#39;t want to waste time building anything not strictly necessary.</div><div style><br></div><div style>

But otherwise yeah just turn on VisitBridge and that will in turn turn on boost.</div><div style><br></div><div style>Sorry for the misinformation.</div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>

Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Thu, Aug 8, 2013 at 10:23 AM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Rick,<br>
<br>
Yea, you don&#39;t need any separate build of VisIt, by turning on<br>
ENABLE_visitbridge, ParaViewSuperbuild builds all the components<br>
needed (including parts of VisIt). BTW, you don&#39;t neeed to ensure<br>
ENABLE_boost is ON either (contrary to what Dave suggested). If<br>
ENABLE_visitbridge is ON, ParaViewSuperbuid will automatically turn on<br>
ENABLE_boost during its dependency determination pass.<br>
<br>
Utkarsh<br>
<br>
On Thu, Aug 8, 2013 at 8:13 AM, Angelini, Richard C (Rick) CIV USARMY<br>
<div class="HOEnZb"><div class="h5">ARL (US) &lt;<a href="mailto:richard.c.angelini.civ@mail.mil">richard.c.angelini.civ@mail.mil</a>&gt; wrote:<br>
&gt; OK - maybe I&#39;m taking this too literally.  Does the VisIt_Bridge actually<br>
&gt; link against the VisIt libraries?    I built and compiled with the<br>
&gt; ENABLE_visitbridge turned on and I somehow ended up with a working CGNS<br>
&gt; reader.    But at no point did I specify any paths to my VisIt installation<br>
&gt; .....   8-)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ________________________________<br>
&gt; Rick Angelini<br>
&gt;<br>
&gt; USArmy Research Laboratory<br>
&gt; CISD/HPC Architectures Team<br>
&gt; Building 120 Cube 315<br>
&gt; Phone:  <a href="tel:410-278-6266" value="+14102786266">410-278-6266</a><br>
&gt; ________________________________<br>
&gt; From: <a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a> [<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>] on<br>
&gt; behalf of David E DeMarle [<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>]<br>
&gt; Sent: Wednesday, August 07, 2013 4:39 PM<br>
&gt;<br>
&gt; To: Angelini, Richard C (Rick) CIV USARMY ARL (US)<br>
&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt; Subject: Re: [Paraview] CGNS Reader<br>
&gt;<br>
&gt; I think the only extra flag will be make sure boost is one of the projects<br>
&gt; superbuild makes. When superbuild makes paraview it will see this and then<br>
&gt; turn visitbridge on and link it in when it configures paraview.<br>
&gt;<br>
&gt; Robert probably knows best the state of this particular file format.<br>
&gt;<br>
&gt;<br>
&gt; David E DeMarle<br>
&gt; Kitware, Inc.<br>
&gt; R&amp;D Engineer<br>
&gt; 21 Corporate Drive<br>
&gt; Clifton Park, NY 12065-8662<br>
&gt; Phone: <a href="tel:518-881-4909" value="+15188814909">518-881-4909</a><br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 7, 2013 at 3:56 PM, Angelini, Richard C (Rick) CIV USARMY ARL<br>
&gt; (US) &lt;<a href="mailto:richard.c.angelini.civ@mail.mil">richard.c.angelini.civ@mail.mil</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I was afraid you say that!   8-)<br>
&gt;&gt;<br>
&gt;&gt; So, are there any additional parameters that need to be set, such as where<br>
&gt;&gt; the VisIt libraries are installed, etc?   In the Superbuild, I&#39;ve looked in<br>
&gt;&gt; the CMakeCache.txt file, and I don&#39;t see any additional parameters for the<br>
&gt;&gt; bridge or for cgns.<br>
&gt;&gt;<br>
&gt;&gt; Is this page still current and correct?<br>
&gt;&gt; <a href="http://www.paraview.org/Wiki/VisIt_Database_Bridge#CGNS_Support" target="_blank">http://www.paraview.org/Wiki/VisIt_Database_Bridge#CGNS_Support</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ________________________________<br>
&gt;&gt; Rick Angelini<br>
&gt;&gt;<br>
&gt;&gt; USArmy Research Laboratory<br>
&gt;&gt; CISD/HPC Architectures Team<br>
&gt;&gt; Building 120 Cube 315<br>
&gt;&gt; Phone:  <a href="tel:410-278-6266" value="+14102786266">410-278-6266</a><br>
&gt;&gt;<br>
&gt;&gt; ________________________________________<br>
&gt;&gt; From: Utkarsh Ayachit [<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>]<br>
&gt;&gt; Sent: Wednesday, August 07, 2013 3:25 PM<br>
&gt;&gt; To: Angelini, Richard C (Rick) CIV USARMY ARL (US)<br>
&gt;&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt;&gt; Subject: Re: [Paraview] CGNS Reader<br>
&gt;&gt;<br>
&gt;&gt; Rick,<br>
&gt;&gt;<br>
&gt;&gt; Correct, VisItBridge is required for CGNS support. You can turn on<br>
&gt;&gt; VisItBridge by using the ENABLE_visitbridge cmake option.<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Aug 7, 2013 at 3:05 PM, Angelini, Richard C (Rick) CIV USARMY<br>
&gt;&gt; ARL (US) &lt;<a href="mailto:richard.c.angelini.civ@mail.mil">richard.c.angelini.civ@mail.mil</a>&gt; wrote:<br>
&gt;&gt; &gt; I&#39;m using the Superbuild to build ParaView 4.0.1 .... and I&#39;m enabling<br>
&gt;&gt; &gt; CGNS<br>
&gt;&gt; &gt; but the reader doesn&#39;t seem to be there.   I can see that it downloaded<br>
&gt;&gt; &gt; at<br>
&gt;&gt; &gt; cgnslib tarball and it seems to have been built.    I poked around on<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; Wiki and there&#39;s also a mention of using the VisIt bridge.     Is the<br>
&gt;&gt; &gt; VisIt<br>
&gt;&gt; &gt; bridge (which I&#39;m not using) the only way to read a CGNS file?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ________________________________<br>
&gt;&gt; &gt; Rick Angelini<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; USArmy Research Laboratory<br>
&gt;&gt; &gt; CISD/HPC Architectures Team<br>
&gt;&gt; &gt; Building 120 Cube 315<br>
&gt;&gt; &gt; Phone:  <a href="tel:410-278-6266" value="+14102786266">410-278-6266</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>