Somewhat limiting....

Message boards : Number crunching : Somewhat limiting....
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3

AuthorMessage
mmonnin

Send message
Joined: 2 Nov 21
Posts: 10
Credit: 3,334,890
RAC: 5
Message 131 - Posted: 2 Dec 2021, 0:21:14 UTC

An app_config.xml file in this project's folder.

For reference Cosmology FAQ has an example. It just needs the app name updated for any other app
http://www.cosmologyathome.org/faq.php

<app_config>
    <app>
        <name>camb_boinc2docker</name>
        <max_concurrent>1</max_concurrent>
    </app>
    <app_version>
        <app_name>camb_boinc2docker</app_name>
        <plan_class>vbox64_mt</plan_class>
        <avg_ncpus>2</avg_ncpus>
    </app_version>
</app_config>


This is what would be needed for limit # of concurrent tasks

<app_config>
    <app>
        <name>camb_boinc2docker</name>
        <max_concurrent>1</max_concurrent>
    </app>
</app_config>


To get the name, Read the app_config files from w/in BOINC Client. Check the Event log and an error will tell you exactly the name to enter in the app_config file.
ID: 131 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2 · 3

Message boards : Number crunching : Somewhat limiting....

© 2019-2024 iThena. All rights reserved. | Private Policy

Page generated on 25 Apr 2024, 11:57:45 UTC in 0.056 seconds.