Message boards : Wish list : Make GPU do different projects
Author | Message |
---|---|
Anyone know a way to make a GPU run two different projects at the same time??? | |
ID: 51102 | Rating: 0 | rate: / Reply Quote | |
Anyone know a way to make a GPU run two different projects at the same time??? With SYAN_SYNC enabled on linux, you should be at 100% with no need for another concurrent work unit. The only way I have been able to have two WUs from two different projects at the same time is to have an app_config.xml file for each project saying 0.5 GPU per WU each | |
ID: 51104 | Rating: 0 | rate: / Reply Quote | |
Could probably do it with a app_config.xml and limit GPU to 0.5 with a full CPU then using a <max_concurrent> following each type of work unit to 1 so only 1 work unit runs on the card. | |
ID: 51105 | Rating: 0 | rate: / Reply Quote | |
Hi PappaLitto, You answered another question I had. So I have SWAN_SYNC enabled on a Linux computer and you're saying there is no need to say this: <app> <name>acemdlong</name> <gpu_versions> <cpu_usage>1.0</cpu_usage> <gpu_usage>0.5</gpu_usage> </gpu_versions> </app> and I should only run one project per GPU and I don't even need an app_config.xml file??? I'll try it and see if I can tell the difference. Now it's been running either two GPUgrid WUs per GPU or one GPUgrid WU with one Milkyway and I don't see any noticeable slowing or errors. | |
ID: 51106 | Rating: 0 | rate: / Reply Quote | |
I took a look at your computers to find one with a similar setup to one of mine. You have a host with 2 1080s and Linux Mint, similar to mine with Mint and a 1080, both with SWAN_SYNC (SPIN) enabled. I compared a recent set of two PABLO...MOR18 WUs against my most recent of the same type. | |
ID: 51107 | Rating: 0 | rate: / Reply Quote | |
I couldn't think of a way to make that work. Say a rig has two GPU cards. I get any and all of these possibilities at some point: | |
ID: 51108 | Rating: 0 | rate: / Reply Quote | |
I'm also curious to see if this is possible as I tried to do this a long time ago. | |
ID: 51155 | Rating: 0 | rate: / Reply Quote | |
I still wish BOINC allowed this: <app d=0> <name>acemdlong</name> <gpu_versions> <cpu_usage>1.0</cpu_usage> <gpu_usage>0.5</gpu_usage> </gpu_versions> </app> <app d=1> <name>acemdlong</name> <gpu_versions> <cpu_usage>1.0</cpu_usage> <gpu_usage>0.5</gpu_usage> </gpu_versions> </app> ____________ | |
ID: 52303 | Rating: 0 | rate: / Reply Quote | |
I took a look at your computers to find one with a similar setup to one of mine. You have a host with 2 1080s and Linux Mint, similar to mine with Mint and a 1080, both with SWAN_SYNC (SPIN) enabled. I compared a recent set of two PABLO...MOR18 WUs against my most recent of the same type.Most likely I was running two GG WUs at the same time. If so, then it implies that 2 x 17000 = 34000 and running one at a time is faster overall. I still think being able to run a GG WU on the same GPU as a MW WU is the best way to go. Works great with just one GPU in a computer. ____________ | |
ID: 52304 | Rating: 0 | rate: / Reply Quote | |
You're far from the 1st user to want some type of slot system for processors within BOINC kind of like FAH. I don't know where the suggestions are going but I made it here: | |
ID: 52305 | Rating: 0 | rate: / Reply Quote | |
You're far from the 1st user to want some type of slot system for processors within BOINC kind of like FAH. I don't know where the suggestions are going but I made it here: I read some where that there's no dedicated BOINC developers any more. I don't know. BOINC probably has a forum that may be the most appropriate place to post my Wish. I posted it here hoping that Richard Haselgrove will see it and pass it along to his BOINC buddies. He's the best BOINC-connected person I've come across in the various forums. http://www.gpugrid.net/show_user.php?userid=30277 ____________ | |
ID: 52306 | Rating: 0 | rate: / Reply Quote | |
I also posted my Wish here: | |
ID: 52307 | Rating: 0 | rate: / Reply Quote | |
You're far from the 1st user to want some type of slot system for processors within BOINC kind of like FAH. I don't know where the suggestions are going but I made it here: I think David Anderson if anyone. But his funding is towards Science United side which is going the opposite direction of a more basic setup (pick a type of science and go) vs our more advanced client functions. | |
ID: 52308 | Rating: 0 | rate: / Reply Quote | |
I read some where that there's no dedicated BOINC developers any more. I don't know. BOINC probably has a forum that may be the most appropriate place to post my Wish. Boinc has developers, but has a "community model". Lates Boinc Workshop is clear on this transition (started 3ys ago). | |
ID: 52323 | Rating: 0 | rate: / Reply Quote | |
Re multiple projects on one GPU. In linux, we can run nvtop and see how much memory is being used. So is there a method setting GPU memory usage per task? Even if true, are there multiple engines, like multiple cores on the CPU, where both WU's run literally simultaneously? | |
ID: 54052 | Rating: 0 | rate: / Reply Quote | |
Message boards : Wish list : Make GPU do different projects