Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 12
Posts: 12   Pages: 2   [ Previous Page | 1 2 ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 3351 times and has 11 replies Next Thread
mclaver
Veteran Cruncher
Joined: Dec 19, 2005
Post Count: 566
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Resolved UBUNTU and AMD 7850

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]
[Dec 24, 2012 8:04:11 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Dieter Matuschek
Advanced Cruncher
Germany
Joined: Aug 13, 2005
Post Count: 142
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: UBUNTU and AMD 7850

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:

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.
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.
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. smile
----------------------------------------

Ask not what the world can do for you - ask what you can do for the world.
[Dec 25, 2012 3:17:36 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 12   Pages: 2   [ Previous Page | 1 2 ]
[ Jump to Last Post ]
Post new Thread