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

Merge changes from mainline upto r685.

This branch is now fully merged. Any remaining problems in doxygen, scripts
and tsuite should now be resolved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/scripts/readme.txt

    r454 r687  
    11=============================================================== 
     2NIGHTLY RUN OF TEST SUITE 
     3 
     4nightly_run_tsuite.pl - main script on my machine 
     5        starts first and must end last since launches checks 
     6        runs second group of sims (second slave does first, a point of confusion) 
     7        copies current.exe to tsuite directory for second script to use 
     8        creates log fil autorun.log 
     9        checks results 
     10        sends email announcing results 
     11        calls ir_extime.pl to track exec time 
     12        calls promote_last_good to promote last to last_good if all is ok 
     13        autorun.log 
     14 
     15nightly_runL_tsuite_part2.pl  - second script 
     16        runs first block sims across network 
     17        uses current.exe in tsuite dir which was copied there by first script 
     18        autorun2.log log file in auto directory 
     19 
     20LOAD LEVELING 
     21$nmod_calc - var controls number of sims in each half 
     22        adjust in each script to get load leveling right 
     23        decrease value to have master end later 
     24 
     25=============================================================== 
     26 
    227NIGHTLY COPY OF FILES ACROSS CLUSTER 
    328nightly_copy_files.pl 
     
    1944 
    2045=============================================================== 
    21 NIGHTLY RUN OF TEST SUITE 
    22 main script on my machine 
    23         nightly_run_tsuite.pl - script name 
    24         starts first and must end last since launches checks 
    25         runs second group of sims (slabe does first, a point of confusion) 
    26         copies current.exe to tsuite directory for second script to use 
    27         creates log fil autorun.log 
    28         checks results 
    29         sends email announcing results 
    30         calls ir_extime.pl to track exec time 
    31         calls promote_last_good to promote last to last_good if all is ok 
    32  
    33 second script 
    34         nightly_runL_tsuite_part2.pl  <- runs first block sims across network 
    35         uses current.exe in tsuite dir which was copied there by first script 
    36         log file is autorun2.log in auto directory 
    37  
    38 $nmod_calc - var controls number of sims in each half 
    39         adjust in each script to get load leveling right 
    40  
    41 =============================================================== 
    4246 
    4347SLOW RUNS