Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
World Community Grid Forums
Category: Support Forum: Suggestions / Feedback Thread: Split Aids apps |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 18
|
Author |
|
KLiK
Master Cruncher Croatia Joined: Nov 13, 2006 Post Count: 3108 Status: Offline Project Badges: |
But if you want to change some preferences, here is how you can use app_config.xml
----------------------------------------<app_config> It's written for my quad-core CPU...so that at every point I crunch 2 different projects! ;) Play with it a little... ---------------------------------------- [Edit 2 times, last edit by KLiK at Jan 13, 2015 8:40:18 AM] |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Are you sure the tags are right ;? Manual here http://boinc.berkeley.edu/wiki/Cc_config.xml where you need to go down to the application configuration section.
----------------------------------------Edit: Invalid tags are ignored! [Edit 1 times, last edit by Former Member at Jan 13, 2015 11:18:07 AM] |
||
|
KLiK
Master Cruncher Croatia Joined: Nov 13, 2006 Post Count: 3108 Status: Offline Project Badges: |
Nope...faah was before...and now I don't crunch FightAIDS@home, so can't know the neww app tag!
----------------------------------------But anyone can read it & correct...those first few letters before "_" |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Suggest you read the manual and correct your sample for as it's presented now it can't work at all. ;>)
|
||
|
KLiK
Master Cruncher Croatia Joined: Nov 13, 2006 Post Count: 3108 Status: Offline Project Badges: |
Just noticed that the function changed...here it is:
----------------------------------------<app_config> <app> <name>mcm1</name> <user_friendly_name>Mapping Cancer Markers</user_friendly_name> <max_concurrent>3</max_concurrent> </app> <app> <name>cep2</name> <user_friendly_name>The Clean Energy Project - Phase 2</user_friendly_name> <max_concurrent>1</max_concurrent> </app> <app> <name>fahv</name> <user_friendly_name>FightAIDS@Home - Vina</user_friendly_name> <max_concurrent>3</max_concurrent> </app> <app> <name>faah</name> <user_friendly_name>FightAIDS@Home - AutoDock</user_friendly_name> <max_concurrent>1</max_concurrent> </app> <app> <name>ugm1</name> <user_friendly_name>Uncovering Genome Mysteries</user_friendly_name> <max_concurrent>3</max_concurrent> </app> </app_config> it works now...at least for me & my: 3x MCM & 1xUGM on a quad-core! don't know how to make "faah" noticeable in app_config...if someone has an idea? :/ |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
1) The user_friendly tag has no function,
2) The app shortnames you find in the client_state.xml 3) fa@h apps are specified with fahv for the AD Vina and faah for the Autodock. 4) The only real 'warning' you get in the event log if something is wrong is if an app is specified, but no copy of the app is present in the project folder. It's a warning that fixes itself once the first task has been fetched of the respective science. 5) In addition to the max_concurrent tag per-app, there's now also a <project_max_concurrent> tag which allows you to overall limit the number, so you can say on an octo for instance 4 for WCG and 4 for Abacus. There is -no- feedback to the server what's specified on the client in terms of what and how many you want run concurrent. App_config is a stop_gap solution to allow a higher number to buffer of e.g. CEP2, yet run a few to promote a seamless processing. |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
BTW, you must have had some private build as <max_instances> never was a valid app_config tag. Maybe it was for app_info?
|
||
|
nanoprobe
Master Cruncher Classified Joined: Aug 29, 2008 Post Count: 2998 Status: Offline Project Badges: |
BTW, you must have had some private build as <max_instances> never was a valid app_config tag. Maybe it was for app_info? Nope.
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.
|
||
|
|