Changes between Version 53 and Version 54 of ProjectOptions
- Timestamp:
- Feb 25, 2008, 10:33:59 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v53 v54 33 33 [ <homogeneous_redundancy>N</homogeneous_redundancy> ] 34 34 [ <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> ] 37 37 [ <max_ncpus>N</max_ncpus> ] 38 38 }}} … … 99 99 '''ended''':: 100 100 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. 105 105 '''max_ncpus''':: 106 106 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. 107 107 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 108 121 == Client control == #client-control 109 122 {{{