Changeset 27170
- Timestamp:
- Mar 3, 2010, 4:34:17 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_server_status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_server_status
r25957 r27170 86 86 } elsif ($got_state == 1 and $line =~ /\+|\-/) { 87 87 # print "$line\n"; 88 my ($task_state, $task, $n jobs, $ngood, $nfail, $ntime, $cmd) = split " ", $line;88 my ($task_state, $task, $nrun, $njobs, $ngood, $nfail, $ntime, $cmd) = split " ", $line; 89 89 # print "$task $task_state\n"; 90 90 my %this_task = ( name => $task, njobs => $njobs, ngood => $ngood, nfail => $nfail, ntime => $ntime, cmd => $cmd );
Note:
See TracChangeset
for help on using the changeset viewer.
