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.

Location:
branches/newmole/scripts
Files:
4 modified

Legend:

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

    r324 r687  
    6767#$exe_org = "$c:/projects/cloudy/trunk/release/trunk.exe"; 
    6868# use fast gcc exe 
    69 $exe_org = "$c:/projects/cloudy/trunk/gcc/release/cloudy_gcc.exe"; 
     69$exe_gcc = "$c:/projects/cloudy/trunk/gcc/release/cloudy_gcc.exe"; 
     70$exe_icl = "$c:/projects/cloudy/trunk/icl/release/cloudy_icl.exe"; 
     71$exe_org = $exe_icl; 
    7072system("cp $exe_org $out_dir "); 
    7173#$exe = "c:/projects/Cloudy/trunk/release/trunk.exe"; 
    7274#$exe = "$out_dir"."trunk.exe"; 
    73 $exe = "$out_dir"."cloudy_gcc.exe"; 
     75$exe_gcc = "$out_dir"."cloudy_gcc.exe"; 
     76$exe_icl = "$out_dir"."cloudy_icl.exe"; 
     77$exe = $exe_icl; 
    7478printf(ioLOG "exe is $exe\n"); 
    7579 
  • branches/newmole/scripts/nightly_copy_files_original.pl

    r313 r687  
    101101print(" moved to unix target source directory, about to delete all files\n"); 
    102102# remove the old source files 
    103 unlink <*.c> ;  
     103unlink <*.cpp> ;  
    104104# 
    105105# -------- 
     
    499499        copy( $input  , $output); 
    500500} 
    501 # we have now clobbered the path.c file, and need to copy a valid one from 1 dir up 
    502 copy( "u:/cloudy/trunk/path.c" , "u:/cloudy/trunk/source/path.c" ); 
     501# we have now clobbered the path.cpp file, and need to copy a valid one from 1 dir up 
     502copy( "u:/cloudy/trunk/path.cpp" , "u:/cloudy/trunk/source/path.cpp" ); 
    503503 
    504504# move to pc unix tsuite directory 
  • branches/newmole/scripts/nightly_copy_source.pl

    r367 r687  
    6363print(" moved to unix target source directory, about to delete all files\n"); 
    6464# remove the old source files 
    65 unlink <*.c> ;  
     65unlink <*.cpp> ;  
    6666 
    6767 
     
    109109        copy( $input  , $output); 
    110110} 
    111 # we have now clobbered the path.c file, and need to copy a valid one from 1 dir up 
     111# we have now clobbered the path.cpp file, and need to copy a valid one from 1 dir up 
    112112# so that version on unix cluster will compile & execute 
    113 copy( "u:/cloudy/trunk/path.c" , "u:/cloudy/trunk/source/path.c" ); 
     113copy( "u:/cloudy/trunk/path.cpp" , "u:/cloudy/trunk/source/path.cpp" ); 
    114114 
    115115# ---------------------------------------------------------- 
  • 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