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: 109
Posts: 109   Pages: 11   [ Previous Page | 2 3 4 5 6 7 8 9 10 11 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 4617525 times and has 108 replies Next Thread
OldChap
Veteran Cruncher
UK
Joined: Jun 5, 2009
Post Count: 978
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

The point of running more wu's on the 5870 is not to try for more points than running say 3, the advantage is that after a 24-48 hour period there is still separation between the wu's. Sure some are still bunched at similar runtimes ...but not all.
----------------------------------------

[Dec 18, 2012 6:50:55 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Bearcat
Master Cruncher
USA
Joined: Jan 6, 2007
Post Count: 2803
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

Anyone know if you want to crunch GPU and CPU that the cpu project has to be added to the app_config.xml file? I switched today, got both but now the gpu is dry, only getting cpu work. FightAIDS is what I am trying to split with GPU. I added that in the app_config file but see there is a error on that.

Ended up deleting the addition app_config for FightAIDS, and deselecting use CPU to get my GPU wu's back. Don't think the app_config file is ready for prime time yet. If anyone knows the proper way to crunch both, would appreciate the help.
----------------------------------------
Crunching for humanity since 2007!

----------------------------------------
[Edit 3 times, last edit by Bearcat at Dec 20, 2012 4:27:10 AM]
[Dec 20, 2012 1:42:35 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: BOINC 7.0.40 warning

Currently I am crunching 8x GPU + 6x DSFL. I added to my app_config all projects (including Beta) with the same number of CPU tasks (6x each) and now I am controlling what CPU sub-project to be run via Device profile.

To avoid receiving HCC CPU tasks, the profile looks like:

- DSFL checked
- HCC1 unchecked
- "Allow research to run on my CPU?": Yes
- Checked "If my computer can process work on my graphics card, then please send me work to run on my graphics card for the projects that I have selected above" and "If there is no work available for my computer for the projects I have selected above, please send me work from another project."

So I have full bag of HCC1 GPU tasks in progress (600), no HCC1 CPU tasks and lot of DSFL CPU's in progress.

Cheers and NI! peace
----------------------------------------

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

[Dec 20, 2012 10:23:45 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Bearcat
Master Cruncher
USA
Joined: Jan 6, 2007
Post Count: 2803
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

Maybe there is something wrong using fightaids project with the app_config file. Will have to try putting the info before HCC1 and see what happens.
----------------------------------------
Crunching for humanity since 2007!

[Dec 20, 2012 3:14:59 PM]   Link   Report threatening or abusive post: please login first  Go to top 
nanoprobe
Master Cruncher
Classified
Joined: Aug 29, 2008
Post Count: 2998
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

Maybe there is something wrong using fightaids project with the app_config file. Will have to try putting the info before HCC1 and see what happens.

Post the app_config file you're using so we can see what may be the problem.
----------------------------------------
In 1969 I took an oath to defend and protect the U S Constitution against all enemies, both foreign and Domestic. There was no expiration date.


[Dec 20, 2012 3:24:03 PM]   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: BOINC 7.0.40 warning

Just tried FAAH and got 47 FAAH tasks + lot from other subprojects because there is probably limit of FAAH's in server queue confused . Now running 8x HCC1 GPU + 6x FAAH CPU.

My app_config:

<app_config>
<app>
<name>hcc1</name>
<gpu_versions>
<gpu_usage>.125</gpu_usage>
<cpu_usage>.25</cpu_usage>
</gpu_versions>
</app>
<app>
<name>dsfl</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>dddt2</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>sn2s</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>gfam</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>c4cw</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>faah</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>hpf2</name>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>beta</name>
<max_concurrent>8</max_concurrent>
<gpu_versions>
<gpu_usage>.125</gpu_usage>
<cpu_usage>.25</cpu_usage>
</gpu_versions>
</app>
</app_config>

----------------------------------------

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

[Dec 20, 2012 4:00:37 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Bearcat
Master Cruncher
USA
Joined: Jan 6, 2007
Post Count: 2803
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

I see what I did wrong. Use faah instead of FightAIDS. All caps?
----------------------------------------
Crunching for humanity since 2007!

[Dec 20, 2012 4:41:55 PM]   Link   Report threatening or abusive post: please login first  Go to top 
nanoprobe
Master Cruncher
Classified
Joined: Aug 29, 2008
Post Count: 2998
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

I see what I did wrong. Use faah instead of FightAIDS. All caps?

I found out the hard way too that the app name is case sensitive. Glad to see you got it working.
----------------------------------------
In 1969 I took an oath to defend and protect the U S Constitution against all enemies, both foreign and Domestic. There was no expiration date.


[Dec 20, 2012 5:03:25 PM]   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: BOINC 7.0.40 warning

I see what I did wrong. Use faah instead of FightAIDS. All caps?


IDK. I use lowercase and it is working (as in app_config I posted). Have not tried uppercase confused

Cheers peace
----------------------------------------

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

[Dec 20, 2012 6:10:56 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Bearcat
Master Cruncher
USA
Joined: Jan 6, 2007
Post Count: 2803
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: BOINC 7.0.40 warning

Does HCC have to be checked in order to get the GPU wu's? Have a large cache already but haven't downloaded any new wu's yet. I don't have HCC checked but do have run on GPU checked. Don't care to get any regular HCC wu's.
----------------------------------------
Crunching for humanity since 2007!

[Dec 20, 2012 9:52:57 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 109   Pages: 11   [ Previous Page | 2 3 4 5 6 7 8 9 10 11 | Next Page ]
[ Jump to Last Post ]
Post new Thread