Changes between Version 33 and Version 34 of AppCoprocessor
- Timestamp:
- Aug 24, 2011, 11:31:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppCoprocessor
v33 v34 27 27 When your application is run by BOINC, it will be passed a command-line argument 28 28 {{{ 29 -- device N30 }}} 31 where N is the device number of the GPU that is to be used.29 --gpu_type X --device N 30 }}} 31 where X is the GPU type (e.g., 'nvidia' or 'ati') and N is the device number of the GPU that is to be used. 32 32 If your application uses multiple GPUs, 33 33 it will be passed multiple --device arguments, e.g. 34 34 {{{ 35 -- device 0 --device 335 --gpu_type X --device 0 --device 3 36 36 }}} 37 37