Message boards : Number crunching : app_config.xml app name
Author | Message |
---|---|
Google and this forum have been no help at all. Base problem: I'm not getting any WU's. I'm thinking it's the "name" in app_config.xml <app_config> <app> <name>??????</name> <max_concurrent>4</max_concurrent> <gpu_versions> <gpu_usage>.85</gpu_usage> <cpu_usage>1.00</cpu_usage> </gpu_versions> </app> </app_config> I've tried several different ?app-names? only to be told by Boincmgr "No app by that name. Any help. Please, thanks. [/code] | |
ID: 47640 | Rating: 0 | rate: / Reply Quote | |
You can browse your client_state.xml file, to find the app_names that your client has seen.
<!-- GPUGrid.net -->
<!-- GPU tasks do properly use higher process and thread priorities, compared to CPU tasks. -->
<!-- GPU tasks sometimes use CPU sometimes don't, based on type of GPU task runs on. -->
<app_config>
<!-- Short runs (2-3 hours on fastest card) -->
<app>
<name>acemdshort</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0.5</gpu_usage>
<cpu_usage>0.499</cpu_usage>
</gpu_versions>
</app>
<!-- Long runs (8-12 hours on fastest card) -->
<app>
<name>acemdlong</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0.5</gpu_usage>
<cpu_usage>0.499</cpu_usage>
</gpu_versions>
</app>
<!-- ACEMD beta version -->
<app>
<name>acemdbeta</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0.5</gpu_usage>
<cpu_usage>0.499</cpu_usage>
</gpu_versions>
</app>
</app_config>
| |
ID: 47642 | Rating: 0 | rate: / Reply Quote | |
Thanks for the reply. I cheated - copied your file, did restart, (got) | |
ID: 47643 | Rating: 0 | rate: / Reply Quote | |
That's a different issue that deserves a different thread. Please post in a new thread. And I don't know the answer, either. | |
ID: 47644 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : app_config.xml app name