Message boards :
Number crunching :
More than one task per GPU?
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 18 Oct 22 Posts: 2 Credit: 1,003,533 RAC: 80,347 |
Is it possible to run more than one GPU task on a GPU (assuming CPU is not limiting)? I searched the forums and found nothing about app_config.xml files. Thanks. |
Eric DriverSend message Joined: 8 Jul 11 Posts: 1426 Credit: 786,866,589 RAC: 844,252 |
Is it possible to run more than one GPU task on a GPU (assuming CPU is not limiting)? Yes. Here is my app config for running 2 simultaneously. Each instance uses about 20% of a CPU, but yours might differ.
<app_config>
<app>
<name>GetDecics</name>
<gpu_versions>
<gpu_usage>0.49</gpu_usage>
<cpu_usage>0.20</cpu_usage>
</gpu_versions>
</app>
</app_config>
|
|
Send message Joined: 18 Oct 22 Posts: 2 Credit: 1,003,533 RAC: 80,347 |
Perfect! Thanks!! ETA: Wow, SEARCH is wierd. I tried searching for app_config.xml with and without quotes and got nothing. After I got your reply I searched for "app config" and found what I was looking for. Sorry I didn't try that before. |
Eric DriverSend message Joined: 8 Jul 11 Posts: 1426 Credit: 786,866,589 RAC: 844,252 |
Perfect! Thanks!! I've never actually tried the search function, but that does sound weird. |
|
Send message Joined: 28 Oct 11 Posts: 181 Credit: 319,348,979 RAC: 152,318 |
Best to refer people directly to the User Manual In this case, there's a whole section on app_config.xml files: client configuration - project-level_configuration |