Difference between revisions of "Testing Crons"
From Mpich
(→Human Readable Timeline) |
(→Raw crontab info) |
||
Line 8: | Line 8: | ||
==== dumping thakur's contab on octagon | ==== dumping thakur's contab on octagon | ||
# m h dom mon dow command | # m h dom mon dow command | ||
− | 30 21 * * * / | + | 30 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU |
==== dumping thakur's contab on triumph | ==== dumping thakur's contab on triumph | ||
# m h dom mon dow command | # m h dom mon dow command | ||
− | 49 06 * * 2 / | + | 49 06 * * 2 /mcs/web/research/projects/mpich2/nightly/cron/old/getcoverage -updateweb -quiet -device=ch3:nemesis |
− | 47 08 * * * / | + | 47 08 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatesum |
− | 07 07 * * * / | + | 07 07 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatesum |
− | 07 12 * * * / | + | 07 12 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatesum |
− | 07 17 * * * / | + | 07 17 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/cleanold |
22 19 * * * /home/MPI/testing/tsuites/bin/updatetsuites | 22 19 * * * /home/MPI/testing/tsuites/bin/updatetsuites | ||
# updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and | # updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and | ||
# runs maint/updatefiles over it | # runs maint/updatefiles over it | ||
− | 09 20 * * * / | + | 09 20 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatecvs |
# Update the mpich todo list. Make this update happen after the | # Update the mpich todo list. Make this update happen after the | ||
# check for runaways | # check for runaways | ||
− | 09 08 * * * / | + | 09 08 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatetodo |
# Make sure that the ftp logs are being collected | # Make sure that the ftp logs are being collected | ||
27 08 * * * /home/MPI/maint/ftplogs/checklogs | 27 08 * * * /home/MPI/maint/ftplogs/checklogs | ||
# Get ftp log info | # Get ftp log info | ||
17 03 1 * * /home/MPI/maint/ftplogs/get_aftp_monthly | 17 03 1 * * /home/MPI/maint/ftplogs/get_aftp_monthly | ||
− | 15 21 * * * / | + | 15 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--disable-graphics -soft=intel-11 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel |
==== dumping thakur's contab on vanquish | ==== dumping thakur's contab on vanquish | ||
# m h dom mon dow command | # m h dom mon dow command | ||
− | 00 21 * * * / | + | 00 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--disable-graphics -soft=intel-11 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel |
==== dumping thakur's contab on elephant | ==== dumping thakur's contab on elephant | ||
# m h dom mon dow command | # m h dom mon dow command | ||
− | 30 10 * * * / | + | 30 10 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared |
==== dumping thakur's contab on trounce | ==== dumping thakur's contab on trounce | ||
# m h dom mon dow command | # m h dom mon dow command | ||
− | 15 21 * * * / | + | 15 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--disable-totalview -soft=pgi-10.3 -cc="pgcc" -cxx="pgCC" -fc="pgf77" -f90="pgf90" -arch=IA32-Linux-PG |
==== dumping buntinas's contab on elephant | ==== dumping buntinas's contab on elephant | ||
− | 00 22 * * * / | + | 00 22 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -arch=IA32-Linux-GNU |
</nowiki> | </nowiki> | ||
</pre> | </pre> |
Revision as of 21:20, 18 May 2010
This page should help in debugging issues running the old nightly tests.
Raw crontab info
Dump of crontabs from [email protected] and [email protected] on relevant hosts as of 2010-05-10. These cover the old nightly tests.
==== dumping thakur's contab on octagon # m h dom mon dow command 30 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU ==== dumping thakur's contab on triumph # m h dom mon dow command 49 06 * * 2 /mcs/web/research/projects/mpich2/nightly/cron/old/getcoverage -updateweb -quiet -device=ch3:nemesis 47 08 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatesum 07 07 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatesum 07 12 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatesum 07 17 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/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 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatecvs # Update the mpich todo list. Make this update happen after the # check for runaways 09 08 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/updatetodo # 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 15 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--disable-graphics -soft=intel-11 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel ==== dumping thakur's contab on vanquish # m h dom mon dow command 00 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--disable-graphics -soft=intel-11 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel ==== dumping thakur's contab on elephant # m h dom mon dow command 30 10 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared ==== dumping thakur's contab on trounce # m h dom mon dow command 15 21 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/basictests -otherargs=-enable=--disable-totalview -soft=pgi-10.3 -cc="pgcc" -cxx="pgCC" -fc="pgf77" -f90="pgf90" -arch=IA32-Linux-PG ==== dumping buntinas's contab on elephant 00 22 * * * /mcs/web/research/projects/mpich2/nightly/cron/old/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 |
elephant | thakur | 10:30am | * | /home/MPI/nightly/basictests -otherargs=-enable=-enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared |
triumph | thakur | 9:15pm | * | /home/MPI/nightly/basictests -otherargs=-enable=--disable-graphics -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 -otherargs=-enable=--disable-graphics -soft=intel-11 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel |
trounce | thakur | 9:15pm | * | /home/MPI/nightly/basictests -otherargs=-enable=--disable-totalview -soft=pgi-10.3 -cc="pgcc" -cxx="pgCC" -fc="pgf77" -f90="pgf90" -arch=IA32-Linux-PG |
elephant | buntinas | 10:00pm | * | /home/MPI/nightly/basictests -arch=IA32-Linux-GNU |