I have a CPU with only 1 AVX-512 execution unit so I need to switch over to FMA3. For now I only want to run llrDIV (4 instances on 7CPU's each) and AP27 GPU.
So far I have the 4x llrDiv instances running. I can't seem to get an Ap27 task running on the GPU. Here is my current app_info.xml:
I'm no xml expert so this is all a little confusing to me especially where the the app names need to go.
Hint: Look in your client_state.xml to see what the proper XML is supposed to be.
This is from my client_state.xml:
<app_version>
<app_name>ap26</app_name>
<version_num>205</version_num>
<platform>windows_x86_64</platform>
<avg_ncpus>0.089074</avg_ncpus> <flops>44680554032.645889</flops> <plan_class>OCL_cuda_AP27</plan_class>
<api_version>7.15.0</api_version>
<file_ref>
<file_name>ap27_2.5_opencl_windows64.exe</file_name>
<main_program/>
</file_ref>
<coproc>
<type>NVIDIA</type>
<count>1.000000</count>
</coproc> <gpu_ram>1468006400.000000</gpu_ram> <dont_throttle/>
</app_version>
The two lines in red aren't needed, so you can delete them. Otherwise, that's what the <app_version> tag for AP27 should look like. Note that there's only ONE file for AP27, not two.
The <avg_ncpus> value can be anything that's suitably small.
____________
My lucky number is 75898524288+1 |