|
发表于 2012-10-13 15:18:44
|
显示全部楼层
如果觉得卡可以在cc_config.xml屏蔽主显卡算HCC,URL填www.worldcommunitygrid.org即可
<exclude_gpu>
Don't use the given GPU for the given project. If <device_num> is not specified, exclude all GPUs of the given type. <type> is required if your computer has more than one type of GPU; otherwise it can be omitted. <app> specifies the short name of an application (i.e. the <name> element within the <app> element in client_state.xml). If specified, only tasks for that app are excluded. You may include multiple <exclude_gpu> elements. New in 6.13- <exclude_gpu>
- <url>project_URL</url>
- [<device_num>N</device_num>]
- [<type>nvidia|ati</type>]
- [<app>appname</app>]
- </exclude_gpu>
复制代码 |
|