Sorry Jim, I wasn&#39;t trying to take a cheap shot. Anyway, I created a bug report for fixing MPI 1 support in IceT and assigned it to Ken.<div><br></div><div><a href="http://www.paraview.org/Bug/view.php?id=12682">http://www.paraview.org/Bug/view.php?id=12682</a><br>

<br><div class="gmail_quote">On Wed, Oct 26, 2011 at 12:54 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

 Â  Â I would have to offer that ParaView _can_ be a harsh introduction to CMake. If you are using CMake on a MUCH smaller project then learning CMake can have a much less steep learning curve. And in the end it is MUCH less time consuming for the developers to upkeep a few CMake files rather than have to upkeep 3 or 4 visual studio projects, an autotools for Linux and Xcode for OS X. Then add to that all the subtleties with cygwin, msys, HPC, MPI, other C/C++ Compilers, Fortran compilers and the endless list of other items and the ParaView developers have done an extraordinary job of keeping cross platform alive and kicking.<br>


 Â As to your rant, we have all been there. Ask questions on this list. Search Google/Bing/Yahoo. Hey, at least you can do it in your sleep now. ;-)<br>
___________________________________________________________<br>
Mike Jackson Â  Â  Â  Â  Â  Â  Â  Â  Â  Â Principal Software Engineer<br>
BlueQuartz Software Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â Dayton, Ohio<br>
<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a> Â  Â  Â  Â  Â  Â  Â <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<div><div></div><div class="h5"><br>
On Oct 26, 2011, at 12:44 PM, Tim Gallagher wrote:<br>
<br>
&gt; I don&#39;t really have a horse in the race here, but I&#39;ve fought a lot with CMake and the old school Makefile/configure setup and CMake is infinitely better. To address your rant:<br>
&gt;<br>
&gt; 0. We&#39;ve used it on every HPC system the DOD, DOE and NASA have to offer with no problems. Cray, IBM, SGI, our own in-house Linux clusters, no issues.<br>
&gt; 1. ccmake is no more magic than ./configure<br>
&gt; 2. I suppose it could start configuring itself, never really thought about it. But it&#39;s nice that it doesn&#39;t sometimes when I accidentally go into cmake in a folder I didn&#39;t mean to.<br>
&gt; 3. Ever build a linux kernel? Paraview has nothing on that list of options. If you know what options you want turned on ahead of time, you can put -DOPTION=VALUE on the cmake command line, just as you would with ./configure --enable-OPTION<br>


&gt; 4. You know you&#39;re done configuring when new options that are *&#39;d stop showing up at the top of the list. The &quot;you&#39;re ready&quot; message is when the g for generate pops up.<br>
&gt; 5, 6. CMake is open source -- if there are basic sanity checks that are so trivial, contribute them and people will be glad to have them.<br>
&gt; 7. You don&#39;t have to go back into ccmake to turn on verbose building. Just do make VERBOSE=1 and it will be plenty verbose. And it will pick up right where it left off.<br>
&gt;<br>
&gt; I&#39;ll admit there is a learning curve to using and writing CMake systems. But it&#39;s infintely less tedious for developers compared to autotools or writing your own Makefiles. It&#39;s also much nicer for users when there are tons of options than trying to specify them all on a command line to a configure script (and easier for us developers when users ask for a GUI to set options -- it&#39;s one less thing to write and debug).<br>


&gt;<br>
&gt; Maybe some of the above will make things easier for you, or maybe it won&#39;t, but that&#39;s what we&#39;ve learned through this process.<br>
&gt;<br>
&gt; Tim<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; From: &quot;Rich Cook&quot; &lt;<a href="mailto:cook47@llnl.gov">cook47@llnl.gov</a>&gt;<br>
&gt; To: &quot;John A. Biddiscombe&quot; &lt;<a href="mailto:biddisco@cscs.ch">biddisco@cscs.ch</a>&gt;<br>
&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt; Sent: Wednesday, October 26, 2011 12:24:46 PM<br>
&gt; Subject: Re: [Paraview] Paraview will not build<br>
&gt;<br>
&gt; These are all good suggestions. Â Thanks so much for the help everybody!<br>
&gt;<br>
&gt; Our mvapich MPI could easily be 1x instead of 2x.<br>
&gt; However, the good news is that by switching to OpenMPI and diddling with the CMakeCache.txt, I was able to get it to build including the MILI reader.<br>
&gt;<br>
&gt; As for not hacking the CMakeCache.txt, I much prefer that to endlessly iterating through the Â obnoxious ccmake GUI. Â Please forgive me, but I must vent:<br>
&gt; &lt;rant&gt; Â CMake has to be one of the worst user experiences ever devised and brings very little to the table that I can see. Â It&#39;s not even cross platform as its intended, AFAICT. Â Here&#39;s my experience with it:<br>


&gt; 1) Â type a magic command line<br>
&gt; 2) Â hit &quot;configure&quot;. Â Why doesn&#39;t cmake initialize itself? Â Because.<br>
&gt; 3) Â Scan through the list of options, tediously enabling and disabling.<br>
&gt; 4) Â hit &quot;configure&quot; again to see more options. Â If you&#39;re done configuring, go to 5, else go to 3. How do you know when you&#39;re done? Â Experience. Â No hint from the GUI. Â No sanity checks. No &quot;you&#39;re ready&quot; message. Â No summary. Â No help at all! Â Basically, ask a human.<br>


&gt; 5) Â Hit &quot;generate.&quot;<br>
&gt; 6) Â Kick off a build and wait for an error to show up that a decent sanity check would have caught.<br>
&gt; 7) Â Attempt to debug the error without any compile lines being shown. Â Go back to the ccmake GUI and turn on VERBOSE build. Â Since you changed something, every .o file is rebuilt from scratch. Â Wait forever for the same error. Â Go to #1<br>


&gt;<br>
&gt; This process takes literally hours. Â I have done it so many times I can do it in my sleep, but I still hate it. Â Job security, I guess. Â :-)<br>
&gt; &lt;/rant&gt;<br>
&gt;<br>
&gt; I will pore through them and probably grab some help from Alan Scott if my latest efforts fail.<br>
&gt;<br>
&gt;<br>
&gt; On Oct 25, 2011, at 11:33 PM, Biddiscombe, John A. wrote:<br>
&gt;<br>
&gt;&gt; Richard<br>
&gt;&gt;<br>
&gt;&gt; In an emergency, you can simply paste<br>
&gt;&gt;<br>
&gt;&gt; #define MPI_IN_PLACE ((void *) 1)<br>
&gt;&gt;<br>
&gt;&gt; into files where you&#39;re getting a build error to shut the compiler up and produce a test build to work with.<br>
&gt;&gt;<br>
&gt;&gt; If you&#39;re not actually using the functions, you won&#39;t get any run time errors. (of course, if you are using parallel compositing - in this case, you might indeed get problems).<br>
&gt;&gt;<br>
&gt;&gt; JB<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: <a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a> [mailto:<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>] On Behalf Of Takuya OSHIMA<br>
&gt;&gt; Sent: 26 October 2011 07:26<br>
&gt;&gt; To: <a href="mailto:david.partyka@kitware.com">david.partyka@kitware.com</a>; <a href="mailto:cook47@llnl.gov">cook47@llnl.gov</a><br>
&gt;&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt;&gt; Subject: Re: [Paraview] Paraview will not build<br>
&gt;&gt;<br>
&gt;&gt; The problem I think is that MPI_IN_PLACE is supported only by MPI-2<br>
&gt;&gt; whereas your MPI library probably implements MPI 1.x.<br>
&gt;&gt;<br>
&gt;&gt; MPI_IN_PLACE was not in IceT until PV 3.10.1. I had given up trying to<br>
&gt;&gt; install PV 3.12 series on a supercluster that only has MPI 1.2 support<br>
&gt;&gt; so would really appreciate if the MPI-2 dependence is removed by any<br>
&gt;&gt; chance...<br>
&gt;&gt;<br>
&gt;&gt; Takuya<br>
&gt;&gt;<br>
&gt;&gt; Takuya OSHIMA, Ph.D.<br>
&gt;&gt; Faculty of Engineering, Niigata University<br>
&gt;&gt; 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN<br>
&gt;&gt;<br>
&gt;&gt; From: David Partyka &lt;<a href="mailto:david.partyka@kitware.com">david.partyka@kitware.com</a>&gt;<br>
&gt;&gt; Subject: Re: [Paraview] Paraview will not build<br>
&gt;&gt; Date: Tue, 25 Oct 2011 21:44:13 -0400<br>
&gt;&gt;<br>
&gt;&gt;&gt; You shouldn&#39;t be tweaking the Cache! :-P It should work with openmpi,<br>
&gt;&gt;&gt; mpich2, msmpi intel mpi etc.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Oct 25, 2011 at 9:04 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov">cook47@llnl.gov</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Ah, thanks,<br>
&gt;&gt;&gt;&gt; perhaps this only works with OpenMPI... I&#39;ll investigate whether I can use<br>
&gt;&gt;&gt;&gt; that.<br>
&gt;&gt;&gt;&gt; Paraview is hard as hell to build.<br>
&gt;&gt;&gt;&gt; -- Rich<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Oct 25, 2011, at 5:59 PM, Scott, W Alan wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Works for me! Â Here is a snippet from our python script.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Alan<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â mpiDir =<br>
&gt;&gt;&gt;&gt; &#39;/apps/x86_64/mpi/openmpi/intel-11.1-f064-c064/openmpi-1.4.2_oobpr<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Â  Â cMakeVars = cMakeVars +\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DMPI_LIBRARY:FILEPATH=&quot;&#39;+mpiDir+&#39;/lib/libmpi.so;&#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â  Â  mpiDir+&#39;/lib/libopen-rte.so;&#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â  Â  mpiDir+&#39;/lib/libopen-pal.so;&#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â  Â  mpiDir+&#39;/lib/libmpi_cxx.so&quot; &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DCMAKE_EXE_LINKER_FLAGS:STRING=-Bdynamic &#39;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Â cMakeVars = cMakeVars +\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DVTK_USE_MPI:BOOL=ON &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DPARAVIEW_USE_MPI:BOOL=ON &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DMPI_INCLUDE_PATH:PATH=&#39;+mpiDir+&#39;/include/ &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DCMAKE_C_FLAGS:STRING=&quot;-w -fPIC -I&#39;+mpiDir+&#39;/include/openmpi&quot;<br>
&gt;&gt;&gt;&gt; &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DCMAKE_CXX_FLAGS:STRING=&quot;-w -fPIC -I&#39;+mpiDir+&#39;/include/openmpi&quot;<br>
&gt;&gt;&gt;&gt; &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DCMAKE_CXX_FLAGS_RELEASE:STRING=&quot;-O2 -fPIC&quot; &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DCMAKE_C_FLAGS_RELEASE:STRING=&quot;-O2 -fPIC&quot; &#39;+\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â &#39;-DPARAVIEW_PLUS_BUILD:BOOL=OFF &#39;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; cMakeVars = cMakeVars +\<br>
&gt;&gt;&gt;&gt;&gt; Â  Â  Â  Â  Â &#39;-DPARAVIEW_USE_MPI_SSEND:BOOL=ON &#39;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt;&gt;&gt; From: <a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a> [mailto:<br>
&gt;&gt;&gt;&gt; <a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>] On Behalf Of Cook, Rich<br>
&gt;&gt;&gt;&gt;&gt; Sent: Tuesday, October 25, 2011 6:44 PM<br>
&gt;&gt;&gt;&gt;&gt; To: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt;&gt;&gt;&gt;&gt; Subject: [Paraview] Paraview will not build<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Help?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; [ 44%] Building C object<br>
&gt;&gt;&gt;&gt; Utilities/IceT/src/communication/CMakeFiles/IceTMPI.dir/mpi.c.o<br>
&gt;&gt;&gt;&gt;&gt; cd<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2-build/Utilities/IceT/src/communication<br>
&gt;&gt;&gt;&gt; &amp;&amp; /usr/local/bin/mpicc Â -DIceTMPI_EXPORTS -DVTK_PYTHON_BUILD<br>
&gt;&gt;&gt;&gt; -I/usr/global/tools/Kitware/Paraview/3.11/chaos_4_x86_64_ib/include<br>
&gt;&gt;&gt;&gt; -I/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/include<br>
&gt;&gt;&gt;&gt; -I/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/include -g -fPIC<br>
&gt;&gt;&gt;&gt; -I/nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2-build<br>
&gt;&gt;&gt;&gt; -I/nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2-build/VTK/Utilities<br>
&gt;&gt;&gt;&gt; -I/usr/local/include/python2.6 -I/usr/local/tools/mvapich-gnu/include<br>
&gt;&gt;&gt;&gt; -I/nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/include<br>
&gt;&gt;&gt;&gt; -I/nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2-build/Utilities/IceT/src/include<br>
&gt;&gt;&gt;&gt; -ansi -Wall -Wno-long-long -Wcast-align -Wextra -Wformat-security -Wshadow<br>
&gt;&gt;&gt;&gt; -Wunused -Wreturn-type -Wpointer-arith -Wdeclaration-after-statement -o<br>
&gt;&gt;&gt;&gt; CMakeFiles/IceTMPI.dir/mpi.c.o Â  -c<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:<br>
&gt;&gt;&gt;&gt; In function &#39;Gather&#39;:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:327:<br>
&gt;&gt;&gt;&gt; error: &#39;MPI_IN_PLACE&#39; undeclared (first use in this function)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:327:<br>
&gt;&gt;&gt;&gt; error: (Each undeclared identifier is reported only once<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:327:<br>
&gt;&gt;&gt;&gt; error: for each function it appears in.)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:<br>
&gt;&gt;&gt;&gt; In function &#39;Gatherv&#39;:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:348:<br>
&gt;&gt;&gt;&gt; error: &#39;MPI_IN_PLACE&#39; undeclared (first use in this function)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:<br>
&gt;&gt;&gt;&gt; In function &#39;Allgather&#39;:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2/Utilities/IceT/src/communication/mpi.c:366:<br>
&gt;&gt;&gt;&gt; error: &#39;MPI_IN_PLACE&#39; undeclared (first use in this function)<br>
&gt;&gt;&gt;&gt;&gt; make[2]: ***<br>
&gt;&gt;&gt;&gt; [Utilities/IceT/src/communication/CMakeFiles/IceTMPI.dir/mpi.c.o] Error 1<br>
&gt;&gt;&gt;&gt;&gt; make[2]: Leaving directory<br>
&gt;&gt;&gt;&gt; `/nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2-build&#39;<br>
&gt;&gt;&gt;&gt;&gt; make[1]: ***<br>
&gt;&gt;&gt;&gt; [Utilities/IceT/src/communication/CMakeFiles/IceTMPI.dir/all] Error 2<br>
&gt;&gt;&gt;&gt;&gt; make[1]: Leaving directory<br>
&gt;&gt;&gt;&gt; `/nfs/tmp2/rcook/ParaView/3.12/ParaView-3.12.0-RC2-build&#39;<br>
&gt;&gt;&gt;&gt;&gt; make: *** [all] Error 2<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; âœRichard Cook<br>
&gt;&gt;&gt;&gt;&gt; âœ‡ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt;&gt; 7000 East Avenue, Â Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt;&gt; â˜Ž (office) <a href="tel:%28925%29%20423-9605" value="+19254239605">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt;&gt; â˜Ž (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div.,<br>
&gt;&gt;&gt;&gt; Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&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;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&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;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; âœRichard Cook<br>
&gt;&gt;&gt;&gt; âœ‡ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt; 7000 East Avenue, Â Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt; â˜Ž (office) <a href="tel:%28925%29%20423-9605" value="+19254239605">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt; â˜Ž (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div.,<br>
&gt;&gt;&gt;&gt; Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&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;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&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;&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 <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: <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; Rich Cook<br>
&gt; ---------------------------------------------<br>
&gt; Be impeccable with your word, don&#39;t take anything personally, don&#39;t make assumptions, and always do your best.<br>
&gt; Â  Â  Â  -- The Four Agreements<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 <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: <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>
&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 <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: <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>
<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>
</div></div></blockquote></div><br></div>