Ignore:
Timestamp:
05/30/05 10:54:38 (19 years ago)
Author:
bastiaans
Message:

toga/conf.php, toga/libtoga.php:

  • Will now use a 'J' marking for all nodes with a running job Not depending on number of cpus in use anymore

toga/overview.php:

  • Fixed makeTime()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/conf.php

    r111 r115  
    1818// singlecpu when less than all cpus are in use
    1919//
    20 $JOB_NODE_MARKING_ALLCPUS = "J";
    21 $JOB_NODE_MARKING_SINGLECPU = "j";
     20//$JOB_NODE_MARKING_ALLCPUS = "J";
     21//$JOB_NODE_MARKING_SINGLECPU = "j";
     22$JOB_NODE_MARKING = "J";
    2223
    2324// XML Datasource for Toga
Note: See TracChangeset for help on using the changeset viewer.