Welcome to MilkyWay@home

Use Only One

Message boards : Number crunching : Use Only One
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile BladeD
Avatar

Send message
Joined: 2 Nov 10
Posts: 731
Credit: 131,536,342
RAC: 0
Message 57505 - Posted: 13 Mar 2013, 23:46:41 UTC

How to I tell MW to use one only of my GPUs in the app_config?
ID: 57505 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
swiftmallard
Avatar

Send message
Joined: 18 Jul 09
Posts: 300
Credit: 303,562,776
RAC: 0
Message 57506 - Posted: 14 Mar 2013, 0:16:32 UTC - in response to Message 57505.  
Last modified: 14 Mar 2013, 0:21:56 UTC

How to I tell MW to use one only of my GPUs in the app_config?

<gpu_usage>1.0</gpu_usage>
I do not know if you can specify which in an app_config file though.
ID: 57506 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3321
Credit: 520,546,876
RAC: 28,042
Message 57507 - Posted: 14 Mar 2013, 12:05:35 UTC - in response to Message 57505.  

How to I tell MW to use one only of my GPUs in the app_config?


You can't, you must use a cc_config.xml file like this:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>http://boinc.fzk.de/poem/</url>
<device_num>1</device_num>
</exclude_gpu>
</options>
</cc_config>

Put it in the ProgramData\BOINC directory not the Program File\BOINC directory.

Use the MW stuff instead of the poem stuff and you should be okay.
ID: 57507 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Use Only One

©2024 Astroinformatics Group