Results 1 to 6 of 6

Thread: Additional CPU cores for CPU WUs in App_Info fails

Threaded View

  1. #1
    Xtreme Member
    Join Date
    Mar 2012
    Posts
    390

    Lightbulb Additional CPU cores for CPU WUs in App_Info fails

    OK, so recently I've been messing with avgCPU counts to see if I can run more threads than physical cores on CPU projects. I am using a 4 core CPU, and am running 1 ATI HCC GPU WU and 15 SN2S tasks on 4 physical cores (AMD CPU). My total runtime should increase 4 times on this CPU and 2 times on my other CPU running the 7950. I'll keep everyone posted on the runtime gains over the next few days. I'll post my code for those who want to try this out.

    Code:
    <app_info>
       <app>
          <name>hcc1</name>
          <user_friendly_name>Help Conquer Cancer</user_friendly_name>
       </app>
    
       <file_info>
          <name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</name>
          <executable/>
       </file_info>
    
       <file_info>
          <name>hcckernel.cl.7.05</name>
          <executable/>
       </file_info>
    
       <file_info>
          <name>wcg_hcc1_img_7.05_windows_intelx86</name>
          <executable/>
       </file_info>
    
       <app_version>
          <app_name>hcc1</app_name>
          <version_num>705</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>ati_hcc1</plan_class>
          <avg_ncpus>.25</avg_ncpus>
          <max_ncpus>1.0</max_ncpus>
          <coproc>
             <type>ATI</type>
             <count>.5</count>
          </coproc>
          <file_ref>
              <file_name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</file_name>
              <main_program/>
          </file_ref>
          <file_ref>
             <file_name>hcckernel.cl.7.05</file_name>
             <open_name>hcckernel.cl</open_name>
          </file_ref>
       </app_version>
    
    <app_version>
        <app_name>hcc1</app_name>
        <version_num>705</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>3231932486.733310</flops>
        <api_version>6.12.34</api_version>
        <file_ref>
            <file_name>wcg_hcc1_img_7.05_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
    </app_version>
    
    
    
    <app>
        <name>sn2s</name>
        <user_friendly_name>Say No to Schistosoma</user_friendly_name>
    </app>
       <file_info>
          <name>wcgrid_sn2s_vina_6.20_windows_x86_64</name>
          <executable/>
       </file_info> 
       <file_info>
          <name>wcgrid_sn2s_vina_prod_x86_64.exe.6.20</name>
          <executable/>
       </file_info>
       <file_info>
          <name>wcgrid_sn2s_gfx_prod_x86_64.exe.6.20</name>
           <executable/>
       </file_info>
    <app_version>
        <app_name>sn2s</app_name>
        <version_num>620</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>1.0</avg_ncpus>
        <max_ncpus>1.0</max_ncpus>
        <flops>3347548492.458962</flops>
        <api_version>6.12.34</api_version>
        <file_ref>
            <file_name>wcgrid_sn2s_vina_6.20_windows_x86_64</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
             <file_name>wcgrid_sn2s_vina_prod_x86_64.exe.6.20</file_name>
              <open_name>AutoDockVina64.exe</open_name>
         </file_ref>
         <file_ref>
             <file_name>wcgrid_sn2s_gfx_prod_x86_64.exe.6.20</file_name>
              <open_name>graphics_app</open_name>
         </file_ref>
    </app_version>
    <app_version>
        <app_name>sn2s</app_name>
        <version_num>620</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.0</avg_ncpus>
        <max_ncpus>1.0</max_ncpus>
        <flops>3347548492.458962</flops>
        <api_version>6.12.34</api_version>
        <file_ref>
            <file_name>wcgrid_sn2s_vina_6.20_windows_x86_64</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
             <file_name>wcgrid_sn2s_vina_prod_x86_64.exe.6.20</file_name>
              <open_name>AutoDockVina64.exe</open_name>
         </file_ref>
         <file_ref>
             <file_name>wcgrid_sn2s_gfx_prod_x86_64.exe.6.20</file_name>
              <open_name>graphics_app</open_name>
         </file_ref>
    </app_version>
    
    
    
    </app_info>
    I think I have an extra SN2S, but I wanted to make it work and it works so I'm not going to touch it!
    Last edited by 0ne.shot; 11-27-2012 at 01:32 PM.

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •