- Timestamp:
- Apr 27, 2011, 7:33:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406/ippScripts/scripts/lap_science.pl
r31385 r31396 19 19 my $regtool = can_run('regtool') or (warn "Can't find regtool" and $missing_tools = 1); 20 20 my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1); 21 my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1); 21 22 my $difftool = can_run('difftool') or (warn "Can't find difftool" and $missing_tools = 1); 22 23 my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 24 my $magicdstool = can_run('magicdstool') or (warn "Can't find magicdstool" and $missing_tools = 1); 23 25 my $laptool = can_run('laptool') or (warn "Can't find laptool" and $missing_tools = 1); 24 26 … … 108 110 my $lap_id = get_lap_id($proj_cell); 109 111 110 my $command = "$laptool -pending run-lap_id $lap_id";112 my $command = "$laptool -pendingexp -lap_id $lap_id"; 111 113 $command .= " -dbname $dbname" if defined $dbname; 112 114 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
