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