Changes between Version 53 and Version 54 of ProjectOptions


Ignore:
Timestamp:
Feb 25, 2008, 10:33:59 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v53 v54  
    3333[ <homogeneous_redundancy>N</homogeneous_redundancy> ]
    3434[ <ended>0|1</ended> ]
    35 [ <no_darwin_6>0|1</no_darwin_6> ]
    36 [ <no_amd_k6>0|1</no_amd_k6> ]
     35[ <ban_os>regexp</ban_os> ]
     36[ <ban_cpu>regexp</ban_cpu> ]
    3737[ <max_ncpus>N</max_ncpus> ]
    3838}}}
     
    9999 '''ended'''::
    100100        Project has permanently ended.  Tell clients so user can be notified.
    101  '''no_darwin_6'''::
    102        Don't issue work to Macintoshes with Darwin 6 or earlier (Mac OS X 10.2 or earlier).
    103  '''no_amd_k6'''::
    104        Don't issue work to clients with AMD K6 processors.
     101 '''ban_os'''::
     102    Any host for which os_name<tab>os_version matches the given regular expression will not be sent jobs.
     103 '''ban_cpu'''::
     104    Any host for which p_vendor<tab>p_model matches the given regular expression will not be sent jobs.
    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.
    107107
     108=== Deprecated options ===
     109
     110 '''<no_darwin_6>1</no_darwin_6>'''::
     111   Don't issue work to Macintoshes with Darwin 6 or earlier (Mac OS X 10.2 or earlier). Equivalent to
     112{{{
     113<ban_os>.*Darwin.*<tab>.*(5\.|6\.).*</ban_os>
     114}}}
     115 '''<no_amd_k6>1</no_amd_k6>'''::
     116   Don't issue work to clients with AMD K6 processors.  Equivalent to
     117{{{
     118<ban_cpu>.*AMD.*<tab>.*Family 5 Model 8 Stepping 0.*</ban_cpu>
     119}}}
     120       
    108121== Client control == #client-control
    109122{{{