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: 66
Posts: 66   Pages: 7   [ Previous Page | 1 2 3 4 5 6 7 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 20300 times and has 65 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

Hey Crew,
I've got a few questions that may seem odd, but you guys are likely to know the answer, so we go........
I'm about to swap out another Nvidia card for a new AMD card.
Last time I did this I didn't think I had a choice but to let all the NVIDIA GPU tasks simply expire.
But this time I am thinking that I might be able to cut all the "zipped" NVIDIA tasks from the project folder (cache ??) and use a USB stick to transfer them onto another PC running the NVIDIA tasks.
Would this work ?? or are the tasks now allocated to that pc when downloaded ??
Going one step further, could I "cut and transfer" the tasks currently running that are in the "slots" folders, after suspending the project via the manager ??
And if so,
do tasks from slot 0 for example have to go into slot 0 folder on the "pasting" (receiving) machine ?
The "cutting" (donor) pc has 25 slots, and "pasting" receiving machine only has 8 slots.
Don't really want to abort the tasks or let them time out (wasting WCG bandwidth), but I do want to swap cards out today at some stage.
Your advice welcomed.
Thanks,
underwater
[Feb 15, 2013 9:26:26 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

I've just reconfigured my 2nd computer to hold two AMD7770. I reinstalled Cinnamon and BOINC 7.0.27 (x86). I can not find an app_info.xml file. Am I supposed to create it? Am I missing a package to download?

I put <use_all_gpus>1</use_all_gpus> in the cc_config.xml file, but only one GPU is working.

Is there a link to tell me how to get my second AMD GPU working?

Thanks
----------------------------------------
[Edit 2 times, last edit by Former Member at Mar 17, 2013 10:33:50 PM]
[Mar 17, 2013 7:25:32 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

You NEED version 7.044 (or later)
Once installed - make sure that BOINC client it is NOT running before doing the following steps with the XML files.
Look for a "cc_config" XML file which is usually found in C:\ProgramData\BOINC - (Windows will have the ProgramData folder hidden by default) (open it with notepad to edit)
If "cc_config" not in Boinc folder create an XML file with the following, if it is there ensure the following option is there "<use_all_gpus>1</use_all_gpus>"

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>

That little XML file tells BOINC to use all gpus in your computer - not just the best one (usually in pci-e slot 1)
So now you can utilize both GPU's, how to best use them ??

Another XML file, "app_config" needs to be in place for manipulating gpu task setting to run multiple tasks per gpu
It should be located at C:\ProgramData\BOINC\projects\www.worldcommunitygrid.org

<app_config>
<app>
<name>hcc1</name>
<gpu_versions>
<gpu_usage>XXX</gpu_usage> (XXX = how many work units per gpu card)
<cpu_usage>YYY</cpu_usage> (YYY = how much CPU to allocate per GPU task
</gpu_versions>
</app>
</app_config>

Once saved I fire up Boinc and let it download a few WU's then deactive network activity while testing the new app_config settings.
This will show any compuatation errors and not submit straight away so you wouldn't know about them 'til too late.

Any dramas, just shout out, some one will be able to help.
----------------------------------------
[Edit 1 times, last edit by Former Member at Mar 21, 2013 1:07:19 PM]
[Mar 17, 2013 11:23:39 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

Here is my NEW app_config.xml...

<app_config>
<app>
<name>hcc1</name>
<max_concurrent>7</max_concurrent>
<gpu_versions>
<gpu_usage>0.25</gpu_usage>
<cpu_usage>0.5</cpu_usage>
</gpu_versions>
</app>
</app_config>

Besides the four CPU tasks, the BOINC Manager shows four GPU tasks running. It says...
Running (1 CPUs + 0.5 ATI GPUs)

Is this correct? Each GPU is running two task, but each task is using one CPU.

According to BOINCTasks, each CPU running a GPU task is only running at about 50% effeciency. It seems to me that one CPU should be able to handle two GPU tasks. If that is so, what am I doing wrong? (everything? confused )

I am getting closer. Thanks underwater for getting me this close.

EDIT: Without the <max_concurrent>7</max_concurrent> I was only running 5 tasks.
----------------------------------------
[Edit 1 times, last edit by Former Member at Mar 18, 2013 2:40:21 AM]
[Mar 18, 2013 2:38:42 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

The BOINC Manager now shows Running (0.5C + 0.25ATI GPUs) on each for the four GPU Tasks. Most interesting.
This frees up two C threads for individual tasking.
The ATIs now equates to 4 x .25 or equates to one GPU.
How do I make use of the other four 0.25ATIs or does it work that way?

FYI - My second computer is running LinuxMint Cinnamon DE.
[Mar 18, 2013 6:13:33 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

underwater,
Another option I like is the "<report_result_immediately>1</report_result_immediately>" instruction."

Falls in the bad grid citizenship department. Plz do *not* use as it has lots of adverse effect on the server scheduler loads, which your fellow crunchers do notice! It's only for testing and e.g. daily reimage users, Deep Freeze e.g.

Thx.
[Mar 19, 2013 8:16:21 AM]   Link   Report threatening or abusive post: please login first  Go to top 
branjo
Master Cruncher
Slovakia
Joined: Jun 29, 2012
Post Count: 1892
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

The BOINC Manager now shows Running (0.5C + 0.25ATI GPUs) on each for the four GPU Tasks. Most interesting.
This frees up two C threads for individual tasking.
The ATIs now equates to 4 x .25 or equates to one GPU.
How do I make use of the other four 0.25ATIs or does it work that way?

FYI - My second computer is running LinuxMint Cinnamon DE.


Could you, please, post the first 35 - 40 rows of Event Log? Or, re-start your PC and post entire Event Log wink

Thanks peace
----------------------------------------

Crunching@Home since January 13 2000. Shrubbing@Home since January 5 2006

[Mar 19, 2013 10:03:15 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

Or, re-start your PC and post entire Event Log wink

I rebooted and BOINC was dead. I tried everything I know including reinstalling BOINC. That didn't work so I reinstalled LinuxMint just in case it was a Linux issue.
I can now get v. 7.0.56 (x86) to the Tools > Add project point, but there it stops. I can not connect with WCG. I finally reinstalled v. 7.0.27 and that comes up without any problem. I am currently up on v. 7.0.27. If you have a suggestion on how to get through the Tools > Add project point, I'll be happy to try.

Rob - FYI - I never included <report_result_immediately>1</report_result_immediately>. I didn't know for sure, but felt it wasn't something I needed. Sometimes it's better to be lucky than good, but thanks for the info.
[Mar 19, 2013 6:20:16 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

post edited and settings changed
[Mar 21, 2013 1:10:36 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Dual GPU Setup (CPU Cores & GPU Task # Questions)

Tops.
[Mar 21, 2013 1:16:41 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 66   Pages: 7   [ Previous Page | 1 2 3 4 5 6 7 | Next Page ]
[ Jump to Last Post ]
Post new Thread