Parent Directory
|
Revision Log
MPI branch trunk-mpi-branch has been merged with trunk through revision 1125, so changes in trunk since 1125 are not reflected in trunk-mpi-branch. Originally we parallelized revision 989, but after this merge it's as if we'd parallelized revision 1125. run_simplesolve.py runs on 1, 2, 4 CPUs.
1 | # |
2 | # Copy autotest-scons to /raid3/ksteube/AutoTests and then use this |
3 | # crontab to run the escript tests every day (except on Sunday we rest) |
4 | # |
5 | # min hour day month weekday command |
6 | # 0-59 0-23 1-31 1-12 0-6 (0 = Sunday) |
7 | # |
8 | SHELL=/bin/sh |
9 | MAILTO=k.steube@uq.edu.au |
10 | # |
11 | # Run 'autotest-scons run_tests' in the wee hours every weekday |
12 | # Temporarily changed to 'all_tests' to have full test for tonight |
13 | 0 1 * * 1-5 /raid3/ksteube/AutoTests/autotest-scons run_tests |
14 | # Run 'autotest-scons all_tests' in the wee hours only on Saturdays because it takes a long time to run |
15 | 0 1 * * 6 /raid3/ksteube/AutoTests/autotest-scons all_tests |
ViewVC Help | |
Powered by ViewVC 1.1.26 |