| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 12
|
|
| Author |
|
|
mclaver
Veteran Cruncher Joined: Dec 19, 2005 Post Count: 566 Status: Offline Project Badges:
|
Thanks for everyone's help.
----------------------------------------This app_info worked Under Ubuntu on an AMD-X6-1090t. I have 6 GPU tasks running on an ATI 7850. <app_info> <app> <name>hcc1</name> <user_friendly_name>Help Conquer Cancer</user_friendly_name> </app> <file_info> <name>wcg_hcc1_img_7.08_x86_64-pc-linux-gnu__ati_hcc1 </name> <executable/> </file_info> <file_info> <name>hcckernel.cl.7.08</name> <executable/> </file_info> <app_version> <app_name>hcc1</app_name> <version_num>708</version_num> <platform>x86_64-pc-linux-gnu</platform> <plan_class>ati_hcc1</plan_class> <avg_ncpus>1.0</avg_ncpus> <max_ncpus>1.0</max_ncpus> <coproc> <type>ATI</type> <count>.16</count> </coproc> <file_ref> <file_name>wcg_hcc1_img_7.08_x86_64-pc-linux-gnu__ati_hcc1</file_name> <main_program/> </file_ref> <file_ref> <file_name>hcckernel.cl.7.08</file_name> <open_name>hcckernel.cl</open_name> </file_ref> </app_version> </app_info> ![]() ![]() ![]() [Edit 2 times, last edit by mclaver at Dec 24, 2012 8:05:04 PM] |
||
|
|
Dieter Matuschek
Advanced Cruncher Germany Joined: Aug 13, 2005 Post Count: 142 Status: Offline Project Badges:
|
Note that with AMD cards, you must manually restart BOINC each time you reboot the computer in order for it to recognize the GPU. If you have installed BOINC from the Ubuntu repository (preferable to downloading it from the WCG web site), then the way to restart is: With my NVIDIA GPU there is also the problem that after a reboot BOINC starts so quickly that the GPU driver can't be detected correctly. Get a terminal (I forget how to do that from Unity Dash as I use a different user interface, but I think it's easy to find.) In the terminal enter: sudo /etc/init.d/boinc-client restart You will be prompted for your Ubuntu user password. To avoid a restart of the client every time after a reboot you can insert the command 'sleep 5' into /etc/init.d/boinc-client as follows: . . . start() { sleep 5 . . . To be able to insert this command you have to use a terminal with the command line sudo gedit /etc/init.d/boinc-client After editing all will be perfect. ![]() ![]() Ask not what the world can do for you - ask what you can do for the world. |
||
|
|
|