hypre/AUTOTEST/cronfile
2009-12-02 21:16:10 +00:00

25 lines
1.2 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 tux273)
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 -tux273 >> 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 yana2)
00 1 * * 3 source /etc/profile; source .profile; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -up >> autotest-up-cron.out 2>> autotest-up-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