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: 1365 Credit: 604,936,717 RAC: 698,131 ![]() ![]() ![]() |
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: 1365 Credit: 604,936,717 RAC: 698,131 ![]() ![]() ![]() |
Perfect! Thanks!! I've never actually tried the search function, but that does sound weird. |
Send message Joined: 28 Oct 11 Posts: 181 Credit: 276,295,538 RAC: 241,672 ![]() ![]() ![]() |
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 |