Ignore:
Timestamp:
11/28/12 16:21:51 (11 years ago)
Author:
ramonb
Message:
  • ganglia-web compatibility fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3/web/addons/job_monarch/libtoga.php

    r654 r686  
    8585$CLUSTER_CONFS  = array();
    8686
    87 ini_set("memory_limit","1024000000");
     87ini_set("memory_limit","500M");
    8888set_time_limit(0);
    8989
     
    106106chdir( $GANGLIA_PATH );
    107107
    108 include_once "./conf.php";
     108//include_once "./conf.php";
     109include_once "./eval_conf.php";
    109110include_once "./functions.php";
    110111include_once "./ganglia.php";
     
    822823                                                                if( !in_array( $node, $jobs[$jobid][$toganame] ) )
    823824                                                                {
    824                                                                         $jobs[$jobid][$toganame][] = $node;
     825                                    array_push( $jobs[$jobid][$toganame], $node );
    825826                                                                }
    826827                                                        }
Note: See TracChangeset for help on using the changeset viewer.