Ignore:
Timestamp:
05/24/05 11:26:41 (19 years ago)
Author:
bastiaans
Message:

toga/conf.php:

  • How nodes will be marked with a job is now configurable

toga/image.php:

  • Really use clustername for image

toga/libtoga.php:

File:
1 edited

Legend:

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

    r110 r111  
    1414$SMALL_CLUSTERIMAGE_NODEWIDTH = 11;
    1515
     16// How to mark nodes with a job in clusterimage
     17// allcpus when all cpu's are in use
     18// singlecpu when less than all cpus are in use
     19//
     20$JOB_NODE_MARKING_ALLCPUS = "J";
     21$JOB_NODE_MARKING_SINGLECPU = "j";
     22
    1623// XML Datasource for Toga
    1724// by default localhost's gmetad
Note: See TracChangeset for help on using the changeset viewer.