Message boards :
News :
App for small composites
Message board moderation
Author | Message |
---|---|
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 737 Credit: 17,612,101 RAC: 26 |
I added a Yafu app for small composites. Composites below 110 digits goes to this app. |
Tom_unoduetre Send message Joined: 7 Sep 11 Posts: 3 Credit: 24,115 RAC: 0 |
Hi, I would like to limit the availables cores for this application to 2, what is the app name for my app_config.xml? edit: my app_config looks like this but that does not work for the small composites app: <!-- YAFU --> <app_config> <!-- YAFU --> <!-- YAFU --> <app_version> <app_name>yafu</app_name> <plan_class>mt</plan_class> <avg_ncpus>2</avg_ncpus> <cmdline>--nthreads 2</cmdline> </app_version> <app_version> <app_name>YAFU for small composites</app_name> <plan_class>mt</plan_class> <avg_ncpus>2</avg_ncpus> <cmdline>--nthreads 2</cmdline> </app_version> </app_config> |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 737 Credit: 17,612,101 RAC: 26 |
The name should be 'yafu-low'. yoyo |