Message boards : Graphics cards (GPUs) : 0.976 CPUs + 1 GPU
Author | Message |
---|---|
So... Does "0.976 CPUs + 1 GPU" indicate just over 97% of a core is available to the gpu? I want to reserve a full core but if that's what it means, looks like I'm already there. (or close anyway) | |
ID: 39251 | Rating: 0 | rate: / Reply Quote | |
So... Does "0.976 CPUs + 1 GPU" indicate just over 97% of a core is available to the gpu? I want to reserve a full core but if that's what it means, looks like I'm already there. (or close anyway) No, it's just some kind of misinformation. You can see if a full core id used by the GPUGrid application when the tasks' run time is equals (nearly) with their run time. (see this tasklist) According to your hosts' task list (190367, 190294, 192211), they are not using a full CPU core. To make the GPUGrid client use a full CPU core you should set the "SWAN_SYNC" environmental value to 1: (Windows 7 and up) Right click on an empty area of the desktop -> new -> shortcut -> type systempropertiesadvanced in the input field, press enter -> double click on the new shortcut you've just made (or press enter) -> press the environmental variables button near the bottom of the window -> press the new button near the bottom (in the "system variables" section) -> type swan_sync to the upper box (name), and 1 (one) to the lower box (value) Press OK three times. After that, you need to restart the BOINC client (stop the scientific applications on close), or you can restart Windows. | |
ID: 39258 | Rating: 0 | rate: / Reply Quote | |
I'd like to clarify a little bit more.
<!-- GPUGrid.net -->
<app_config>
<!-- Short runs (2-3 hours on fastest card) -->
<app>
<name>acemdshort</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.667</cpu_usage>
</gpu_versions>
</app>
<!-- Long runs (8-12 hours on fastest card) -->
<app>
<name>acemdlong</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.667</cpu_usage>
</gpu_versions>
</app>
<!-- ACEMD beta version -->
<app>
<name>acemdbeta</name>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.667</cpu_usage>
</gpu_versions>
</app>
</app_config>
| |
ID: 39268 | Rating: 0 | rate: / Reply Quote | |
Much appreciated, both of you. I think I have a good grasp on this now. | |
ID: 39269 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : 0.976 CPUs + 1 GPU