Changeset 686 for branches/0.3/web/addons/job_monarch/libtoga.php
- Timestamp:
- 11/28/12 16:21:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3/web/addons/job_monarch/libtoga.php
r654 r686 85 85 $CLUSTER_CONFS = array(); 86 86 87 ini_set("memory_limit"," 1024000000");87 ini_set("memory_limit","500M"); 88 88 set_time_limit(0); 89 89 … … 106 106 chdir( $GANGLIA_PATH ); 107 107 108 include_once "./conf.php"; 108 //include_once "./conf.php"; 109 include_once "./eval_conf.php"; 109 110 include_once "./functions.php"; 110 111 include_once "./ganglia.php"; … … 822 823 if( !in_array( $node, $jobs[$jobid][$toganame] ) ) 823 824 { 824 $jobs[$jobid][$toganame][] = $node;825 array_push( $jobs[$jobid][$toganame], $node ); 825 826 } 826 827 }
Note: See TracChangeset
for help on using the changeset viewer.