what are the apps names for app_config?
Message boards :
Questions/Problems/Bugs :
what are the apps names for app_config?
Message board moderation
Author | Message |
---|---|
Send message Joined: 29 Sep 13 Posts: 4 Credit: 100,026 RAC: 0 |
Hi everyone. I'd like to try to write an app_config and need the names of the apps. Could someone provide these? Thanks |
Send message Joined: 13 Aug 13 Posts: 9 Credit: 2,500,034 RAC: 0 |
They can be found in client_state.xml (edit a copy, never the original file). Look for the project : <project> <master_url>http://escatter11.fullerton.edu/nfs/</master_url> <project_name>NFS@Home</project_name> ... and just behind the closing tag you'll find the application names : </project> <app> <name>lasievef</name> <user_friendly_name>16e Lattice Sieve</user_friendly_name> </app> <app> <name>lasieved</name> <user_friendly_name>14e Lattice Sieve</user_friendly_name> </app> <app> <name>lasievee</name> <user_friendly_name>15e Lattice Sieve</user_friendly_name> </app> |
Send message Joined: 26 Sep 09 Posts: 218 Credit: 22,841,893 RAC: 2 |
Hi everyone. Qual é o seu objectivo? Cumprimentos, Carlos Pinho |
Send message Joined: 29 Sep 13 Posts: 4 Credit: 100,026 RAC: 0 |
Ola Carlos Eu quero ter 5 nucleos (CPUs) a trabalhar, 3 estão dedicados a outros projectos, mas quero apenas 4 nucleos com a aplic lasievef (16e) pois tenho apenas 8 GB de RAM e penso que com 5 WU a RAM não chega para tudo. Abraço |
Send message Joined: 29 Sep 13 Posts: 4 Credit: 100,026 RAC: 0 |
Many thanks Ananas I'm going to try now Candido |
Send message Joined: 29 Sep 13 Posts: 4 Credit: 100,026 RAC: 0 |
This is my app_config.xml <app_config> <app> <name>lasievef</name> <max_concurrent>4</max_concurrent> </app> <app> <name>lasievee</name> <max_concurrent>1</max_concurrent> </app> </app_config> |