techPowerUp! Forums

Go Back   techPowerUp! Forums > Other > World Community Grid (WCG)

Reply
 
Thread Tools
Old Dec 13, 2012, 12:36 AM   #1
RejZoR
3500 Posts
 
RejZoR's Avatar
 
Join Date: Oct 2004
Location: Europe/Slovenia
Posts: 3,963 (1.26/day)
Thanks: 39
Thanked 752 Times in 540 Posts

System Specs

More than one task on GPU ?

After crunching for Rosetta@home for quite some time i've decided to go with WCG because they also offer GPU computation for certain projects. However i've noticed that no matter how i set it, it always performs just 1 task at once using GPU and like 8 on my CPU (where is the GPU parallelism here!?). Is there any special reason for such behavior or can i force it to use more of my GPU ? I mean, after all i do have the HD7950 and i'd like to run max lets say 4 tasks on it at the same time. Is it possible?
__________________
RejZoR's Little Secrets @ rejzor dot tk
RejZoR is online now  
Reply With Quote
Old Dec 13, 2012, 12:42 AM   #2
Norton
WCG Team Assistant
 
Norton's Avatar
 
Join Date: Dec 2011
Location: Northeast, USA
Posts: 5,126 (9.95/day)
Thanks: 5,362
Thanked 10,007 Times in 3,161 Posts

System Specs

Quote:
Originally Posted by RejZoR View Post
After crunching for Rosetta@home for quite some time i've decided to go with WCG because they also offer GPU computation for certain projects. However i've noticed that no matter how i set it, it always performs just 1 task at once using GPU and like 8 on my CPU (where is the GPU parallelism here!?). Is there any special reason for such behavior or can i force it to use more of my GPU ? I mean, after all i do have the HD7950 and i'd like to run max lets say 4 tasks on it at the same time. Is it possible?
Check/post on this thread and one of our Team members should be able to assist:

http://www.techpowerup.com/forums/sh...d.php?t=174138

*Note- 1st post has some pretty good info
__________________
Why sit on the Bench when you can get in the game and Crunch!!!- World Community Grid (FTW)
CPU crunchers- FX-8350(4.4)/FX-8150(4.0)/FX-6200(4.0)/ PII 1045T/PII 1045T/i7-920/Xeon (6c/12t)....(44 cores/54 threads)
GPU crunchers- no WCG GPU work available
Folding@Home- 2x GTX 580's

WCG-TPU Mothers Day Challenge (5/10 thru 5/19- crunch for our Team, for Mom, for games and prizes )
Norton is online now  
Crunching for Team TPU More than 25k PPD
Reply With Quote
Old Dec 13, 2012, 07:22 AM   #3
RejZoR
3500 Posts
 
RejZoR's Avatar
 
Join Date: Oct 2004
Location: Europe/Slovenia
Posts: 3,963 (1.26/day)
Thanks: 39
Thanked 752 Times in 540 Posts

System Specs

Ok, thx. I've removed pending tasks and will leave those in progress to finish. Then i'll try the tweaks.
__________________
RejZoR's Little Secrets @ rejzor dot tk
RejZoR is online now  
Reply With Quote
Old Dec 13, 2012, 10:41 AM   #4
RejZoR
3500 Posts
 
RejZoR's Avatar
 
Join Date: Oct 2004
Location: Europe/Slovenia
Posts: 3,963 (1.26/day)
Thanks: 39
Thanked 752 Times in 540 Posts

System Specs

The above thread doesn't really help me. I don't want to run only HCC. I have other projects as well. I just want to dedicate more tasks to the GPU.

Assuming if i only change the GPU tasks setting, others will stick to default. However when i changed XML file to this:

Quote:
<app_info>
<app_version>
<coproc>
<type>ATI</type>
<count>.25</count>
</coproc>
</app_version>
</app_info>
BOINC runs but even though i've allowed new tasks, nothing gets downloaded. Apparently i haven't done something right...
__________________
RejZoR's Little Secrets @ rejzor dot tk
RejZoR is online now  
Reply With Quote
Old Dec 13, 2012, 11:08 AM   #5
RejZoR
3500 Posts
 
RejZoR's Avatar
 
Join Date: Oct 2004
Location: Europe/Slovenia
Posts: 3,963 (1.26/day)
Thanks: 39
Thanked 752 Times in 540 Posts

System Specs

Those configs are useless. I've used one template and now all it does is cruch HCC even though i also work on other projects... it's crunching 10 tasks at once at incredible speed but CPU is not being used for other projects... can someone help me out with this thing?

I'm working with:
Help Conquer cancer
FightAIDS
Fold Human Proteom
__________________
RejZoR's Little Secrets @ rejzor dot tk
RejZoR is online now  
Reply With Quote
Old Dec 13, 2012, 03:19 PM   #6
KieX
2000 Posts
 
Join Date: Dec 2009
Location: A Coruña, Spain
Posts: 2,050 (1.64/day)
Thanks: 6,950
Thanked 2,643 Times in 1,136 Posts
Send a message via Skype™ to KieX

System Specs

Quote:
Originally Posted by RejZoR View Post
Those configs are useless. I've used one template and now all it does is cruch HCC even though i also work on other projects... it's crunching 10 tasks at once at incredible speed but CPU is not being used for other projects... can someone help me out with this thing?

I'm working with:
Help Conquer cancer
FightAIDS
Fold Human Proteom
I've only posted configs that have been tested and confirmed working on that page. I did link to XS where OldChap has put a lot of work getting the information for other projects: http://www.xtremesystems.org/forums/...app_info-files

BOINC will only crunch whatever is on app_info so your projects need to be specified inside. I've gone and put together the app_info code you need to run the projects you listed. Asuming this is for your i7/HD7970 setup I made this file use 4 GPU WU (locked to a CPU thread each) for HCC, and to then the remaining 4 CPU threads to work on the FAAH and HPF2 project.

Spoiler

I think you already have a good grasp of how this works, but for posteriety I'll write down the steps needed to make the change minimising the chance of errors.

Before you install it:
1) Hit "no new tasks" in BOINC. Wait to finish or abort (send back to server) the WU in the task list.
2) Once clear, close BOINC and remove your app_info.
3) Start BOINC without any app_info. Hit the update button, wait for BOINC to download everything it needs to run normally.
4) Repeat step 1) at this point
5) Close BOINC, put in this new app_info file and restart it.

Remember, this file is untested! But let me know if you encounter any problems.
__________________
KieX is offline  
Reply With Quote
Old Dec 13, 2012, 04:39 PM   #7
RejZoR
3500 Posts
 
RejZoR's Avatar
 
Join Date: Oct 2004
Location: Europe/Slovenia
Posts: 3,963 (1.26/day)
Thanks: 39
Thanked 752 Times in 540 Posts

System Specs

Yeah, only problem is that you have to explicitly specify everything. I thought it only reads stuff that you specify and the rest remains default. But it seems that app_info.xml overrides everything.

One more question, does the GPU WU have to be locked to 1 CPU core as well (1 CPU + 1 GPU)?

I'd dedicate just GPU for like 10 HCC WU's (without any CPU assist) and the remaining 8 threads for FightAIDS and HumanProteome

Is this even possible?
__________________
RejZoR's Little Secrets @ rejzor dot tk
RejZoR is online now  
Reply With Quote
Old Dec 13, 2012, 04:43 PM   #8
Jstn7477
2000 Posts
 
Jstn7477's Avatar
 
Join Date: Aug 2009
Location: Sarasota, Florida, USA
Posts: 3,114 (2.29/day)
Thanks: 384
Thanked 1,177 Times in 799 Posts

System Specs

By default each GPU WU needs a CPU core to assist it. You can subdivide the cores but it may impact your WU completion times.
__________________
Intel Crunchers (30 threads): 2x 3770K 4.3GHz, 2600K 4GHz, X3210, P-M 735A, P4 3GHz,
AMD Crunchers (20 cores):FX-8150 (4t), 1100T 3.6GHz, 1045T 3.4GHz, X3 8550 2.5GHz, T64 ML-37
AMD Folders (6272 GCN cores): 2x 7950 1125/1475, 7970 1150/1650, 7770
NV Folders (2336 GF10x + 1344 GK104 cores):GTX 470 & 465 720/1715, 4x 460 768MB 825/2000, GTS 450, 660Ti 1228/6000

HEATWARE
Jstn7477 is offline  
Crunching for Team TPU More than 25k PPD
Reply With Quote
Old Dec 13, 2012, 04:44 PM   #9
[Ion]
WCG Team Assistant
 
[Ion]'s Avatar
 
Join Date: Sep 2009
Location: North Carolina, US
Posts: 10,646 (7.93/day)
Thanks: 8,237
Thanked 9,300 Times in 4,254 Posts

System Specs

Quote:
Originally Posted by RejZoR View Post
Yeah, only problem is that you have to explicitly specify everything. I thought it only reads stuff that you specify and the rest remains default. But it seems that app_info.xml overrides everything.

One more question, does the GPU WU have to be locked to 1 CPU core as well (1 CPU + 1 GPU)?

I'd dedicate just GPU for like 10 HCC WU's (without any CPU assist) and the remaining 8 threads for FightAIDS and HumanProteome

Is this even possible?
On my i7-920, I'm running 12 GPU WUs (4/card) and 1 CPU WU. This is probably about as hard as you'd want to push it. The output of the CPU is low enough (at least compared to a GPU) that you don't want to make the GPUs wait any longer by throwing in more CPU tasks
__________________
Crunching (64 Threads + 896 CUDA Cores + 6272 Shaders): i3-2100@ 3.1 + HD7850 -- Atom D510 @ 1.66 -- C2D-M T9600 @ 2.8 -- i7-3612QM @ 2.8 -- i7-860 @ 2.9 + HD7950 -- i7-2700k @ 4.4 + 2xGTX470 -- PentDC-M T4200 @ 2.0 -- i7-920 @ 3.83 + 3xHD7770 -- DP Xeon E5420 @ 2.5 + HD7930 -- E1600 @ 2.4
[Ion] is offline  
Crunching for Team TPU More than 25k PPD
Reply With Quote
Old Dec 13, 2012, 07:28 PM   #10
RejZoR
3500 Posts
 
RejZoR's Avatar
 
Join Date: Oct 2004
Location: Europe/Slovenia
Posts: 3,963 (1.26/day)
Thanks: 39
Thanked 752 Times in 540 Posts

System Specs

Thx for all the effort but after poking with this thing for a while i've decided to stop all other projects for now and will only continue to work on HCC using 8 CPU + GPU threads (0.125 GPU load). When other projects will start using GPU, i'll add those as well.

Using CPU seems such a waste of energy. It's crunching data for 4 hours at 100% load where GPU does like 10 WU's in 10 minutes. It's just not comparable.
__________________
RejZoR's Little Secrets @ rejzor dot tk
RejZoR is online now  
Reply With Quote
Old Dec 13, 2012, 07:39 PM   #11
[Ion]
WCG Team Assistant
 
[Ion]'s Avatar
 
Join Date: Sep 2009
Location: North Carolina, US
Posts: 10,646 (7.93/day)
Thanks: 8,237
Thanked 9,300 Times in 4,254 Posts

System Specs

Quote:
Originally Posted by RejZoR View Post
Thx for all the effort but after poking with this thing for a while i've decided to stop all other projects for now and will only continue to work on HCC using 8 CPU + GPU threads (0.125 GPU load). When other projects will start using GPU, i'll add those as well.

Using CPU seems such a waste of energy. It's crunching data for 4 hours at 100% load where GPU does like 10 WU's in 10 minutes. It's just not comparable.
Fair enough. I like to support other projects as well, but in terms of work done/watt consumed, it's hard to beat a GPU right now.

I'm glad to have you running your GPU for the Team
__________________
Crunching (64 Threads + 896 CUDA Cores + 6272 Shaders): i3-2100@ 3.1 + HD7850 -- Atom D510 @ 1.66 -- C2D-M T9600 @ 2.8 -- i7-3612QM @ 2.8 -- i7-860 @ 2.9 + HD7950 -- i7-2700k @ 4.4 + 2xGTX470 -- PentDC-M T4200 @ 2.0 -- i7-920 @ 3.83 + 3xHD7770 -- DP Xeon E5420 @ 2.5 + HD7930 -- E1600 @ 2.4
[Ion] is offline  
Crunching for Team TPU More than 25k PPD
Reply With Quote
Old Dec 13, 2012, 07:43 PM   #12
johnspack
3500 Posts
 
Join Date: Oct 2007
Location: Nelson B.C. Canada
Posts: 3,724 (1.81/day)
Thanks: 282
Thanked 750 Times in 516 Posts

System Specs

Yeah, I've found my output is higher if I just use the cpu to feed my gpus. Plus my work cache would get overfilled with slow cpu wus and keep running out of gpu wus.
__________________
Heatware: http://www.heatware.com/eval.php?id=73875
Clan !! The Fighting 24th !!
http://fxxiv.forumotion.ca/
Buy the games you like! Boycott the garbage!
Cruncher: P6T Xeon ES W3570 6Gbs Ram
1xgtx285 1xgtx260
johnspack is offline  
10 Million points folded for TPU
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which company had cooler with more than one fan Arlic Overclocking & Cooling 4 Mar 31, 2012 06:08 PM
I need more than one dmz hat Networking & Security 27 Jan 20, 2010 05:02 AM
More than one section for system specs? Kantastic Comments & Feedback 6 Oct 29, 2009 06:44 PM


All times are GMT. The time now is 09:48 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts