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<[email protected]> 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 >> <[email protected]> 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 [email protected] >> 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" <[email protected]> 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" <[email protected]> >> > 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 [email protected] >> > 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é >> > > <[email protected] >> > > > wrote: >> > >> Hi, >> > >> I have just a little question. When will Paraview 3.6 be available >> > >> for >> > >> download ? >> > >> >> > >> regards, >> > >> Didier >> > >> >> > >> _______________________________________________ >> > >> 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 >> > >> > _______________________________________________ >> > 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: [email protected] >> > ** *** ** phone: (505) 844-8919 >> > *** web: http://www.cs.unm.edu/~kmorel >> > >> >> _______________________________________________ >> 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: [email protected] >> ** *** ** phone: (505) 844-8919 >> *** web: http://www.cs.unm.edu/~kmorel >> >> >> _______________________________________________ >> 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 > _______________________________________________ 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
