Questions and Answers :
Unix/Linux :
Running 3 tasks only
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 28 Dec 18 Posts: 14 Credit: 1,419,832 RAC: 0 |
Hello, I would like to run one 'N-Body Simulation' and two 'Separation' tasks at once. Would this configuration be correct? <app_config>
<app>
<name>N-Body Simulation</name>
<max_concurrent>1</max_concurrent>
</app>
<app>
<name>Separation</name>
<max_concurrent>2</max_concurrent>
</app>
</app_config>
|
Keith MyersSend message Joined: 24 Jan 11 Posts: 738 Credit: 565,457,584 RAC: 15,802 |
Not sure if those are the correct names. You need to use however those projects are labelled in your client_state.xml under the app section. For example Separation is labelled simply as milkyway. <app>
<name>milkyway</name>
<user_friendly_name>MilkyWay@Home</user_friendly_name>Since I've never done N-body, I am not sure what the app name for it is. Likely just nbody. Other than that correction, that is the correct way to limit max_concurrent to each project.
|
Eric MendelsohnSend message Joined: 21 Aug 18 Posts: 59 Credit: 5,350,675 RAC: 0 |
Since I've never done N-body, I am not sure what the app name for it is. Likely just nbody. The app name for the Milky Way N-body simulator is "milkyway_nbody". Hope this helps. -Eric |
|
Send message Joined: 28 Dec 18 Posts: 14 Credit: 1,419,832 RAC: 0 |
Since I've never done N-body, I am not sure what the app name for it is. Likely just nbody. Thanks. Worked perfect.
|
©2025 Astroinformatics Group