Advanced search

Message boards : Number crunching : 4-Core only with 3 Normal WUs + 1 GPUGRID WU

Author Message
Profile Sabroe_SMC
Send message
Joined: 30 Aug 08
Posts: 24
Credit: 500,287,085
RAC: 46,843
Level
Lys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwat
Message 5500 - Posted: 11 Jan 2009 | 17:46:21 UTC

Hi;
BOINC Version 6.4.5 is running on my 4-Core Q9550 with a GTX280 graphic-card.
I´m using Vista Ultimade 64 with 4 GB RAM.
In former days 4 WU were running plus 1 WU on the graphic-card (GPUGRID).
The GPUGRID WU is signed with 0,03CPUs, 1 CUDA.
I didn´t remember which change was made that now only 3 normal WU plus the GPUGRID WU are calculated.
Thanks in advance!

Profile K1atOdessa
Send message
Joined: 25 Feb 08
Posts: 249
Credit: 370,320,941
RAC: 0
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 5501 - Posted: 11 Jan 2009 | 19:55:08 UTC

If you're referring to an option in the BOINC client, then it is the "on multiprocessor systems, use at most XX % of processors". If you have a Quad-core and don't select 100%, then this will limit you to 3 CPU-bound tasks (i.e., if you select 99%, you will see this 3+1 state). If you change it back to 100%, you should see 4+1.

It's up to you as numerous people have reporting varying levels of impact to GPU processing times when using 3+1 versus 4+1.

Profile Sabroe_SMC
Send message
Joined: 30 Aug 08
Posts: 24
Credit: 500,287,085
RAC: 46,843
Level
Lys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwat
Message 5579 - Posted: 13 Jan 2009 | 12:38:39 UTC - in response to Message 5501.

I´m on 100% CPU use, but as I discribed..... 8-(

Profile K1atOdessa
Send message
Joined: 25 Feb 08
Posts: 249
Credit: 370,320,941
RAC: 0
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 5584 - Posted: 13 Jan 2009 | 14:11:41 UTC - in response to Message 5579.

I´m on 100% CPU use, but as I discribed..... 8-(


That might be an issue with BOINC 6.4.5. You might want to try client 6.5.0 to see if it helps. It might not be a bad thing, as dedicating a whole CPU to GPUGrid generally results in slightly better GPUGrid performance (with a small sacrifice in cpu-bound project performance).

Profile Adam Alexander
Send message
Joined: 8 Aug 08
Posts: 18
Credit: 11,326,180
RAC: 0
Level
Pro
Scientific publications
watwatwatwatwatwatwatwat
Message 5659 - Posted: 16 Jan 2009 | 1:36:45 UTC - in response to Message 5579.

I've run into this problem several times and found that if I suspend GPU Grid and then restart it, that it will sometimes go ahead and run 5 tasks. Otherwise, if you shut down the Boinc client and restart, it will usually start up with five clients. This is a little irritating, though since it requires more monitoring than I really want to do.

Profile Dieter Matuschek
Avatar
Send message
Joined: 28 Dec 08
Posts: 58
Credit: 231,884,297
RAC: 0
Level
Leu
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 5848 - Posted: 21 Jan 2009 | 21:44:25 UTC - in response to Message 5659.

Running 4+1 with BOINC 6.4.5 is possible by writing a file called "cc_config.xml" with an editor. Type the following content:

<cc_config>
<options>
<ncpus>5</ncpus>
</options>
</cc_config>

Place the file into the BOINC data directory and click at "Read config file" in the BOINC Manager Menu "Advanced".

Profile Sabroe_SMC
Send message
Joined: 30 Aug 08
Posts: 24
Credit: 500,287,085
RAC: 46,843
Level
Lys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwat
Message 5989 - Posted: 25 Jan 2009 | 14:25:02 UTC - in response to Message 5848.

The problem is solved by installing and using version 6.6.2

Profile Adam Alexander
Send message
Joined: 8 Aug 08
Posts: 18
Credit: 11,326,180
RAC: 0
Level
Pro
Scientific publications
watwatwatwatwatwatwatwat
Message 6101 - Posted: 28 Jan 2009 | 12:02:41 UTC - in response to Message 5848.

Running 4+1 with BOINC 6.4.5 is possible by writing a file called "cc_config.xml" with an editor. Type the following content:

<cc_config>
<options>
<ncpus>5</ncpus>
</options>
</cc_config>

Place the file into the BOINC data directory and click at "Read config file" in the BOINC Manager Menu "Advanced".


Thank you for this suggestion. I tried this on one computer and tried the 6.6.2 option on another. Now the machine with 6.6.2 won't stop downloading new work units. It seems I've introduced a new problem:)

Profile Paul D. Buck
Send message
Joined: 9 Jun 08
Posts: 1050
Credit: 37,321,185
RAC: 0
Level
Val
Scientific publications
watwatwatwatwatwatwatwatwatwat
Message 6102 - Posted: 28 Jan 2009 | 12:31:55 UTC - in response to Message 6101.

Running 4+1 with BOINC 6.4.5 is possible by writing a file called "cc_config.xml" with an editor. Type the following content:

<cc_config>
<options>
<ncpus>5</ncpus>
</options>
</cc_config>

Place the file into the BOINC data directory and click at "Read config file" in the BOINC Manager Menu "Advanced".


Thank you for this suggestion. I tried this on one computer and tried the 6.6.2 option on another. Now the machine with 6.6.2 won't stop downloading new work units. It seems I've introduced a new problem:)


THis is a known issue with 6.6.2 ... opposite to mine where I could not get any work on the systems using 6.6.2
____________

Profile Adam Alexander
Send message
Joined: 8 Aug 08
Posts: 18
Credit: 11,326,180
RAC: 0
Level
Pro
Scientific publications
watwatwatwatwatwatwatwat
Message 6134 - Posted: 28 Jan 2009 | 21:19:09 UTC - in response to Message 6102.

Running 4+1 with BOINC 6.4.5 is possible by writing a file called "cc_config.xml" with an editor. Type the following content:

<cc_config>
<options>
<ncpus>5</ncpus>
</options>
</cc_config>

Place the file into the BOINC data directory and click at "Read config file" in the BOINC Manager Menu "Advanced".


Thank you for this suggestion. I tried this on one computer and tried the 6.6.2 option on another. Now the machine with 6.6.2 won't stop downloading new work units. It seems I've introduced a new problem:)


THis is a known issue with 6.6.2 ... opposite to mine where I could not get any work on the systems using 6.6.2


On the positive side, I don't have any problems with GPUGrid failing to download new work units anymore.

____________

Currently running:
2 x Intel Core 2 Quad CPU Q6700 @ 2.66GHz
PS3PF

Profile Dieter Matuschek
Avatar
Send message
Joined: 28 Dec 08
Posts: 58
Credit: 231,884,297
RAC: 0
Level
Leu
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 6171 - Posted: 29 Jan 2009 | 14:13:14 UTC - in response to Message 6134.

@Adam
I also had the problem of overfilling the queue with WUs with 6.6.2. So I re-installed 6.4.5.
Yesterday I upgraded to BOINC 6.6.3. Now all works well and I don't need the <ncpus>5</ncpus>-tag any more.

Profile Adam Alexander
Send message
Joined: 8 Aug 08
Posts: 18
Credit: 11,326,180
RAC: 0
Level
Pro
Scientific publications
watwatwatwatwatwatwatwat
Message 6609 - Posted: 13 Feb 2009 | 4:23:13 UTC - in response to Message 6171.

Thanks for the info. I'll give that a shot

Profile Paul D. Buck
Send message
Joined: 9 Jun 08
Posts: 1050
Credit: 37,321,185
RAC: 0
Level
Val
Scientific publications
watwatwatwatwatwatwatwatwatwat
Message 6610 - Posted: 13 Feb 2009 | 8:03:36 UTC - in response to Message 6171.

@Adam
I also had the problem of overfilling the queue with WUs with 6.6.2. So I re-installed 6.4.5.
Yesterday I upgraded to BOINC 6.6.3. Now all works well and I don't need the <ncpus>5</ncpus>-tag any more.


You do not need that tag with 6.5.0 either. There have been a few problems reported with 6.6.3, 6.6.4, and 6.6.5 ... but, if it works for you thats cool ... if not, you do not have to fall all the way back to 6.4.5 ... 6.5.0 is what I have been running on almost all my systems ...

poppageek
Avatar
Send message
Joined: 4 Jul 09
Posts: 76
Credit: 114,610,402
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 10961 - Posted: 4 Jul 2009 | 6:42:36 UTC

I have tried all the suggestions here and I am still at the original problem. Boinc runs 4 WCG WUs and 0 GPUGrid or 3 WCGs and 1 GPUGrid. When I tried the <ncpus>5</ncpus> it ran 5 WCG WUs.

WCG is my main project so losing 1 core of 4 is not good. Any other ideas appreciated.

Thanks

Profile Zydor
Send message
Joined: 8 Feb 09
Posts: 252
Credit: 1,309,451
RAC: 0
Level
Ala
Scientific publications
watwatwatwat
Message 10965 - Posted: 4 Jul 2009 | 15:27:57 UTC - in response to Message 10961.

Check that:
- In Preferences, the option "processor useage - use at most" (both of them) are set to 100%
- In Preferences, the option "processor useage - use gpu whilst computer in use" is checked in the box.

Close BAM (after disconnecting host in preferences) Remove any references to ncpu or gpu that maybe in the config file, then restart BAM.

Then come back with whats happening, and your BOINC version number, and card type

The rationale behind the above is not knowing what state your various options are in or the BOINC version, by doing the above we are at a "steady state" - whatever that state is ..... then can move forward one change at a time.

The reason for the latter is there are many BOINC versions out there, a lot of them are in fact not meant for Production - they are development versions with their own known problems (each will have different problems). Changes to config at same time or after a version change can introduce unexpected variables in terms of issues.

I empathise with your problem - at one time I was having CPDN tasks pre-empting GPU tasks and couldnt get the beast to behave itself :) I took Paul's advice and went to 6.5.0, cleaned out the config file, then went one step at a time. Got there in the end, no problem since, currently running 6.6.31

Regards
Zy

poppageek
Avatar
Send message
Joined: 4 Jul 09
Posts: 76
Credit: 114,610,402
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 10969 - Posted: 4 Jul 2009 | 22:29:24 UTC

Thanks for reply.

I did get things sorted out and got all working nicely. It seemed a number of things and not just one.

BUT all 7 WUs had compute errors. So I detached from project.

First details:
Phenom 2 810 OCd 3gz. Win7 64bit. GTX 260 192, 186.18 drivers. Boinc 6.6.36.

Have run OOCT, CUDAMemtest, Fur, several times no problems. Ran F@H for 2 months and as long as I used 182.50 drivers no errors. Any others and errors 20-30% of the time. Have run WCG on this machine since Feb with no problems.

I got tired of F@H problems and failed WUs on the GTX 260 and the 4850. Because of heat, was hitting 95 degrees here, I shut down 4850. Wanted to use new nVidia drivers for gaming but F@H errors out so thought I would try GPUgrid. Really do not want to keep changing drivers to find one that will work. I lost alot of WCG work upgrading Boinc, my fault but I still do not like that.

If there is something else or a driver that is known to be good for the masses will give it a go but kinda getting tired of trying to get GPU computing to work. Have been with WCG since 2004 and it is my focus. This does look like a nice project. May try again later.

Thanks!!!

ExtraTerrestrial Apes
Volunteer moderator
Volunteer tester
Avatar
Send message
Joined: 17 Aug 08
Posts: 2705
Credit: 1,311,122,549
RAC: 0
Level
Met
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 10992 - Posted: 6 Jul 2009 | 21:25:37 UTC - in response to Message 10969.
Last modified: 6 Jul 2009 | 21:25:55 UTC

186.18 is known not to work for some (see here). Pretty much any 181, 182 or 185 series should do, preferralby non-beta. On Thursday a new app is scheduled which should work with 186 series.

MrS
____________
Scanning for our furry friends since Jan 2002

Post to thread

Message boards : Number crunching : 4-Core only with 3 Normal WUs + 1 GPUGRID WU

//