Testing Crons
From Mpich2
This page should help in debugging issues running the old nightly tests.
Raw crontab info
Dump of crontabs from thakur@ and buntinas@ on relevant hosts as of 2009-08-03. These cover the old nightly tests.
==== dumping thakur's contab on caccini 00 21 * * * /home/MPI/nightly/basictests -otherargs=-enable=-enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared ==== dumping thakur's contab on octagon 30 21 * * * /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU ==== dumping thakur's contab on vanquish 00 21 * * * /home/MPI/nightly/basictests -soft=intel-9.1 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel ==== dumping thakur's contab on triumph 49 06 * * 6 /home/MPI/nightly/getcoverage -updateweb -quiet 49 06 * * 4 /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:ssm 49 06 * * 2 /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:nemesis 47 08 * * * /home/MPI/nightly/updatesum 07 07 * * * /home/MPI/nightly/updatesum 07 12 * * * /home/MPI/nightly/updatesum 07 17 * * * /home/MPI/nightly/cleanold 22 19 * * * /home/MPI/testing/tsuites/bin/updatetsuites # updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and # runs maint/updatefiles over it 09 20 * * * /home/MPI/nightly/updatecvs # Update the mpich todo list. Make this update happen after the # check for runaways 09 08 * * * /home/MPI/nightly/updatetodo # Get the CVS summaries # 09 23 * * 0 /home/MPI/maint/getcvsinfo -preset=mpich # 08 23 * * 0 /home/MPI/maint/getcvsinfo -preset=mpich2 # Make sure that the ftp logs are being collected 27 08 * * * /home/MPI/maint/ftplogs/checklogs # Get ftp log info 17 03 1 * * /home/MPI/maint/ftplogs/get_aftp_monthly # Update the MPICH1 bug list page # 37 05 * * * /home/MPI/maint/makebuglist 15 21 * * * /home/MPI/nightly/basictests -soft=intel-11 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel ==== dumping buntinas's contab on elephant 00 22 * * * /home/MPI/nightly/basictests -arch=IA32-Linux-GNU
The above output was created by concatenating the results of the following command as run by each user (along with some minor trimming):
for h in octagon octopus triumph vanquish elephant; do ; echo "==== dumping ${USER}'s contab on ${h}" ; ssh ${h}.mcs.anl.gov crontab -l ; done
Human Readable Timeline
| Host | Crontab Owner | Start Time | Days of the Week | Command |
|---|---|---|---|---|
| triumph | thakur | 6:49am | Tue | /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:nemesis |
| triumph | thakur | 6:49am | Thu | /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:ssm |
| triumph | thakur | 6:49am | Sat | /home/MPI/nightly/getcoverage -updateweb -quiet |
| triumph | thakur | 7:07am | * | /homes/MPI/nightly/updatesum # Update the results on the web page |
| triumph | thakur | 8:47am | * | /homes/MPI/nightly/updatesum |
| triumph | thakur | 12:07pm | * | /homes/MPI/nightly/updatesum |
| triumph | thakur | 7:22pm | * | /homes/MPI/testing/tsuites/bin/updatetsuites |
| triumph | thakur | 8:09am | * | /home/MPI/nightly/updatetodo # Update the mpich todo list. Make this update happen after the check for runaways |
| triumph | thakur | 5:08pm | * | /homes/MPI/nightly/cleanold |
| triumph | thakur | 8:09pm | * | /home/MPI/nightly/updatecvs # updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and runs maint/updatefiles over it |
| caccini | thakur | 9:00pm | * | /home/MPI/nightly/basictests -otherargs=-enable=-enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared |
| triumph | thakur | 9:00pm | * | /home/MPI/nightly/basictests -soft=intel-11 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel |
| octagon | thakur | 9:30pm | * | /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU |
| vanquish | thakur | 9:00pm | * | /home/MPI/nightly/basictests -soft=intel-11 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel |
| elephant | buntinas | 10:00pm | * | /home/MPI/nightly/basictests -arch=IA32-Linux-GNU |
