Message boards :
Number crunching :
More than one task per GPU?
Message board moderation
Author | Message |
---|---|
Send message Joined: 18 Oct 22 Posts: 2 Credit: 40,853 RAC: 0 |
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. |
Send message Joined: 8 Jul 11 Posts: 1341 Credit: 496,499,821 RAC: 570,594 |
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: 40,853 RAC: 0 |
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. |
Send message Joined: 8 Jul 11 Posts: 1341 Credit: 496,499,821 RAC: 570,594 |
Perfect! Thanks!! I've never actually tried the search function, but that does sound weird. |
Send message Joined: 28 Oct 11 Posts: 180 Credit: 242,465,919 RAC: 148,872 |
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 |