hypre/AUTOTEST/cronfile
2011-08-23 21:07:05 +00:00

26 lines
1.3 KiB
Plaintext

# The first five entries on each line correspond respectively to:
#
# minute (0-56)
# hour (0-23)
# day of month (1-31)
# month (1-12)
# day of week (0-6)(0=Sunday)
#
# '*' means "every" and '*/m' means "every m-th"
# Rob's crontab (on tux339)
30 0 * * * source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -checkout
00 1 * * * source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -tux339 >> autotest-tux-cron.out 2>> autotest-tux-cron.err
00 6 * * * source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -summary-email
# Rob's crontab (on aztec2)
00 1 * * 2 source /etc/profile; source .profile; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -dawndev >> autotest-dawndev-cron.out 2>> autotest-dawndev-cron.err
00 1 * * 3 source /etc/profile; source .profile; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -hera >> autotest-hera-cron.out 2>> autotest-hera-cron.err
00 1 * * 4 source /etc/profile; source .profile; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -zeus >> autotest-zeus-cron.out 2>> autotest-zeus-cron.err
# Tzanio's crontab (on tux252)
00 1 * * * cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -mac >> autotest-mac-cron.out 2>> autotest-mac-cron.err