Changeset 1972

Show
Ignore:
Timestamp:
04/27/08 06:34:58 (3 weeks ago)
Author:
gary
Message:

one last update of scripts before removing them from the repository

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/copy_programs.pl

    r121 r1972  
    2424 
    2525# the subdirectories under tsuite 
    26 @subdirs=("auto","slow"); 
     26@subdirs=("cauto","slow"); 
    2727 
    2828# end block - set up path names to all targets on various machines 
  • trunk/scripts/dayslow_master.pl

    r1279 r1972  
    3535$in_dir = "$c:/projects/cloudy/trunk/tsuite/slow/"; 
    3636$out_dir = "$c:/projects/cloudy/trunk/tsuite/slow/"; 
    37 $exec_stale = "$c:/projects/cloudy/trunk/tsuite/auto/"."the_exec_is_stale.txt"; 
     37$exec_stale = "$c:/projects/cloudy/trunk/tsuite/cauto/"."the_exec_is_stale.txt"; 
    3838 
    3939# move to the output directory 
  • trunk/scripts/ir_extime.pl

    r13 r1972  
    88#*  the log of the itr/zn and execution time of the models, every     *# 
    99#*  time the models are executed. The percentage increse in time is   *# 
    10 #*  recorded in the file auto/itrzn.log                               *# 
     10#*  recorded in the file cauto/itrzn.log                               *# 
    1111#*                                                                    *# 
    1212#*  Program written by Geetashree Chakravorty, Graduate Student       *# 
     
    3636 
    3737# move to dir with all the current models 
    38 if ( !chdir ( "$curr_dir/auto" ) ) 
     38if ( !chdir ( "$curr_dir/cauto" ) ) 
    3939{ 
    4040   printf (" invalid directory\n"); 
  • trunk/scripts/nightly_copy_data.pl

    r367 r1972  
    6767 
    6868# now do all data files in data dir 
    69 # there is a different set of data files tar'd into data.tar in tsuite/auto, this is done 
     69# there is a different set of data files tar'd into data.tar in tsuite/cauto, this is done 
    7070# by the autorun.pl script 
    7171$input = "readme_data.htm"; 
  • trunk/scripts/nightly_copy_files_original.pl

    r613 r1972  
    1515$original_source_dir = "c:/projects/cloudy/trunk/source"; 
    1616$original_data_dir =   "c:/projects/cloudy/trunk/data"; 
    17 $original_tsuite_dir = "c:/projects/cloudy/trunk/tsuite/auto"; 
     17$original_tsuite_dir = "c:/projects/cloudy/trunk/tsuite/cauto"; 
    1818 
    1919# this is the current debug exe, will bail out if $local_unix_source_dir/source.tar.gz source 
     
    335335 
    336336# now do all data files in data dir 
    337 # there is a different set of data files tar'd into data.tar in tsuite/auto, this is done 
     337# there is a different set of data files tar'd into data.tar in tsuite/cauto, this is done 
    338338# by the autorun.pl script 
    339339$input = "readme_data.htm"; 
  • trunk/scripts/nightly_copy_tsuite.pl

    r367 r1972  
    3333 
    3434# the subdirectories under tsuite 
    35 @subdirs=("auto","slow"); 
     35@subdirs=("cauto","slow"); 
    3636 
    3737# end block - set up path names to all targets on various machines 
  • trunk/scripts/nightly_runL_tsuite_part2.pl

    r1279 r1972  
    2828system( "net use $c: \\\\cumulus\\cumulus_c\$ /persistent:no" ); 
    2929 
    30 $in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
    31 $out_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
     30$in_dir = "$c:/projects/cloudy/trunk/tsuite/cauto/"; 
     31$out_dir = "$c:/projects/cloudy/trunk/tsuite/cauto/"; 
    3232 
    3333# move to the output directory 
  • trunk/scripts/nightly_run_tsuite.pl

    r1279 r1972  
    8686        # $out_dir = "$c:/projects/cloudy/tsuite/short/"; 
    8787        $script_dir = "$c:/projects/cloudy/trunk/scripts/"; 
    88         $in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
    89         $out_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
     88        $in_dir = "$c:/projects/cloudy/trunk/tsuite/cauto/"; 
     89        $out_dir = "$c:/projects/cloudy/trunk/tsuite/cauto/"; 
    9090 
    9191        # the exe file name for the release version - faster but some cheks 
     
    151151 
    152152# copy exec here so that scripts that follow an use it 
    153 system("copy c:\\projects\\cloudy\\trunk\\debug\\trunk.exe c:\\projects\\cloudy\\trunk\\tsuite\\auto "); 
     153system("copy c:\\projects\\cloudy\\trunk\\debug\\trunk.exe c:\\projects\\cloudy\\trunk\\tsuite\\cauto "); 
    154154 
    155155# see if errors.txt exists, if it does, and younger than exe file, just quit 
     
    498498        "tar_mks -cvf \"$out_dir\"\"data.tar\" data/*.dat data/*.ini data/*.in data/*.rfi data/*.szd data/*.opc data/*.txt"); 
    499499 
    500         # move back to auto dir 
     500        # move back to cauto dir 
    501501        # move to the output directory 
    502502        if( !chdir( $out_dir ) ) 
  • trunk/scripts/promote_beta.pl

    r13 r1972  
    4242$tsuite_zip = "$beta_dir"."$basename"."_tsuite.zip"; 
    4343 
    44 # these files live in tsuite/auto and were created by 
     44# these files live in tsuite/cauto and were created by 
    4545# last night's run of current\unix\copy_files.pl 
    4646if( !copy( "data.tar.gz" , $data_tar ) ) 
  • trunk/scripts/promote_last_good.pl

    r13 r1972  
    1313 
    1414# this is where the original test suite files live on my pc 
    15 $original_tsuite_dir = "c:/projects/cloudy/trunk/tsuite/auto"; 
     15$original_tsuite_dir = "c:/projects/cloudy/trunk/tsuite/cauto"; 
    1616# move to pc unix source dir 
    1717if( !chdir( "$original_tsuite_dir" ) ) 
  • trunk/scripts/weekly_backup.pl

    r487 r1972  
    1313$c = "c"; 
    1414# input and output directories 
    15 $in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
     15$in_dir = "$c:/projects/cloudy/trunk/tsuite/cauto/"; 
    1616 
    1717# this is the letter of the cdrw drive on the network  
     
    4646$tsuite = "$out_dir"."$basename".".tsuite.tar"; 
    4747 
    48 # these files live in tsuite/auto and were created by 
     48# these files live in tsuite/cauto and were created by 
    4949# last night's run of current\unix\copy_files.pl 
    5050if( !copy( "cloudy.exe" , $exe ) )