Quote Originally Posted by Maxwell View Post
Here is what I have for you MW app_info.xml enthusiasts:

Code:
<app_info>
 <app>
 <name>milkyway</name>
 </app>
 <file_info>
  <name>milkyway_0.59_windows_intelx86__ati14.exe</name>
  <executable/>
 </file_info>

 <app_version>
  <app_name>milkyway</app_name>
  <version_num>59</version_num>
  <plan_class>ati14</plan_class>
    <flops>1.0e11</flops>
    <avg_ncpus>0.05</avg_ncpus>
    <max_ncpus>1</max_ncpus>
    <coproc>
      <type>ATI</type>
      <count>.5</count>
    </coproc>
  <file_ref>
   <file_name>milkyway_0.59_windows_intelx86__ati14.exe</file_name>
   <main_program/>
  </file_ref>
 </app_version>
  
</app_info>
This will not work with command line options - I tried, but I think they are going to have to update the code to do so. Regardless, this version works and will run 2 WUs at a time; if you unsync them, you should have a pretty constant high load on the GPU and not have to wait for the next WU to load.

This was standard practice with the older ATI opti app version because the WUs were so short.
New version 0.59 This solves for CPU usage issues. I have edited the app_info file above to use with this version.