Changeset 688 for branches/newmole/scripts/nightly_run_tsuite.pl
- Timestamp:
- 12/05/06 21:53:34 (2 years ago)
- Files:
-
- 1 modified
-
branches/newmole/scripts/nightly_run_tsuite.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/scripts/nightly_run_tsuite.pl
r349 r688 1 1 #!perl -w 2 2 # this is main script and must end last since it checks all sims 3 # here this is the number we must to slip over - will go from next to end 4 $nmod_calc = 70; 3 # the number to skip - will go from next to end 4 # slave will do this many, master will skip this many 5 #>>chng 06 aug 29, from 67 to 62, master found 8 undone model on a backup night 6 $nmod_calc = 55; 5 7 6 8 # NB this script uses mks version of tar - renamed to mks_tar … … 201 203 if( $lgLOGGING ) 202 204 { 203 printf( ioLOG " autorun.pl terminates\n" );205 printf( ioLOG "nightly_run_tsuite.pl terminates\n" ); 204 206 } 205 207
