Changeset 18 for trunk/gridctl.php


Ignore:
Timestamp:
Mar 21, 2016, 1:23:44 PM (8 years ago)
Author:
gegorbet
Message:

gridctl mods for Airavata 0.16 interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gridctl.php

    r17 r18  
    88
    99//global $self;
     10global $status_ex, $status_gw;
    1011
    1112// Produce some output temporarily, so cron will send me message
     
    679680   global $loghdr;
    680681   global $cluster;
     682   global $status_ex, $status_gw;
    681683
    682684   if ( is_aira_job( $gfacID ) )
     
    686688      if ( $status_ex == 'EXECUTING' )
    687689      {
    688          if ( $gfac_status == 'SUBMITTED' )
     690         if ( $status_gw == 'SUBMITTED' )
    689691            $status_ex    = 'QUEUED';
    690          if ( $gfac_status == 'RUNNING' )
     692         if ( $status_gw == 'RUNNING' )
    691693            $status_ex    = 'ACTIVE';
    692694      }
Note: See TracChangeset for help on using the changeset viewer.