Changes between Version 54 and Version 55 of ProjectOptions
- Timestamp:
- Feb 25, 2008, 11:30:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v54 v55 95 95 The size of the feeder's enumeration query. Default is 200. 96 96 '''homogeneous_redundancy''':: 97 98 97 If zero (default) don't use the [HomogeneousRedundancy homogeneous redundancy] mechanism. 98 Otherwise, specifies the granularity of host classification (1=fine, 2=coarse). 99 99 '''ended''':: 100 100 Project has permanently ended. Tell clients so user can be notified. 101 101 '''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. 103 103 '''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. 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.