[Paraview] Release date of Paraview 3.6 ?

Michael Jackson mike.jackson at bluequartz.net
Thu Jun 11 15:27:10 EDT 2009


Awesome. Thanks for all the info. I am still trying to get the  
dashboard to compile properly.


On Jun 11, 2009, at 3:07 PM, Utkarsh Ayachit wrote:

> Categories are managed explicitly at Kitware. I can promote your  
> dashboard to the 3.6 category once you give me it's site & build  
> name, and it has shown to be stable enough to go under the 3.6  
> dashboard catergory :). Typically you want the build name to reflect  
> that it's a release dashboard by prefixing it with Rel36 or  
> something like that.
>
> Utkarsh
>
> On Thu, Jun 11, 2009 at 2:56 PM, Michael Jackson <mike.jackson at bluequartz.net 
> > wrote:
> Getting there. How do I make my entry show up under the ParaView 3.6  
> category?
>
> And do I need to be running the latest CMake or CMake from CVS for  
> all of this?
>
> ---
> Mike Jackson                 www.bluequartz.net
>
>
>
> On Jun 11, 2009, at 2:34 PM, David E DeMarle wrote:
>
> I recommend using a new procedural style ctest dashboard driver
> script, such as the one at:
>
>  http://www.cdash.org/CDash/viewNotes.php?buildid=352037
>
> instead of the old style declarative style script.
>
> In either case, run your script via ctest -S scriptname.cmake
>
> For completeness, I put that call into a shell script (chmod+x'd) and
> run the shell script via crontab (or the windows scheduler utility).
>
> #!/bin/bash
> T0=`date`
> LOGFILE="/Users/demarle/Desktop/Dashboards/nightly_log.txt"
> rm -f $LOGFILE
> echo "START AT  $T0" > $LOGFILE
> echo "------------------------------------------------" >> $LOGFILE
> /usr/bin/ctest -V -S /Users/demarle/Desktop/Dashboards/ 
> nightly_script.cmake >> $
> LOGFILE
> echo "------------------------------------------------" >> $LOGFILE
> echo "START TIME $T0" >> $LOGFILE
> echo "END   TIME `date`" >> $LOGFILE
>
> For completeness I follow that crontab entry with a call to killall in
> case a crash isn't cleaned up.
> 5       21      *       *       *
> /Users/demarle/Desktop/Dashboards/nightly_script.sh
> 0       8       *       *       *       killall -9 paraview pvserver
> pvrenderserver pvdataserver
>
>
>
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 28 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-371-3971 x109
>
>
>
> On Thu, Jun 11, 2009 at 2:08 PM, Michael
> Jackson<mike.jackson at bluequartz.net> wrote:
> Thanks,
>  And like a total newbee... what exact command am I using to kick  
> this off?
> ctest -S ${path_to.cmake file} or something else?
>
>
> ---
> Mike Jackson                 www.bluequartz.net
>
>
>
> On Jun 11, 2009, at 2:00 PM, Utkarsh Ayachit wrote:
>
> Here;s one used by the one of the release dashboards:
>
> http://www.cdash.org/CDash/viewNotes.php?buildid=353182
>
> Utkarsh
>
> On Thu, Jun 11, 2009 at 1:22 PM, Michael Jackson
> <mike.jackson at bluequartz.net> wrote:
> Hey Ken,
>  Could you explain your setup for sending Dashboards. I am trying to  
> set
> one up for my OS X 10.5 intel box and have looked at your PV 3.6  
> submissions
> but I think I am still pulling CVS head instead of the 3.6 branch.
>
> Thanks
>
> _________________________________________________________
> Mike Jackson                  mike.jackson at bluequartz.net
> BlueQuartz Software                    www.bluequartz.net
> Principal Software Engineer                  Dayton, Ohio
>
>
>
> On Jun 11, 2009, at 10:24 AM, Moreland, Kenneth wrote:
>
> There is a 3.6 release section on the dashboard.  There are already
> several sites contributing 3.6 results.  I’m not sure how the  
> dashboard
> distinguishes between the 3.6 builds and the rest of them.
>
> -Ken
>
>
> On 6/11/09 8:13 AM, "Michael Jackson" <mike.jackson at bluequartz.net>  
> wrote:
>
> Is there a preferred DashBoard to submit results to? or just to the
> normal paraview dashboard..
>
> ---
> Mike Jackson                 www.bluequartz.net
>
>
>
> On Jun 11, 2009, at 9:42 AM, Moreland, Kenneth wrote:
>
> The branch is tagged ParaView-3-6.
>
> -Ken
>
>
> On 6/11/09 7:32 AM, "Michael Jackson" <mike.jackson at bluequartz.net>
> wrote:
>
> Has PV 3.6 been branched yet? If so what is the branch as I would like
> to start testing with PV 3.6.
>
>
> _________________________________________________________
> Mike Jackson                  mike.jackson at bluequartz.net
> BlueQuartz Software                    www.bluequartz.net
> Principal Software Engineer                  Dayton, Ohio
>
>
>
> On May 30, 2009, at 10:49 AM, Berk Geveci wrote:
>
> Hopefully in a few week (< 1 month).
>
> -berk
>
> On Fri, May 29, 2009 at 6:01 AM, Didier Roissé
> <didier.roisse at gmail.com
> wrote:
> Hi,
> I have just a little question. When will Paraview 3.6 be available
> for
> download ?
>
> regards,
> Didier
>
>
>
>
>   ****      Kenneth Moreland
>    ***      Sandia National Laboratories
> ***********
> *** *** ***  email: kmorel at sandia.gov
> **  ***  **  phone: (505) 844-8919
>    ***      web:   http://www.cs.unm.edu/~kmorel
>
>
>
>  ****      Kenneth Moreland
>  ***      Sandia National Laboratories
> ***********
> *** *** ***  email: kmorel at sandia.gov
> **  ***  **  phone: (505) 844-8919
>  ***      web:   http://www.cs.unm.edu/~kmorel
>



More information about the ParaView mailing list