<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey, Amit,<div><br></div><div>FWIW, I know that in the past (pv3.10 and pv3.12) I have run into issues when client/server plugins don't match. This was a problem when using a binary distribution of the client, which included many (all?) of the reader plugins, against a pvserver that I built which did not include the same reader plugins. </div><div>Specifically, it failed if I tried to open a file for which there was not a default choice of reader. If I understand correctly, the client would go down the list of readers that it knew about, and tell the server to try it. But if the server did not know about that reader, it would case ParaView to fail.</div><div><br></div><div>I believe this has been addressed in PV3.14, but I have not had a chance to confirm.</div><div><br></div><div>joe.</div><div><br><div><div>On Mar 27, 2012, at 11:16 AM, Chourasia, Amit wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Rob and Aashish: Ok so boost 1.45.0 worked fine with Paraview 3.14</div>
<div><br>
</div>
<div>Can someone confirm that Paraview client and server (remote) do not require same sets of plugin on either end. </div>
<div>Is there a required minimal plugin set?</div>
<div><br>
</div>
<div>Thanks</div>
<div>--Amit</div>
<div><br>
</div>
<div><br>
</div>
<br>
<div>
<div>On Mar 23, 2012, at 1:48 PM, Robert Maynard wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Hi,
<div><br>
</div>
<div>The ParaView Binary page ( <a href="http://www.paraview.org/Wiki/ParaView_Binaries">
http://www.paraview.org/Wiki/ParaView_Binaries</a> ) which version of each library ParaView is built against. ParaView 3.14 used Boost 1.45.0.<br>
<br>
<div class="gmail_quote">On Fri, Mar 23, 2012 at 2:44 PM, Chourasia, Amit <span dir="ltr">
<<a href="mailto:amit@sdsc.edu">amit@sdsc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<div style="word-wrap:break-word">
<div>Yes, I found the bug report by a web search as well.</div>
<div>I tried boost_1_47_0 with same error</div>
<div>Since the build take quite some time, I would like to know if there is a known version of boost which works Paraview3.14</div>
<div>
<div class="h5">
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<br>
<div>
<div>On Mar 23, 2012, at 1:29 PM, Aashish Chaudhary wrote:</div>
<br>
<blockquote type="cite">There is already a bug report for this:
<div><br>
</div>
<div><a href="http://www.vtk.org/Bug/bug_relationship_graph.php?bug_id=12988&graph=dependency" target="_blank">http://www.vtk.org/Bug/bug_relationship_graph.php?bug_id=12988&graph=dependency</a></div>
<div><br>
</div>
<div>I believe that boost_1_49_0 won't work, Can you try earlier versions? </div>
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On Fri, Mar 23, 2012 at 2:16 PM, Chourasia, Amit <span dir="ltr">
<<a href="mailto:amit@sdsc.edu" target="_blank">amit@sdsc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
Hello,<br>
<br>
I have tried building Paraview3.14 with boost_1_49_0 and boost_1_47_0 versions.<br>
I get the following error, is there a fix or workaround besides disabling boost altogether.<br>
Please see ERROR below<br>
<br>
Since I am doing this build for general purpose use on one of the big cluster what are canonical<br>
plugins which should be built? I am using the options as listed at the end of the message<br>
<br>
Burlen mentioned sometime back that in the new version of Paraview the client and server will not require same plugins on both ends. Is this now possible?<br>
<br>
Please also point me to documentation on how to create a Paraview profile for end users to easily use it remotely with client-server interface<br>
<br>
Thanks<br>
--Amit<br>
<br>
ERROR<br>
*************************<br>
[ 49%] Building CXX object VTK/Infovis/CMakeFiles/vtkInfovis.dir/vtkBoostBreadthFirstSearchTree.cxx.o<br>
/usr/include/c++/4.1.2/backward/backward_warning.h(32): warning #1224: #warning directive: This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include
substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.<br>
#warning This file includes at least one deprecated or antiquated header. \<br>
^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Common/vtkMath.h(1304): warning #279: controlling expression is constant<br>
assert("pre: valid_range" && range[0]<=range[1]);<br>
^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Common/vtkMath.h(1334): warning #279: controlling expression is constant<br>
assert("post: valid_result" && result>=0.0 && result<=1.0);<br>
^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx(56): error: class "boost::detail::reverse_graph_edge_descriptor<vtkEdgeType>" has no member "underlying_desc"<br>
return <a href="http://e.underlying_desc.Id/" target="_blank">e.underlying_desc.Id</a>;<br>
^<br>
<br>
compilation aborted for /oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx (code 2)<br>
make[2]: *** [VTK/Infovis/CMakeFiles/vtkInfovis.dir/vtkBoostBreadthFirstSearchTree.cxx.o] Error 2<br>
make[1]: *** [VTK/Infovis/CMakeFiles/vtkInfovis.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
<br>
BUILD OPTIONS<br>
********************************<br>
cmake \<br>
-DCMAKE_BUILD_TYPE=Debug \<br>
-DBUILD_SHARED_LIBS=ON \<br>
-DBUILD_TESTING=OFF \<br>
-DPARAVIEW_DISABLE_VTK_TESTING=ON \<br>
-DPARAVIEW_TESTING_WITH_PYTHON=OFF \<br>
-DVTK_USE_BOOST=ON \<br>
-DPARAVIEW_BUILD_QT_GUI=OFF \<br>
-DPARAVIEW_ENABLE_PYTHON=ON \<br>
-DPARAVIEW_USE_MPI=ON \<br>
-DPARAVIEW_BUILD_PLUGIN=EyeDomeLighting \<br>
-DPARAVIEW_USE_VISITBRIDGE=OFF \<br>
-DVISIT_BUILD_READER_CGNS=OFF \<br>
-DVISIT_BUILD_READER_Silo=OFF \<br>
-DBUILD_DOCUMENTATION=ON \<br>
-DPARAVIEW_GENERATE_PROXY_DOCUMENTATION=ON \<br>
-DGENERATE_FILTERS_DOCUMENTATION=ON \<br>
-DDOCUMENTATION_HTML_HELP=ON \<br>
-DCMAKE_C_COMPILER=icc \<br>
-DCMAKE_CXX_COMPILER=icpc \<br>
-DCMAKE_INSTALL_PREFIX=/oasis/scratch/amit/temp_project/paraview_build \<br>
-DVTK_OPENGL_HAS_OSMESA=ON \<br>
-DVTK_USE_X=OFF \<br>
-DOSMESA_INCLUDE_DIR=/oasis/scratch/amit/temp_project/mesa_build/include \<br>
-DOPENGL_INCLUDE_DIR=/oasis/scratch/amit/temp_project/mesa_build/include \<br>
-DOPENGL_gl_LIBRARY="" \<br>
-DOPENGL_glu_LIBRARY=/oasis/scratch/amit/temp_project/mesa_build/lib/libGLU.so \<br>
-DOSMESA_LIBRARY=/oasis/scratch/amit/temp_project/mesa_build/lib/libOSMesa32.so \<br>
-DMPI_COMPILER=/opt/mvapich2/intel/ib/bin/mpicxx \<br>
-DMPI_LIBRARY=/opt/mvapich2/intel/ib/lib \<br>
-DBOOST_ROOT=/oasis/scratch/amit/temp_project/boost_1_49_0<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <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" target="_blank">
http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
| Aashish Chaudhary <br>
| R&D Engineer <br>
| Kitware Inc. <br>
| <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a> <br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <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" target="_blank">
http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
Robert Maynard<br>
</div>
</blockquote>
</div>
<br>
</div>
_______________________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">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">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br></div></body></html>