Changeset 15 for trunk/gridctl.php


Ignore:
Timestamp:
Aug 31, 2015, 8:08:16 PM (9 years ago)
Author:
gegorbet
Message:

fixes, mainly for Jureca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gridctl.php

    r14 r15  
    659659   global $cluster;
    660660
    661    if ( preg_match( "/US3-A/i", $gfacID )  &&
    662         ! preg_match( "/jur/i", $cluster ) )
     661   if ( preg_match( "/US3-A/i", $gfacID ) )
    663662   {
    664663      // Then it's an Airavata/Thrift job
     
    10871086      }
    10881087
     1088if(preg_match("/US3-A/i",$gfacID))
    10891089//if(preg_match("/US3-ADEV/i",$gfacID))
    1090 if(preg_match("/US3-A/i",$gfacID))
    10911090write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" );
    10921091//write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" );
Note: See TracChangeset for help on using the changeset viewer.