Show
Ignore:
Timestamp:
12/05/06 21:53:34 (2 years ago)
Author:
peter
Message:

Merge changes from mainline upto r685 (second installment).

Mop up a few remaining issues.

Location:
branches/newmole/scripts
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/scripts/nightly_runL_tsuite_part2.pl

    r336 r688  
    77# this is the number of models to actually compute here 
    88# this is run on second slave machine and must end first 
    9 $nmod_calc = 70; 
     9# slave will do this many, master will skip this many 
     10#>>chng 06 aug 29, from 67 to 62, master found 8 undone model on a backup night 
     11$nmod_calc = 55; 
     12 
    1013$nMod = 0; 
    1114$nComputed = 0; 
  • branches/newmole/scripts/nightly_run_tsuite.pl

    r349 r688  
    11#!perl -w 
    22# 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; 
    57 
    68# NB this script uses mks version of tar - renamed to mks_tar 
     
    201203if( $lgLOGGING ) 
    202204{ 
    203         printf( ioLOG "autorun.pl terminates\n" ); 
     205        printf( ioLOG "nightly_run_tsuite.pl terminates\n" ); 
    204206} 
    205207 
  • branches/newmole/scripts/weekly_backup.pl

    r341 r688  
    165165   open( ioLOG , ">backup.txt" ); 
    166166 
    167    printf( ioLOG " exe, data, and source backed up to thunder.\n");   
     167   printf( ioLOG " exe, data, and source backed up to cumulus storage.\n");   
    168168   printf( ioLOG " file name was %s\n", $basename) ; 
    169169   close( ioLOG );