Changes between Version 3 and Version 4 of OptionsApi
- Timestamp:
- Mar 14, 2011, 12:08:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OptionsApi
v3 v4 7 7 {{{ 8 8 struct BOINC_OPTIONS { 9 int backwards_compatible_graphics;10 9 int normal_thread_priority; 11 10 int main_program; … … 26 25 27 26 The options are: 28 '''backwards_compatible_graphics'''::29 If set, the application will handle graphics messages from pre-version 6 client, and attempt to handle them by launching a graphics app if present. Default is true.30 27 '''normal_thread_priority''':: 31 28 If set, the application will run at normal thread priority (Windows). This is recommended for CUDA applications, so that the GPU will run at full speed even if the CPUs are loaded. Default is false.