Changeset 15 for trunk/gridctl.php
- Timestamp:
- Aug 31, 2015, 8:08:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gridctl.php
r14 r15 659 659 global $cluster; 660 660 661 if ( preg_match( "/US3-A/i", $gfacID ) && 662 ! preg_match( "/jur/i", $cluster ) ) 661 if ( preg_match( "/US3-A/i", $gfacID ) ) 663 662 { 664 663 // Then it's an Airavata/Thrift job … … 1087 1086 } 1088 1087 1088 if(preg_match("/US3-A/i",$gfacID)) 1089 1089 //if(preg_match("/US3-ADEV/i",$gfacID)) 1090 if(preg_match("/US3-A/i",$gfacID))1091 1090 write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" ); 1092 1091 //write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" );
Note:
See TracChangeset
for help on using the changeset viewer.