Message boards : Number crunching : 2 WU's on one card?
Author | Message |
---|---|
I've noticed that my 260's are only running at 50-70% load and was wondering if anyone had tried using an app config file to run 2 tasks concurrently in order to increase throughput? | |
ID: 20339 | Rating: 0 | rate: / Reply Quote | |
I have the same question. I use a GTX 480 and the GPU load is only at 55%. With this card I run 4 Einstein WUs or 2 Seti WUs at a time. So it must be possible to run 2 GPUgrid WUs together. Does somebody has a app_info file to do this? | |
ID: 20732 | Rating: 0 | rate: / Reply Quote | |
Yes. A few people have done this. The problem is that it requires a lot of work on the crunchers part, to setup and maintain the app file. I have only tried it with short tasks and I would be concerned about doing this for long tasks (RAM amount and runtime/credit - can you complete 2 tasks inside 24h)? | |
ID: 20733 | Rating: 0 | rate: / Reply Quote | |
Apparently (it's my first long run) a WU is crunched in ~15 hours. So if running two WUs slow down the process, 24 should be enough. | |
ID: 20734 | Rating: 0 | rate: / Reply Quote | |
I'm going to give this a try soon. Perhaps we can get some real crunching going on with the GTX460 series. I'm thinking that there is so much unused resources on the cards themselves and waiting on Windows, specifically in Vista/Win7, that the overall % increase will be well worth the effort. Our team is particulary tech savy so it should not be diffiuclt to understand the implications that they will always need to keep up with files/ version maintenance of their app_info file. Also, we have a dedicated subforum for GPUGrid so we can all help each other keep up on these details. Does anyone have an app_info file that I could use as a base? I'm thinking I would like to test the "shorties" before delving into the realm of loooong WUs :-) | |
ID: 20752 | Rating: 0 | rate: / Reply Quote | |
Like everyone else found, this multi WUs did not improve anything a 460. <app_info> <app> <name>acemd2</name> </app> <file_info> <name>acemdlong_6.13_windows_intelx86__cuda31.exe</name> <executable/> </file_info> <file_info> <name>cudart32_31_9.dll</name> <executable/> </file_info> <file_info> <name>cufft32_31_9.dll</name> <executable/> </file_info> <file_info> <name>tcl85.dll</name> <executable/> </file_info> <app_version> <app_name>acemd2</app_name> <version_num>613</version_num> <avg_ncpus>0.054780</avg_ncpus> <max_ncpus>0.054780</max_ncpus> <flops>17842995981.141441</flops> <plan_class>cuda32</plan_class> <coproc> <type>CUDA</type> <count>0.5</count> </coproc> <gpu_ram>249561088.000000</gpu_ram> <file_ref> <file_name>acemdlong_6.13_windows_intelx86__cuda31.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>cudart32_31_9.dll</file_name> </file_ref> <file_ref> <file_name>cufft32_31_9.dll</file_name> </file_ref> <file_ref> <file_name>tcl85.dll</file_name> </file_ref> </app_version> </app_info> ____________ Thanks - Steve | |
ID: 21222 | Rating: 0 | rate: / Reply Quote | |
anyone looking to build a custom app_info should make a copy of their client_state.xml file as that is where all the details necessary can be found ;-) | |
ID: 21226 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : 2 WU's on one card?