Changes between Version 33 and Version 34 of AppCoprocessor


Ignore:
Timestamp:
Aug 24, 2011, 11:31:53 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppCoprocessor

    v33 v34  
    2727When your application is run by BOINC, it will be passed a command-line argument
    2828{{{
    29 --device N
    30 }}}
    31 where N is the device number of the GPU that is to be used.
     29--gpu_type X --device N
     30}}}
     31where X is the GPU type (e.g., 'nvidia' or 'ati') and N is the device number of the GPU that is to be used.
    3232If your application uses multiple GPUs,
    3333it will be passed multiple --device arguments, e.g.
    3434{{{
    35 --device 0 --device 3
     35--gpu_type X --device 0 --device 3
    3636}}}
    3737