Questions and Answers :
Unix/Linux :
Running 3 tasks only
Message board moderation
Author | Message |
---|---|
Hal Bregg Send message Joined: 28 Dec 18 Posts: 14 Credit: 1,416,213 RAC: 17 ![]() ![]() |
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> ![]() |
![]() ![]() Send message Joined: 24 Jan 11 Posts: 590 Credit: 474,436,755 RAC: 88,343 ![]() ![]() ![]() |
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. ![]() |
![]() Volunteer moderator Project administrator Project developer Project scientist Send message Joined: 21 Aug 18 Posts: 59 Credit: 5,348,343 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 |
Hal Bregg Send message Joined: 28 Dec 18 Posts: 14 Credit: 1,416,213 RAC: 17 ![]() ![]() |
Since I've never done N-body, I am not sure what the app name for it is. Likely just nbody. Thanks. Worked perfect. ![]() |
©2022 Astroinformatics Group