Message boards : Number crunching : Have I biased the GPU-Grid servers against my GPU?
Author | Message |
---|---|
Hello. | |
ID: 49367 | Rating: 0 | rate: / Reply Quote | |
The GPU on this machine is a GeForce GTX460This GPU is not supported by the GPUGrid GPU app anymore. - Presently, I'm limiting BOINC to using only 2 CPU-cores. It has only been since yesterday that I've noticed, some BOINC jobs actually need 4 CPU-cores, to run 1 job. This is very different from how it once was. Is it the case that only the 4-CPU-core jobs, also make use of the GPU, in the modern era?There are two different apps on GPUGrid now: 1. The GPU app which uses CUDA 8.0 2. The CPU app which needs 4 CPU cores, and only one such workunit should start at once (due to a bug in the app) You've received only the latter, (Quantum Chemistry tasks), because your GPU is too old for GPUGrid GPU apps. | |
ID: 49368 | Rating: 0 | rate: / Reply Quote | |
It appears that you are now running the QC jobs OK, but it should be noted that the quantum chemistry application will run on less than 4 cores; that is just the maximum it uses per work unit by default. <app_config> <app> <name>QC</name> <max_concurrent>1</max_concurrent> </app> <app_version> <app_name>QC</app_name> <plan_class>mt</plan_class> <avg_ncpus>2</avg_ncpus> <cmdline>--nthreads 2</cmdline> </app_version> </app_config> If you have not used an app_config before, you can create it in a text editor, and then use the "save as" function to save it as an ".xml" file. To activate it, you should read in the configuration files (or do a reboot). You can change those numbers as you choose. PS - It actually increase the computation efficiency a little to use fewer than 4 cores; I often run on 1 core per work unit. But if you are memory-limited, the MT application makes more efficient use of memory for running on multiple cores. | |
ID: 49369 | Rating: 0 | rate: / Reply Quote | |
I think that people have answered my questions perfectly. | |
ID: 49370 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : Have I biased the GPU-Grid servers against my GPU?