Posted to tcl by Resilience at Sun Jul 04 15:41:17 GMT 2010view raw
- ####################################################################
- #code to interprete
- for {set dpr $dpr_min} {$dpr <= $dpr_max} {incr dpr $dpr_incr} {
- for {set daa $daa_min} {$daa <= $daa_max} {set daa [expr $daa + $daa_incr]} {
- #segregación por tipo de maquina
- foreach aero_type $aero_type_loop {
-
- foreach result $results {
- #generacion del directorio
- set namefile_graph2exec "graph2exec;$result;dpr-$dpr;daa-$daa;"
-
- puts "gnuplot \"./results/graph2exec/dpr-$dpr;daa-$daa;/$aero_type/$namefile_graph2exec\""
- exec gnuplot "\"./results/graph2exec/dpr-$dpr;daa-$daa;/$aero_type/$namefile_graph2exec\""
- }
- }
- }
- }
-
-
- ####################################################################
- #output
- #the file exists, because if it is executed on a a terminal the output line
- #gnuplot "./results/graph2exec/dpr-20;daa-500;/aero1.5MW/graph2exec;rbc;dpr-20;daa-500;"
- #the script is executed correctly by gnuplot
-
- gnuplot "./results/graph2exec/dpr-20;daa-500;/aero1.5MW/graph2exec;rbc;dpr-20;daa-500;"
- Cannot open load file '"./results/graph2exec/dpr-20;daa-500;/aero1.5MW/graph2exec;rbc;dpr-20;daa-500;"'
- line 0: util.c: No such file or directory
-
- while executing
- "exec gnuplot "\"./results/graph2exec/dpr-$dpr;daa-$daa;/$aero_type/$namefile_graph2exec\"""
- ("foreach" body line 6)
- invoked from within
- "foreach result $results {
- #generacion del directorio
- set namefile_graph2exec "graph2exec;$result;dpr-$dpr;daa-$daa;"
-
- puts "gnuplot \"./re..."
- ("foreach" body line 3)
- invoked from within
- "foreach aero_type $aero_type_loop {
-
- foreach result $results {
- #generacion del directorio
- set namefile_graph2exec "graph2exec;$result;dpr-$..."
- ("for" body line 4)
- invoked from within
- "for {set dpr $dpr_min} {$dpr <= $dpr_max} {incr dpr $dpr_incr} {
- for {set daa $daa_min} {$daa <= $daa_max} {set daa [expr $daa + $daa_incr]} {
- #seg..."
- (file "./rbc.tcl" line 1148)
-
-