Changeset 129 for trunk/web/addons/toga/conf.php
- Timestamp:
- 06/07/05 15:31:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/conf.php
r115 r129 1 1 <?php 2 // Show hosts in a jobview by default? 3 // 4 $default_showhosts = 1; 2 5 3 6 // Path to Ganglia's web frontend root … … 15 18 16 19 // How to mark nodes with a job in clusterimage 17 // allcpus when all cpu's are in use18 // singlecpu when less than all cpus are in use19 20 // 20 //$JOB_NODE_MARKING_ALLCPUS = "J";21 //$JOB_NODE_MARKING_SINGLECPU = "j";22 21 $JOB_NODE_MARKING = "J"; 23 22 … … 27 26 $DATA_SOURCE = '127.0.0.1:8649'; 28 27 28 // Is there a jobarchive? 29 // 30 $TARCHD = 1; 31 29 32 ?>
Note: See TracChangeset
for help on using the changeset viewer.