Show
Ignore:
Timestamp:
12/05/06 18:14:43 (2 years ago)
Author:
gary
Message:

dayslow_master.pl - use icl rather than gcc for slow test suite
ion_solver.cpp - undo bug introduced in rev 622. now looks at matrix elements to see if singular
rt_stark.cpp - resolved ambiguous overload
blr_n09_p18_Z20.in - add punch convergence error command
limit_hi_ion.in - renamed func_hi_ion.in to this since it tests code in high ionization limit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/dayslow_master.pl

    r324 r685  
    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