Boinc does not want use all GPU. cc_config doesn't help

Message boards : Questions and problems : Boinc does not want use all GPU. cc_config doesn't help
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Mimi Koko

Send message
Joined: 15 Nov 12
Posts: 13
Message 46282 - Posted: 15 Nov 2012, 10:55:29 UTC
Last modified: 15 Nov 2012, 11:33:01 UTC

Hello,

Thu 15 Nov 2012 02:46:00 PM MSK | | Starting BOINC client version 7.0.28 for x86_64-pc-linux-gnu
...
Thu 15 Nov 2012 02:46:00 PM MSK | | ATI GPU 0: Tahiti (CAL version 1.4.1741, 3072MB, 2730MB available, 11264 GFLOPS peak)
Thu 15 Nov 2012 02:46:00 PM MSK | | OpenCL: ATI GPU 0: Tahiti (driver version 1084.2 (VM), device version OpenCL 1.2 AMD-APP (1084.2), 3072MB, 2730MB available)
Thu 15 Nov 2012 02:46:00 PM MSK | | OpenCL: ATI GPU 1 (not used): Tahiti (driver version 1084.2 (VM), device version OpenCL 1.2 AMD-APP (1084.2), 2048MB, 0MB available)
Thu 15 Nov 2012 02:46:00 PM MSK | | Config: use all coprocessors

of course, cc_config.xml exists and contain <use_all_gpus>1</use_all_gpus> line.
if i use <ignore_ati_dev>0</ignore_ati_dev> option, then boinc just start crunching on second GPU, ignoring the first.
how could i use all 2 gpus?
if there is an option to force use pointed GPUs?


thank you
ID: 46282 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 46293 - Posted: 15 Nov 2012, 16:54:20 UTC - in response to Message 46282.  

Thu 15 Nov 2012 02:46:00 PM MSK | | OpenCL: ATI GPU 1 (not used): Tahiti (driver version 1084.2 (VM), device version OpenCL 1.2 AMD-APP (1084.2), 2048MB, 0MB available)

As already mentioned on the Einstein boards, it might have to do with the 0MB available. Does that change if you ignore the other device?

Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
ID: 46293 · Report as offensive
Mimi Koko

Send message
Joined: 15 Nov 12
Posts: 13
Message 46294 - Posted: 15 Nov 2012, 16:58:39 UTC - in response to Message 46293.  

no, still remain 0MB, but successfully starting crunching on it
ID: 46294 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46365 - Posted: 20 Nov 2012, 0:47:04 UTC - in response to Message 46294.  

Hi all... I recently just added a 2nd GPU to my crunching RIG but BOINC is not using it. This is what I see in the EV log... Any help would be greatly appreciated.

thanks

2012-11-19 7:39:15 PM | | ATI GPU 0: AMD Radeon HD 7900 series (Tahiti) (CAL version 1.4.1741, 3072MB, 3032MB available, 9472 GFLOPS peak)
2012-11-19 7:39:15 PM | | ATI GPU 1: (not used) AMD Radeon HD 6x00 series (Turks) (CAL version 1.4.1741, 1024MB, 991MB available, 1555 GFLOPS peak)
2012-11-19 7:39:15 PM | | OpenCL: ATI GPU 0: AMD Radeon HD 7900 series (Tahiti) (driver version 1016.4 (VM), device version OpenCL 1.2 AMD-APP (1016.4), 3072MB, 3032MB available)
2012-11-19 7:39:15 PM | | OpenCL: ATI GPU 1 (not used): AMD Radeon HD 6x00 series (Turks) (driver version 1016.4 (VM), device version OpenCL 1.2 AMD-APP (1016.4), 1024MB, 991MB available)
ID: 46365 · Report as offensive
Mimi Koko

Send message
Joined: 15 Nov 12
Posts: 13
Message 46370 - Posted: 20 Nov 2012, 7:22:12 UTC - in response to Message 46365.  
Last modified: 20 Nov 2012, 7:22:33 UTC

you have to create cc_config.xml file in your BOINC folder.
file should contains this:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
ID: 46370 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 46375 - Posted: 20 Nov 2012, 11:52:01 UTC

Not in your BOINC folder as that would suggest the directory that the BOINC program files are in.

Instead, cc_config.xml needs to be put in the BOINC Data directory. Its default places are in this BOINC FAQ. The directory is most likely hidden.
ID: 46375 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46382 - Posted: 20 Nov 2012, 22:05:59 UTC - in response to Message 46375.  

I don't see any "Data" folder under BOINC... sorry if my answer has already been answered somewhere else... I did not find it and I am somewhat new to this..

thanks in advance.
ID: 46382 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 46383 - Posted: 20 Nov 2012, 22:13:28 UTC - in response to Message 46382.  

I don't see any "Data" folder under BOINC... sorry if my answer has already been answered somewhere else... I did not find it and I am somewhat new to this..

thanks in advance.

The location of the Boinc Data directory is in the startup log, something like on the 5th or 6th line,

Claggy
ID: 46383 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46384 - Posted: 20 Nov 2012, 22:22:01 UTC

I found a folder at

C:\ProgramData\BOINC\projects\www.worldcommunitygrid.org

is this the folder where the cc_config.xml file needs to be in?
ID: 46384 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46385 - Posted: 20 Nov 2012, 22:23:23 UTC - in response to Message 46384.  

I found it sorry... I will insert the file there and see what happens.
ID: 46385 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46386 - Posted: 20 Nov 2012, 22:24:42 UTC - in response to Message 46385.  

I found it sorry... I will insert the file there and see what happens.


Now I get this when I restart BOINC

2012-11-20 5:23:51 PM | | Unrecognized tag in cc_config.xml: <use_all_GPUs>

ID: 46386 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 46387 - Posted: 20 Nov 2012, 22:26:15 UTC - in response to Message 46384.  

I found a folder at

C:\ProgramData\BOINC\projects\www.worldcommunitygrid.org

is this the folder where the cc_config.xml file needs to be in?


No, that's the 'world community grid' project folder, the cc_config.xml just needs to go in the Boinc Data Directory, that is: C:\ProgramData\BOINC
The cc_config file is the Core Client Config file, it's ment to configure Boinc, not a particular project.

Claggy
ID: 46387 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 46388 - Posted: 20 Nov 2012, 22:28:17 UTC - in response to Message 46386.  
Last modified: 20 Nov 2012, 22:28:54 UTC

I found it sorry... I will insert the file there and see what happens.


Now I get this when I restart BOINC

2012-11-20 5:23:51 PM | | Unrecognized tag in cc_config.xml: <use_all_GPUs>


Did Mimi Koko say to use UPPER CASE characters?, he did not.

Claggy
ID: 46388 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46392 - Posted: 21 Nov 2012, 2:11:38 UTC - in response to Message 46388.  

In my XML file, the line is

<use_all_gpus>1</use_all_gpus>

so it's all in lower case... here is my whole file and the file is in C:\ProgramData\BOINC

<cc_config>
<log_flags>
</log_flags>
<options>
<client_version_check_url>http://www.worldcommunitygrid.org/download.php?xml=1</client_version_check_url>
<client_download_url>http://www.worldcommunitygrid.org/download.php</client_download_url>
<network_test_url>http://www.ibm.com/</network_test_url>
<start_delay>120</start_delay>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>

<cc_config>
<options>
<use_all_GPUs>
</options>
</cc_config>

The file seems not too give me any more errors in the EV log, but now I am not getting any GPU projects just CPU projects... and I did not change anything in my profile... This is strange, I have rebooted my PC multiple times, even unnistalled BOINC and re-installed it to no prevail... :(
ID: 46392 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46393 - Posted: 21 Nov 2012, 3:09:30 UTC - in response to Message 46392.  
Last modified: 21 Nov 2012, 3:10:05 UTC

It seems that my problem might be because WCG has run out of ATI tasks... a friend of mine just saw it in the forums somewhere.... :(

I can't really test my cc_config file until I get some ATI projects... :)
ID: 46393 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 46396 - Posted: 21 Nov 2012, 6:24:14 UTC - in response to Message 46392.  

<cc_config>
<log_flags>
</log_flags>
<options>
<client_version_check_url>http://www.worldcommunitygrid.org/download.php?xml=1</client_version_check_url>
<client_download_url>http://www.worldcommunitygrid.org/download.php</client_download_url>
<network_test_url>http://www.ibm.com/</network_test_url>
<start_delay>120</start_delay>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>

<cc_config>
<options>
<use_all_GPUs>
</options>
</cc_config>


Take out the lines I made bold in the quote above.
ID: 46396 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46407 - Posted: 21 Nov 2012, 18:13:20 UTC - in response to Message 46396.  

<cc_config>
<log_flags>
</log_flags>
<options>
<client_version_check_url>http://www.worldcommunitygrid.org/download.php?xml=1</client_version_check_url>
<client_download_url>http://www.worldcommunitygrid.org/download.php</client_download_url>
<network_test_url>http://www.ibm.com/</network_test_url>
<start_delay>120</start_delay>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>

<cc_config>
<options>
<use_all_GPUs>
</options>
</cc_config>


Take out the lines I made bold in the quote above.


Thanks ageless.... I did that earlier as I realize my mistake myself... it seems there are no more HCC ATI tasks to be processed. I will have to wait until more come available or join a different project...
ID: 46407 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 46411 - Posted: 21 Nov 2012, 21:26:35 UTC - in response to Message 46407.  

Plenty of projects using the AMD GPU without you needing to go through the anonymous platform (app_info.xml). See http://boinc.berkeley.edu/projects.php for more, or check in the Add project wizard in BOINC Manager.
ID: 46411 · Report as offensive
Jim1348

Send message
Joined: 8 Nov 10
Posts: 310
United States
Message 46412 - Posted: 21 Nov 2012, 22:41:49 UTC - in response to Message 46407.  

I will have to wait until more come available or join a different project...

If you are interested in biomedical research and related subjects on an AMD GPU, then I think the only real option is POEM, until WCG/HCC gets back in business. POEM actually runs well on both AMD and Nvidia, though I have had better luck with an HD 7770 than a GT 440 myself, and a 7900 series should fly.
ID: 46412 · Report as offensive
alamakluke

Send message
Joined: 20 Nov 12
Posts: 10
Canada
Message 46470 - Posted: 26 Nov 2012, 1:22:18 UTC

More HCC ATI tasks are available now and I am crunching again. I saw this video on youtube that really intrest me. I would like to do the same and see how my rig can perform.

have a look and if anybody can share some light on how we did that would be great. I have 2 7970 as well with a 2600k cpu

http://www.youtube.com/watch?v=yDQ9xbng_Iw&feature=g-like

thanks in advance
ID: 46470 · Report as offensive
1 · 2 · Next

Message boards : Questions and problems : Boinc does not want use all GPU. cc_config doesn't help

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.