Changeset 18 for trunk/gridctl.php
- Timestamp:
- Mar 21, 2016, 1:23:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gridctl.php
r17 r18 8 8 9 9 //global $self; 10 global $status_ex, $status_gw; 10 11 11 12 // Produce some output temporarily, so cron will send me message … … 679 680 global $loghdr; 680 681 global $cluster; 682 global $status_ex, $status_gw; 681 683 682 684 if ( is_aira_job( $gfacID ) ) … … 686 688 if ( $status_ex == 'EXECUTING' ) 687 689 { 688 if ( $ gfac_status== 'SUBMITTED' )690 if ( $status_gw == 'SUBMITTED' ) 689 691 $status_ex = 'QUEUED'; 690 if ( $ gfac_status== 'RUNNING' )692 if ( $status_gw == 'RUNNING' ) 691 693 $status_ex = 'ACTIVE'; 692 694 }
Note:
See TracChangeset
for help on using the changeset viewer.