Changes between Version 54 and Version 55 of ProjectOptions


Ignore:
Timestamp:
Feb 25, 2008, 11:30:39 AM (16 years ago)
Author:
Nicolas
Comment:

Clarify what kind of regex the new options use

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v54 v55  
    9595     The size of the feeder's enumeration query.  Default is 200.
    9696 '''homogeneous_redundancy'''::
    97      If zero (default) don't use the [HomogeneousRedundancy homogeneous redundancy] mechanism.
    98      Otherwise, specifies the granularity of host classification (1=fine, 2=coarse).
     97   If zero (default) don't use the [HomogeneousRedundancy homogeneous redundancy] mechanism.
     98   Otherwise, specifies the granularity of host classification (1=fine, 2=coarse).
    9999 '''ended'''::
    100         Project has permanently ended.  Tell clients so user can be notified.
     100    Project has permanently ended.  Tell clients so user can be notified.
    101101 '''ban_os'''::
    102     Any host for which os_name<tab>os_version matches the given regular expression will not be sent jobs.
     102    Any host for which os_name<tab>os_version matches the given regular expression will not be sent jobs. This is a POSIX extended regular expression.
    103103 '''ban_cpu'''::
    104     Any host for which p_vendor<tab>p_model matches the given regular expression will not be sent jobs.
     104    Any host for which p_vendor<tab>p_model matches the given regular expression will not be sent jobs. This is a POSIX extended regular expression.
    105105 '''max_ncpus'''::
    106106       Treat all hosts as having no more than N CPUs.  This affects things like max results per day.  Use this, e.g., if your application uses a GPU or other co-processor.