Message boards :
Number crunching :
Does this project support multiple tasks on a single GPU?
Message board moderation
Author | Message |
---|---|
Send message Joined: 3 Feb 24 Posts: 5 Credit: 805,639 RAC: 1,217 |
Being my GPU is under utilized (12% or so on this project and others) I was wondering if I could run 2 tasks on a single GPU. I have searched the web for information and I find something about app_config with gpu_usage 0.5 and cpu_usage 1, but that doesn't allow for a second task. I checked something else from a LHC post and saw project_max_concurrent and I am familiar with just max_concurrent, but making the value 2 and restarting BOINC doesn't change anything. So is this idea possible? Does the project allow it? If so what do I change? |
Send message Joined: 8 Jul 11 Posts: 1341 Credit: 492,802,141 RAC: 551,608 |
Being my GPU is under utilized (12% or so on this project and others) I was wondering if I could run 2 tasks on a single GPU. I use app_config.xml but with cpu_usage = .2. Make sure you have an available cpu core otherwise it wont work. You might be able to get away with cpu_usage=0 and then you won't need to free up a core. If you want to set cpu_usage more precisely, watch it as it runs to see what percentage it uses. |
Send message Joined: 8 Jul 11 Posts: 1341 Credit: 492,802,141 RAC: 551,608 |
|
Send message Joined: 3 Feb 24 Posts: 5 Credit: 805,639 RAC: 1,217 |
Also, see this: Ok, thats cool. But then it does not allow the other projects that use GPU to run. And this project even with 2 x 2 GPU only uses 4 and 9% of the total capacity of the cards and that is including running 2 x GPU only FAH. I was thinking I could make a way to run 2 or instances of this project simultaneously with other projects. |
Send message Joined: 8 Jul 11 Posts: 1341 Credit: 492,802,141 RAC: 551,608 |
Also, see this: I have never tried running two different projects simultaneously on a GPU. You might need to run two separate instances of the manager to do that. But something doesn't make sense. My 1660 is at 95% utilization with a single GPU process and my 1370Ti is at 99% utilization with 2 processes; so I think your 1080 should be fully utilized with only a single process. Are you sure you're not looking at the fan speed or the RAM utilization (those are much lower for me)? Otherwise, something else is wrong. |
Send message Joined: 3 Feb 24 Posts: 5 Credit: 805,639 RAC: 1,217 |
Also, see this: ahha! windows task manager is under reporting the load in the utilization box and graph. I installed GPUZ and had a look under sensors and its 98% on both. Since the room is cool, the fans aren't working hard enough to tell what kind of load the cards are under. |
Send message Joined: 14 May 23 Posts: 8 Credit: 161,024,995 RAC: 507,452 |
I run disparate gpu projects on the same gpus all the time. If you set the gpu utlization for 0.5 gpu on all your gpu projects, then you will often see two different gpu projects tasks on the same card. You have to be aware that some projects run best at 1X utilization and some projects app don't like sharing a card with other apps. Depends on the projects and apps. You will have to experiment to find your best solution. |