[prev in list] [next in list] [prev in thread] [next in thread] 

List:       paraview
Subject:    Re: [Paraview] using netcdf in paraview
From:       "Moreland, Kenneth" <kmorel () sandia ! gov>
Date:       2009-03-26 16:49:00
Message-ID: C5F10E1D.9C9F%kmorel () sandia ! gov
[Download RAW message or body]

If you are using the CVS root anyway, I just checked in some netCDF readers.  So \
hopefully you will now no longer need to do anything special.

-Ken


On 3/26/09 9:33 AM, "Burlen Loring" <burlen.loring@kitware.com> wrote:

I will commit the work next week, along with a Wiki describing how to
build/configure the dependencies. For planning purposes plan on late
next week.

John Biddiscombe wrote:
> Martha
> 
> Build paraview as usual, ignore all the guff about
> PARAVIEW_EXTRA_EXTERNAL_MODULES, remove this from your paraview build,
> remove any CSCS addons you might have specified from paraview 'core'
> build.
> 
> Then build a new new project which will be plugins, using the
> cmakelists from the root of CSCS stuff. Enter the paraview build dir,
> enable CSCSCommon and netcdf, (netcdf will pick up common when it
> needs it - fingers crossed).
> 
> then try making it all. Of course it won't actually work, but that's
> what I've been trying to say all week!
> When it fails, ask Burlen for his netCDF adaptor stuff from visit and
> we can all get on with other stuff...
> 
> JB
> 
> > John,
> > 
> > I must be missing something.  I did as you specified below, then went to
> > the ParaView directory,
> > Ran ccmake several times, enabling the correct options per the CSCS web
> > site(PARAVIEW_EXTRA_EXTERNAL_MODULES,
> > PARAVIEW_USE_CSCSNetCDF, and the source directory variable) , and ran
> > make, but again, the same include file was not located, even though I
> > see it is there in the vtkCSCS directory tree.
> > 
> > Was I supposed to run ccmake under the vtkCSCS trunk before running
> > ccmake for ParaView?  I did try to do this,
> > Only to get an error concering "Policy" and the directions for resolving
> > the error were unclear.
> > 
> > I am a novice concerning ccmake, as the first time I have used it was
> > last week.
> > 
> > Thanks.
> > 
> > Martha Tonkin
> > 
> > 
> > 
> > 
> > -----Original Message-----
> > From: John Biddiscombe [mailto:biddisco@cscs.ch]
> > Sent: Wednesday, March 25, 2009 10:21 AM
> > To: Tonkin, Martha E (IS)
> > Cc: Carbonari, Katie (IS); Paraview Mailing List
> > Subject: Re: [Paraview] using netcdf in paraview
> > 
> > Martha (+put back on paraview list for reference and google)
> > 
> > My Bad. One of the changes I made to the netCDF code was to handle
> > series of files (one file per process, or one per timestep) using
> > another class in vtkCSCSCommon Best thing is check out all of it from
> > here...
> > https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/
> > and use the cmakelists in the root pv3-plugins folder.
> > you need CSCSCommomn and netCDF enabled.
> > 
> > Fix the netCDF reader and send me the patches please :)
> > 
> > JB
> > 
> > 
> > > Katie,
> > > 
> > > I was able to check out vtkNetCDF from the SVN server; I had tried
> > > before using the web site's instructions, but it wouldn't work, I
> > > suppose because of our firewall; however the "https" in the URL that
> > > Mr. Biddiscome gave us did make a difference.
> > > 
> > > However, when I attempted to build ParaView 3.4 with that vtkNetCDF
> > > module, I got an error once again, this time when for
> > > vtkNetCDFReader.cxx; what is missing is FileSeriesFinder.h.
> > > 
> > > I cannot find that include file anywhere, in ParaView3.4, ParaView3.3,
> > > 
> > 
> > 
> > > etc, so I don't know if it was inadvertently left out of the vtkNetCDF
> > > 
> > 
> > 
> > > distribution or what.
> > > 
> > > Martha
> > > 
> > > 
> > > 
> > > -----Original Message-----
> > > From: Carbonari, Katie (IS)
> > > Sent: Tuesday, March 24, 2009 5:15 PM
> > > To: Tonkin, Martha E (IS)
> > > Subject: FW: [Paraview] using netcdf in paraview
> > > 
> > > 
> > > 
> > > 
> > > -----Original Message-----
> > > From: John Biddiscombe [mailto:biddisco@cscs.ch]
> > > Sent: Tue 3/24/2009 5:09 PM
> > > To: Berk Geveci
> > > Cc: Carbonari, Katie (IS); paraview@paraview.org
> > > Subject: Re: [Paraview] using netcdf in paraview
> > > 
> > > Katie
> > > 
> > > Just looking again at the error messages makes me realize thet you're
> > > using a very old vtkCSCSnetCDF the version in here
> > > https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/vtkNetCDF/ is much more
> > > recent and will at least compile without errors. It ewas intended for
> > > meteo data (ocean/atmosphere) and so you should get something out of
> > > it but the changes I made a few months back will have broken the core
> > > load of data depending on which convention you are using.
> > > My intention was to create subclasses for each supported convention,
> > > rather than try to support all of them with aton of options - which is
> > > 
> > 
> > 
> > > what the current reader does. If you're familiar with vtk code, you'll
> > > 
> > 
> > 
> > > son work out how to fix it.
> > > I'll take a look at again it in a few weeks.
> > > 
> > > JB
> > > 
> > > 
> > > Hmmm. It sounds like there is version mismatch between ParaView
> > > 
> > and
> > 
> > > the plugin. We deprecated those classes not long ago. Are you
> > > 
> > using
> > 
> > > cvs ParaView?
> > > 
> > > -berk
> > > 
> > > 2009/3/23 Carbonari, Katie (IS) <Katie.Carbonari@ngc.com>
> > > <mailto:Katie.Carbonari@ngc.com> :
> > > 
> > > 
> > > Hi there. I'm trying to read netcdf data into paraview,
> > > 
> > but am
> > 
> > > having lots
> > > of issues. I was following these directions (from here:
> > > 
> > > http://www.cscs.ch/index.php?option=com_content&task=view&id=96&Itemid
> > > =1
> > > 32):
> > > 
> > > Please build ParaView using the CMake advanced option
> > > PARAVIEW_EXTRA_EXTERNAL_MODULES set to CSCSNetCDF rerun
> > > 
> > configure
> > 
> > > and set
> > > PARAVIEW_USE_CSCSNetCDF to ON, then rerun configure and
> > > 
> > enter the
> > 
> > > name of
> > > the directory where the source has been extracted.
> > > Build paraview and the netCDF reader should be embedded.
> > > Building as a vtk module is supported, documentation
> > > 
> > will be
> > 
> > > provided as
> > > soon as possible. (Some changes have recently been made
> > > 
> > which may
> > 
> > > break the
> > > existing build, these will be fixed shortly).
> > > 
> > > But when we make Paraview, it's not finding a bunch of
> > > 
> > files
> > 
> > > (vtkMultiGroupDataInformation.h, vtkMultiGroupDataSet.h,
> > > vtkMultiGroupSetAlgorithm.h).
> > > 
> > > Any advice on how to make this work? Or maybe a better
> > > 
> > way to read
> > 
> > > in netcdf
> > > files?
> > > 
> > > Thanks,
> > > Katie
> > > 
> > > _______________________________________________
> > > Powered by www.kitware.com
> > > 
> > > Visit other Kitware open-source projects at
> > > http://www.kitware.com/opensource/opensource.html
> > > 
> > > Please keep messages on-topic and check the ParaView
> > > 
> > Wiki at:
> > 
> > > http://paraview.org/Wiki/ParaView
> > > 
> > > Follow this link to subscribe/unsubscribe:
> > > http://www.paraview.org/mailman/listinfo/paraview
> > > 
> > > 
> > > 
> > > 
> > > _______________________________________________
> > > Powered by www.kitware.com
> > > 
> > > Visit other Kitware open-source projects at
> > > http://www.kitware.com/opensource/opensource.html
> > > 
> > > Please keep messages on-topic and check the ParaView Wiki at:
> > > http://paraview.org/Wiki/ParaView
> > > 
> > > Follow this link to subscribe/unsubscribe:
> > > http://www.paraview.org/mailman/listinfo/paraview
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> 
> 
> --
> John Biddiscombe,                            email:biddisco @ cscs.ch
> http://www.cscs.ch/
> CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
> Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at \
> http://www.kitware.com/opensource/opensource.html 
> Please keep messages on-topic and check the ParaView Wiki at: \
> http://paraview.org/Wiki/ParaView 
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
> 

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at \
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: \
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview




   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: kmorel@sandia.gov
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel


[Attachment #3 (text/html)]

<HTML>
<HEAD>
<TITLE>Re: [Paraview] using netcdf in paraview</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>If you \
are using the CVS root anyway, I just checked in some netCDF readers. &nbsp;So \
hopefully you will now no longer need to do anything special.<BR> <BR>
-Ken<BR>
<BR>
<BR>
On 3/26/09 9:33 AM, &quot;Burlen Loring&quot; &lt;<a \
href="burlen.loring@kitware.com">burlen.loring@kitware.com</a>&gt; wrote:<BR> <BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:11pt'>I will commit the work next week, along with a Wiki describing \
how to<BR> build/configure the dependencies. For planning purposes plan on late<BR>
next week.<BR>
<BR>
John Biddiscombe wrote:<BR>
&gt; Martha<BR>
&gt;<BR>
&gt; Build paraview as usual, ignore all the guff about<BR>
&gt; PARAVIEW_EXTRA_EXTERNAL_MODULES, remove this from your paraview build,<BR>
&gt; remove any CSCS addons you might have specified from paraview 'core'<BR>
&gt; build.<BR>
&gt;<BR>
&gt; Then build a new new project which will be plugins, using the<BR>
&gt; cmakelists from the root of CSCS stuff. Enter the paraview build dir,<BR>
&gt; enable CSCSCommon and netcdf, (netcdf will pick up common when it<BR>
&gt; needs it - fingers crossed).<BR>
&gt;<BR>
&gt; then try making it all. Of course it won't actually work, but that's<BR>
&gt; what I've been trying to say all week!<BR>
&gt; When it fails, ask Burlen for his netCDF adaptor stuff from visit and<BR>
&gt; we can all get on with other stuff...<BR>
&gt;<BR>
&gt; JB<BR>
&gt;<BR>
&gt;&gt; John,<BR>
&gt;&gt;<BR>
&gt;&gt; I must be missing something. &nbsp;I did as you specified below, then went \
to<BR> &gt;&gt; the ParaView directory,<BR>
&gt;&gt; Ran ccmake several times, enabling the correct options per the CSCS web<BR>
&gt;&gt; site(PARAVIEW_EXTRA_EXTERNAL_MODULES,<BR>
&gt;&gt; PARAVIEW_USE_CSCSNetCDF, and the source directory variable) , and ran<BR>
&gt;&gt; make, but again, the same include file was not located, even though I<BR>
&gt;&gt; see it is there in the vtkCSCS directory tree.<BR>
&gt;&gt;<BR>
&gt;&gt; Was I supposed to run ccmake under the vtkCSCS trunk before running<BR>
&gt;&gt; ccmake for ParaView? &nbsp;I did try to do this,<BR>
&gt;&gt; Only to get an error concering &quot;Policy&quot; and the directions for \
resolving<BR> &gt;&gt; the error were unclear.<BR>
&gt;&gt;<BR>
&gt;&gt; I am a novice concerning ccmake, as the first time I have used it was<BR>
&gt;&gt; last week.<BR>
&gt;&gt;<BR>
&gt;&gt; Thanks.<BR>
&gt;&gt;<BR>
&gt;&gt; Martha Tonkin<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; <BR>
&gt;&gt;<BR>
&gt;&gt; -----Original Message-----<BR>
&gt;&gt; From: John Biddiscombe [<a \
href="mailto:biddisco@cscs.ch">mailto:biddisco@cscs.ch</a>]<BR> &gt;&gt; Sent: \
Wednesday, March 25, 2009 10:21 AM<BR> &gt;&gt; To: Tonkin, Martha E (IS)<BR>
&gt;&gt; Cc: Carbonari, Katie (IS); Paraview Mailing List<BR>
&gt;&gt; Subject: Re: [Paraview] using netcdf in paraview<BR>
&gt;&gt;<BR>
&gt;&gt; Martha (+put back on paraview list for reference and google)<BR>
&gt;&gt;<BR>
&gt;&gt; My Bad. One of the changes I made to the netCDF code was to handle<BR>
&gt;&gt; series of files (one file per process, or one per timestep) using<BR>
&gt;&gt; another class in vtkCSCSCommon Best thing is check out all of it from<BR>
&gt;&gt; here...<BR>
&gt;&gt; <a href="https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/">https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/</a><BR>
 &gt;&gt; and use the cmakelists in the root pv3-plugins folder.<BR>
&gt;&gt; you need CSCSCommomn and netCDF enabled.<BR>
&gt;&gt;<BR>
&gt;&gt; Fix the netCDF reader and send me the patches please :)<BR>
&gt;&gt;<BR>
&gt;&gt; JB<BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; Katie,<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; I was able to check out vtkNetCDF from the SVN server; I had tried<BR>
&gt;&gt;&gt; before using the web site's instructions, but it wouldn't work, I<BR>
&gt;&gt;&gt; suppose because of our firewall; however the &quot;https&quot; in the \
URL that<BR> &gt;&gt;&gt; Mr. Biddiscome gave us did make a difference.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; However, when I attempted to build ParaView 3.4 with that vtkNetCDF<BR>
&gt;&gt;&gt; module, I got an error once again, this time when for<BR>
&gt;&gt;&gt; vtkNetCDFReader.cxx; what is missing is FileSeriesFinder.h.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; I cannot find that include file anywhere, in ParaView3.4, \
ParaView3.3,<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; etc, so I don't know if it was inadvertently left out of the \
vtkNetCDF<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; distribution or what.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Martha<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; -----Original Message-----<BR>
&gt;&gt;&gt; From: Carbonari, Katie (IS)<BR>
&gt;&gt;&gt; Sent: Tuesday, March 24, 2009 5:15 PM<BR>
&gt;&gt;&gt; To: Tonkin, Martha E (IS)<BR>
&gt;&gt;&gt; Subject: FW: [Paraview] using netcdf in paraview<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; -----Original Message-----<BR>
&gt;&gt;&gt; From: John Biddiscombe [<a \
href="mailto:biddisco@cscs.ch">mailto:biddisco@cscs.ch</a>]<BR> &gt;&gt;&gt; Sent: \
Tue 3/24/2009 5:09 PM<BR> &gt;&gt;&gt; To: Berk Geveci<BR>
&gt;&gt;&gt; Cc: Carbonari, Katie (IS); <a \
href="paraview@paraview.org">paraview@paraview.org</a><BR> &gt;&gt;&gt; Subject: Re: \
[Paraview] using netcdf in paraview<BR> &gt;&gt;&gt; <BR>
&gt;&gt;&gt; Katie<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Just looking again at the error messages makes me realize thet \
you're<BR> &gt;&gt;&gt; using a very old vtkCSCSnetCDF the version in here<BR>
&gt;&gt;&gt; <a href="https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/vtkNetCDF/">https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/vtkNetCDF/</a> \
is much more<BR> &gt;&gt;&gt; recent and will at least compile without errors. It \
ewas intended for<BR> &gt;&gt;&gt; meteo data (ocean/atmosphere) and so you should \
get something out of<BR> &gt;&gt;&gt; it but the changes I made a few months back \
will have broken the core<BR> &gt;&gt;&gt; load of data depending on which convention \
you are using.<BR> &gt;&gt;&gt; My intention was to create subclasses for each \
supported convention,<BR> &gt;&gt;&gt; rather than try to support all of them with \
aton of options - which is<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; what the current reader does. If you're familiar with vtk code, \
you'll<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; son work out how to fix it.<BR>
&gt;&gt;&gt; I'll take a look at again it in a few weeks.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; JB<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;Hmmm. It sounds like there is version mismatch \
between ParaView<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; and<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;the plugin. We deprecated those classes not long \
ago. Are you<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; using<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;cvs ParaView?<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;-berk<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;2009/3/23 Carbonari, Katie (IS) &lt;<a \
href="Katie.Carbonari@ngc.com">Katie.Carbonari@ngc.com</a>&gt;<BR> &gt;&gt;&gt; \
&lt;<a href="mailto:Katie.Carbonari@ngc.com">mailto:Katie.Carbonari@ngc.com</a>&gt; \
:<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hi \
there. I'm trying to read netcdf data into paraview,<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;<BR> &gt;&gt; but am<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; having lots<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;of \
issues. I was following these directions (from here:<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;<BR> &gt;&gt;&gt; <a \
href="http://www.cscs.ch/index.php?option=com_content&amp;task=view&amp;id=96&amp;Item \
id">http://www.cscs.ch/index.php?option=com_content&amp;task=view&amp;id=96&amp;Itemid</a><BR>
 &gt;&gt;&gt; =1<BR>
&gt;&gt;&gt; 32):<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please \
build ParaView using the CMake advanced option<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PARAVIEW_EXTRA_EXTERNAL_MODULES \
set to CSCSNetCDF rerun<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; configure<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; and set<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PARAVIEW_USE_CSCSNetCDF \
to ON, then rerun configure and<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; enter the<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; name of<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the \
directory where the source has been extracted.<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build \
paraview and the netCDF reader should be embedded.<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Building as a \
vtk module is supported, documentation<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; will be<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; provided as<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soon \
as possible. (Some changes have recently been made<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;<BR> &gt;&gt; which may<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; break the<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;existing \
build, these will be fixed shortly).<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;But when we \
make Paraview, it's not finding a bunch of<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; files<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vtkMultiGroupDataInformation.h, \
vtkMultiGroupDataSet.h,<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vtkMultiGroupSetAlgorithm.h).<BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Any \
advice on how to make this work? Or maybe a better<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;<BR> &gt;&gt; way to read<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; in netcdf<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;files?<BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanks,<BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Katie<BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_______________________________________________<BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Powered \
by www.kitware.com<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visit other \
Kitware open-source projects at<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a \
href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please \
keep messages on-topic and check the ParaView<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt; Wiki at:<BR>
&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a \
href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR> \
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR> \
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Follow \
this link to subscribe/unsubscribe:<BR> &gt;&gt;&gt; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a \
href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
 &gt;&gt;&gt;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;_______________________________________________<BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;Powered by www.kitware.com<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;Visit other Kitware open-source projects at<BR>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;Please keep messages on-topic and check the \
ParaView Wiki at:<BR> &gt;&gt;&gt; <a \
href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR> \
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;Follow this \
link to subscribe/unsubscribe:<BR> &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;<a \
href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
 &gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; &nbsp;<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp;<BR>
&gt;<BR>
&gt;<BR>
&gt; --<BR>
&gt; John Biddiscombe, \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n \
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;email:biddisco \
@ cscs.ch<BR> &gt; <a href="http://www.cscs.ch/">http://www.cscs.ch/</a><BR>
&gt; CSCS, Swiss National Supercomputing Centre &nbsp;| Tel: &nbsp;+41 (91) \
610.82.07<BR> &gt; Via Cantonale, 6928 Manno, Switzerland \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| Fax: &nbsp;+41 (91) 610.82.82<BR> &gt; \
------------------------------------------------------------------------<BR> &gt;<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt; 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>
 &gt;<BR>
&gt; 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> \
&gt;<BR> &gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
 &gt; &nbsp;<BR>
<BR>
_______________________________________________<BR>
Powered by www.kitware.com<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>
 <BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:11pt'><BR> </SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier \
New"><SPAN STYLE='font-size:7.5pt'><BR> &nbsp;&nbsp;&nbsp;**** \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR> &nbsp;&nbsp;&nbsp;&nbsp;*** \
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a \
href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR> \
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:11pt'><BR> </SPAN></FONT>
</BODY>
</HTML>



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

--===============0233784808==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic