Page 1 of 15 123411 ... LastLast
Results 1 to 25 of 371

Thread: Working app_info files

  1. #1
    Xtreme Legend
    Join Date
    Mar 2008
    Location
    Plymouth (UK)
    Posts
    5,279

    Working app_info files + app_config added

    If you have an app_info that has been problem free please add. app_config is added in later posts

    I have tried this. Each was on a machine which had nothing to start with. Are they all good? well, they work for me!

    remember: close boinc manager/stop boinc service> Open notepad> copy/paste one of these into the new document>save as app_info.xml in your <boinc>\data\projects\www. worldcommunitygrid. org folder> start boinc manager.

    Take note of the first file where you will see the number .5 .... this gives 2 threads...adjust this to .33 for 3 threads, .25 for 4 threads etc.

    EDIT: Added info for High end card users at bottom of this post...

    AMD/ATI

    GPU ONLY

    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> 
     <app_version> 
     <app_name>hcc1</app_name> 
     <version_num>705</version_num> 
     <platform>windows_intelx86</platform> 
    <plan_class>ati_hcc1</plan_class> 
     <avg_ncpus>1.0</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_info>




    For those of you with 7970's and 7950's (maybe others too) it is possible to run more threads than cores.

    Within the app_info you will need to adjust the following


    Code:
    <avg_ncpus>0.8</avg_ncpus> <this number here = 1/number of threads you wish to run multiplied by the number of cores available so for 8 cores and 10 threads this would be 1/10*8=0.8
     <max_ncpus>1.0</max_ncpus> 
     <coproc> 
     <type>ATI</type> 
     <count>.1</count> <assuming one card this number is 1/number of threads you wish to run so for 10=0.1
    Trying to build a master file from all the posts on this so far here. No HCMD so far.

    So, here it is: The BIG app_info file

    These will work with either nVidia or Amd cards (delete either the red or green HCC files depending on which make of card you run)

    Then delete any project that you are not already running on your profile

    HCC EDITED to show Snow Crash's commented version ...Thanks SC

    Code:
    <app_info>
    
    <! I find comments inside the actual XML to be helpful -->
    
    
    <!-- Start of the HCC app definition -->
    <!--if you are running either or both HCC on CPU and GPU you only need to list the app 1 time -->
       <app>
          <name>hcc1</name>
          <user_friendly_name>XtremeSystems Crunches Cancer</user_friendly_name>
       </app>
    <! End of the HCC app definition -->
    
    
    <!-- Start of files required for HCC CPU -->
       <file_info>
          <name>wcg_hcc1_img_7.05_windows_intelx86</name>
          <executable/>
       </file_info>
    <!-- End of files required for HCC CPU -->
    
    
    <!-- Start of files required for HCC GPU -->
       <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>
    <!-- End of files required for HCC GPU -->
    
    
    <!-- Start of app_version for HCC CPU -->
    <!-- I added the flops tag to help BOINC calculate better estimates -->
       <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>3250000000.000000</flops>
          <file_ref>
             <file_name>wcg_hcc1_img_7.05_windows_intelx86</file_name>
             <main_program/>
          </file_ref>
       </app_version>
    <!-- End of app info for HCC CPU -->
    
    
    <!-- Start of app_version for HCC GPU -->
    <!-- I added the flops tag to help BOINC calculate better estimates -->
       <app_version>
          <app_name>hcc1</app_name>
          <version_num>705</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>ati_hcc1</plan_class>
          <avg_ncpus>1.000000</avg_ncpus>
          <max_ncpus>1.000000</max_ncpus>
          <flops>30000000000.000000</flops>
          <coproc>
             <type>ATI</type>
             <count>0.1250000</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>
    <!-- End of app info for HCC GPU --> 
    
    
    <app_version>
          <app_name>hcc1</app_name>
          <version_num>705</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>nvidia_hcc1</plan_class>
          <avg_ncpus>1.0</avg_ncpus>
          <max_ncpus>0.783972</max_ncpus>
          <coproc>
             <type>CUDA</type>
             <count>.5</count>
          </coproc>
          <file_ref>
              <file_name>wcg_hcc1_img_7.05_windows_intelx86__nvidia_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>
        <name>gfam</name>
        <user_friendly_name>GO Fight Against Malaria</user_friendly_name>
    </app>
    
       <file_info>
          <name>wcgrid_gfam_vina_6.12_windows_x86_64</name>
          <executable/>
       </file_info> 
       <file_info>
          <name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</name>
          <executable/>
       </file_info>
       <file_info>
          <name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</name>
           <executable/>
       </file_info>
    
    <app_version>
        <app_name>gfam</app_name>
        <version_num>612</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>7.1.0</api_version>
        <file_ref>
            <file_name>wcgrid_gfam_vina_6.12_windows_x86_64</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
             <file_name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</file_name>
              <open_name>AutoDockVina64.exe</open_name>
         </file_ref>
         <file_ref>
             <file_name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</file_name>
              <open_name>graphics_app</open_name>
         </file_ref>
    </app_version>
    
    <app_version>
        <app_name>gfam</app_name>
        <version_num>612</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>3347548492.458962</flops>
        <api_version>7.1.0</api_version>
        <file_ref>
            <file_name>wcgrid_gfam_vina_6.12_windows_x86_64</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
             <file_name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</file_name>
              <open_name>AutoDockVina64.exe</open_name>
         </file_ref>
         <file_ref>
             <file_name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</file_name>
              <open_name>graphics_app</open_name>
         </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>7.1.0</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>7.1.0</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>
    	<name>cep2</name>
    	<user_friendly_name>The Clean Energy Project - Phase 2</user_friendly_name>
    </app>
    <file_info>
    	<name>wcgrid_cep2_6.40_windows_intelx86</name>
    	<executable/>
    </file_info>
    <file_info>
    	<name>wcgrid_cep2_qchem_6.40_windows_intelx86</name>
    	<executable/>
    </file_info>
    <file_info>
    	<name>wcgrid_cep2_graphics_6.40_windows_intelx86</name>
    	<executable/>
    </file_info>
    <file_info>
    	<name>cep2_qcaux_6.40.zip</name>
    </file_info>
    <file_info>
        <name>cep2_images_6.40.zip</name>
    </file_info>
    <app_version>
        <app_name>cep2</app_name>
        <version_num>640</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>1982909446.217418</flops>
        <api_version>6.11.7</api_version>
        <file_ref>
            <file_name>wcgrid_cep2_6.40_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>wcgrid_cep2_qchem_6.40_windows_intelx86</file_name>
            <open_name>wcgrid_cep2_qchem_prod_linux.x86</open_name>
        </file_ref>
        <file_ref>
            <file_name>wcgrid_cep2_graphics_6.40_windows_intelx86</file_name>
            <open_name>graphics_app</open_name>
        </file_ref>
        <file_ref>
            <file_name>cep2_images_6.40.zip</file_name>
            <open_name>Cep2_images.zip</open_name>
        </file_ref>
        <file_ref>
            <file_name>cep2_qcaux_6.40.zip</file_name>
            <open_name>qcaux2.zip</open_name>
        </file_ref>
    </app_version>
    
    ______________________________________________________________________________
    
    <app>
        <name>faah</name>
        <user_friendly_name>FightAIDS@Home</user_friendly_name>
    </app>
    <file_info>
        <name>wcg_faah_autodock_6.40_windows_intelx86</name>
        <executable/>
    </file_info>
    <file_info>
        <name>wcg_faah_autodock_graphics_6.40_windows_intelx86</name>
        <executable/>
    </file_info>
    <file_info>
        <name>faah_protease_6.40.dat</name>
    </file_info>
    <file_info>
        <name>faah_image_6.40.tga</name>
    </file_info>
    <app_version>
        <app_name>faah</app_name>
        <version_num>640</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>3894434573.022523</flops>
        <api_version>6.3.3</api_version>
        <file_ref>
            <file_name>wcg_faah_autodock_6.40_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>wcg_faah_autodock_graphics_6.40_windows_intelx86</file_name>
            <open_name>graphics_app</open_name>
        </file_ref>
        <file_ref>
            <file_name>faah_protease_6.40.dat</file_name>
            <open_name>protease.dat</open_name>
        </file_ref>
        <file_ref>
            <file_name>faah_image_6.40.tga</file_name>
            <open_name>wc_grid_s1b2.tga</open_name>
        </file_ref>
    </app_version>
    
    _______________________________________________________________________
    
    <app>
        <name>hpf2</name>
        <user_friendly_name>Human Proteome Folding - Phase 2</user_friendly_name>
    </app>
    <file_info>
        <name>wcg_hpf2_rosetta_6.40_windows_intelx86</name>
        <executable/>
    </file_info>
    <file_info>
        <name>wcg_hpf2_6.40.tga</name>
        <executable/>
    </file_info>
    <file_info>
        <name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</name>
        <executable/>
    </file_info>
    <file_info>
        <name>hpf2_6.40_win_paths.txt</name>
        <executable/>
    </file_info>
    
    <app_version>
        <app_name>hpf2</app_name>
        <version_num>640</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>3570131549.238372</flops>
        <api_version>6.3.3</api_version>
        <file_ref>
            <file_name>wcg_hpf2_rosetta_6.40_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>wcg_hpf2_6.40.tga</file_name>
            <open_name>wc_grid_hpf2.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</file_name>
            <open_name>graphics_app</open_name>
        </file_ref>
        <file_ref>
            <file_name>hpf2_6.40_win_paths.txt</file_name>
            <open_name>paths.txt</open_name>
        </file_ref>
    </app_version>
    
    
    <app_version>
        <app_name>hpf2</app_name>
        <version_num>640</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>3570131549.238372</flops>
        <api_version>6.3.3</api_version>
        <file_ref>
            <file_name>wcg_hpf2_rosetta_6.40_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>wcg_hpf2_6.40.tga</file_name>
            <open_name>wc_grid_hpf2.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</file_name>
            <open_name>graphics_app</open_name>
        </file_ref>
        <file_ref>
            <file_name>hpf2_6.40_win_paths.txt</file_name>
            <open_name>paths.txt</open_name>
        </file_ref>
    </app_version>
    
    _________________________________________________________________________________
    
    <app>
        <name>dsfl</name>
        <user_friendly_name>Drug Search for Leishmaniasis</user_friendly_name>
    </app>
    
       <file_info>
          <name>wcgrid_dsfl_vina_6.25_windows_x86_64</name>
          <executable/>
       </file_info> 
       <file_info>
          <name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</name>
          <executable/>
       </file_info>
       <file_info>
          <name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</name>
           <executable/>
       </file_info>
    
    <app_version>
        <app_name>dsfl</app_name>
        <version_num>625</version_num>
        <platform>windows_x86_64</platform>
        <avg_ncpus>1</avg_ncpus>
        <max_ncpus>.125</max_ncpus>
        <api_version>6.25</api_version>
        <file_ref>
            <file_name>wcgrid_dsfl_vina_6.25_windows_x86_64</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
             <file_name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</file_name>
              <open_name>AutoDockVina64.exe</open_name>
         </file_ref>
         <file_ref>
             <file_name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</file_name>
              <open_name>graphics_app</open_name>
         </file_ref>
    </app_version>
    __________________________________________________________________________________
    
    Help Cure Muscular Dystrophy - Phase 2
    
    ___________________________________________________________________________________
    <app>
        <name>hfcc</name>
        <user_friendly_name>Help Fight Childhood Cancer</user_friendly_name>
    </app>
    <file_info>
        <name>wcg_hfcc_autodock_6.40_windows_intelx86</name>
        <executable/>
    </file_info>
    <file_info>
        <name>wcg_hfcc_autodock_graphics_6.40_windows_intelx86</name>
        <executable/>
    </file_info>
    <file_info>
        <name>hfcc_protease_6.40.dat</name>
    </file_info>
    <file_info>
        <name>hfcc_image05_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_text01_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_image02_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_image01_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_image04_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_image03_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_image06_6.40.tga</name>
    </file_info>
    <file_info>
        <name>hfcc_image07_6.40.tga</name>
    </file_info>
    <app_version>
        <app_name>hfcc</app_name>
        <version_num>640</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>1.000000</avg_ncpus>
        <max_ncpus>1.000000</max_ncpus>
        <flops>889972551.983820</flops>
        <api_version>6.3.3</api_version>
        <file_ref>
            <file_name>wcg_hfcc_autodock_6.40_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>wcg_hfcc_autodock_graphics_6.40_windows_intelx86</file_name>
            <open_name>graphics_app</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image05_6.40.tga</file_name>
            <open_name>prog_left.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_text01_6.40.tga</file_name>
            <open_name>Courier-Bold.txf</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image02_6.40.tga</file_name>
            <open_name>GFX_top.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image01_6.40.tga</file_name>
            <open_name>GFX_bot.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image04_6.40.tga</file_name>
            <open_name>prog_fill.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_protease_6.40.dat</file_name>
            <open_name>protease.dat</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image03_6.40.tga</file_name>
            <open_name>IBM_logo.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image06_6.40.tga</file_name>
            <open_name>WCG_logo.tga</open_name>
        </file_ref>
        <file_ref>
            <file_name>hfcc_image07_6.40.tga</file_name>
            <open_name>boinc_logo2.tga</open_name>
        </file_ref>
    </app_version>
    
    </app_info>
    1.000000/file_info
    Last edited by OldChap; 08-31-2013 at 05:02 AM.


    My Biggest Fear Is When I die, My Wife Sells All My Stuff For What I Told Her I Paid For It.
    79 SB threads and 32 IB Threads across 4 rigs 111 threads Crunching!!

  2. #2
    Xtreme Legend
    Join Date
    Mar 2008
    Location
    Plymouth (UK)
    Posts
    5,279
    Here are others as seen in other threads too but I personally have not tested:

    NVIDIA......As of December 2012 everything you need is in first post in the colored BIG app_info

    GPU+ HCC

    Code:
    <app_info>
       <app>
          <name>hcc1</name>
          <user_friendly_name>Help Conquer Cancer</user_friendly_name>
       </app>
    
       <file_info>
          <name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_hcc1</name>
          <executable/> 
       </file_info>
       <file_info>
          <name>hcckernel.cl.6.56</name>
          <executable/>
       </file_info>
    
       <file_info>
          <name>wcg_hcc1_img_6.56_windows_intelx86</name>
          <executable/>
       </file_info>
    
    
       <app_version>
          <app_name>hcc1</app_name>
          <version_num>656</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>nvidia_hcc1</plan_class>
          <avg_ncpus>1.0</avg_ncpus>
          <max_ncpus>0.783972</max_ncpus>
          <coproc>
             <type>CUDA</type>
             <count>.5</count>
          </coproc>
          <file_ref>
              <file_name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_hcc1</file_name>
              <main_program/>
          </file_ref>
          <file_ref>
             <file_name>hcckernel.cl.6.56</file_name>
             <open_name>hcckernel.cl</open_name>
          </file_ref>
       </app_version>
    
    <app_version>
        <app_name>hcc1</app_name>
        <version_num>656</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.13.0</api_version>
        <file_ref>
            <file_name>wcg_hcc1_img_6.56_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
    </app_version>
    
    </app_info>
    Thanks to Snow Crash


    Nvidia HCC and SN2S (x86 and x64)


    Code:
       <app>
          <name>hcc1</name>
          <user_friendly_name>Help Conquer Cancer</user_friendly_name>
       </app>
       <file_info>
          <name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_hcc1</name>
          <executable/> 
       </file_info>
       <file_info>
          <name>hcckernel.cl.6.56</name>
          <executable/>
       </file_info>
          <app_version>
          <app_name>hcc1</app_name>
          <version_num>656</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>nvidia_hcc1</plan_class>
          <avg_ncpus>1.0</avg_ncpus>
          <max_ncpus>1.0</max_ncpus>
          <coproc>
             <type>CUDA</type>
             <count>0.5</count>
          </coproc>
          <file_ref>
              <file_name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_hcc1</file_name>
              <main_program/>
          </file_ref>
          <file_ref>
             <file_name>hcckernel.cl.6.56</file_name>
             <open_name>hcckernel.cl</open_name>
          </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>7.1.0</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>7.1.0</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>
    Thanks to Fallwind/avg_ncpus
    Last edited by OldChap; 12-02-2012 at 04:15 PM.


    My Biggest Fear Is When I die, My Wife Sells All My Stuff For What I Told Her I Paid For It.
    79 SB threads and 32 IB Threads across 4 rigs 111 threads Crunching!!

  3. #3
    Xtreme Cruncher
    Join Date
    Jun 2007
    Location
    SK, Canada
    Posts
    836
    Nvidia HCC and SN2S (x86 and x64) As mentioned in another thread, wouldn't it be possible to put together a "master" app_info with the information for all current projects on WCG?


    Code:
    <app_info>
       <app>
          <name>hcc1</name>
          <user_friendly_name>Help Conquer Cancer</user_friendly_name>
       </app>
       <file_info>
          <name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_hcc1</name>
          <executable/> 
       </file_info>
       <file_info>
          <name>hcckernel.cl.6.56</name>
          <executable/>
       </file_info>
          <app_version>
          <app_name>hcc1</app_name>
          <version_num>656</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>nvidia_hcc1</plan_class>
          <avg_ncpus>1.0</avg_ncpus>
          <max_ncpus>1.0</max_ncpus>
          <coproc>
             <type>CUDA</type>
             <count>0.5</count>
          </coproc>
          <file_ref>
              <file_name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_hcc1</file_name>
              <main_program/>
          </file_ref>
          <file_ref>
             <file_name>hcckernel.cl.6.56</file_name>
             <open_name>hcckernel.cl</open_name>
          </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>7.1.0</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>7.1.0</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>
    i7 3970X @ 4500MHz 1.28v
    Asus Rampage IV Extreme
    4x4GB Corsair Dominator GT 2133MHz 9-11-10-27
    Gigabyte Windforce 7970 OC 3-way Crossfire
    Windows 7 Ultimate x64
    HK 3.0-MCP655-Phobya 400mm rad
    Corsair AX1200i
    Sandisk Exrtreme 240GB
    3x2TB WD Greens for storage
    TT Armor VA8003SWA





  4. #4
    Xtreme Legend
    Join Date
    Mar 2008
    Location
    Plymouth (UK)
    Posts
    5,279
    Looks like while I was doing this SC is doing it the thinking man's way


    My Biggest Fear Is When I die, My Wife Sells All My Stuff For What I Told Her I Paid For It.
    79 SB threads and 32 IB Threads across 4 rigs 111 threads Crunching!!

  5. #5
    Xtreme Cruncher
    Join Date
    Nov 2008
    Location
    NE Ohio, USA
    Posts
    1,608
    My GPU + GFAM app_info is not working anymore. WTF?
    24/7 Cruncher #1
    Crosshair VII Hero, Ryzen 3900X, 4.0 GHz @ 1.225v, Arctic Liquid Freezer II 420 AIO, 4x8GB GSKILL 3600MHz C15, ASUS TUF 3090 OC
    Samsung 980 1TB NVMe, Samsung 870 QVO 1TB, 2x10TB WD Red RAID1, Win 10 Pro, Enthoo Luxe TG, EVGA SuperNOVA 1200W P2

    24/7 Cruncher #2
    ASRock X470 Taichi, Ryzen 3900X, 4.0 GHz @ 1.225v, Arctic Liquid Freezer 280 AIO, 2x16GB GSKILL NEO 3600MHz C16, EVGA 3080ti FTW3 Ultra
    Samsung 970 EVO 250GB NVMe, Samsung 870 EVO 500GBWin 10 Ent, Enthoo Pro, Seasonic FOCUS Plus 850W

    24/7 Cruncher #3
    GA-P67A-UD4-B3 BIOS F8 mod, 2600k (L051B138) @ 4.5 GHz, 1.260v full load, Arctic Liquid 120, (Boots Win @ 5.6 GHz per Massman binning)
    Samsung Green 4x4GB @2133 C10, EVGA 2080ti FTW3 Hybrid, Samsung 870 EVO 500GB, 2x1TB WD Red RAID1, Win10 Ent, Rosewill Rise, EVGA SuperNOVA 1300W G2

    24/7 Cruncher #4 ... Crucial M225 64GB SSD Donated to Endurance Testing (Died at 968 TB of writes...no that is not a typo!)
    GA-EP45T-UD3LR BIOS F10 modded, Q6600 G0 VID 1.212 (L731B536), 3.6 GHz 9x400 @ 1.312v full load, Zerotherm Zen FZ120
    OCZ 2x2GB DDR3-1600MHz C7, Gigabyte 7950 @1200/1250, Crucial MX100 128GB, 2x1TB WD Red RAID1, Win10 Ent, Centurion 590, XFX PRO650W

    Music System
    SB Server->SB Touch w/Android Tablet as a remote->Denon AVR-X3300W->JBL Studio Series Floorstanding Speakers, JBL LS Center, 2x SVS SB-2000 Subs


  6. #6
    Xtreme Cruncher
    Join Date
    Mar 2009
    Location
    kingston.ma
    Posts
    2,139
    @bluestang ... help us help you ... what do you mean by it's not working?
    What are the relevant messages in your event log?

  7. #7
    Xtreme Cruncher
    Join Date
    Nov 2008
    Location
    NE Ohio, USA
    Posts
    1,608
    Something about wrong API version or something.

    I switched right away back to a HCC GPU only app_info before copying the log file.

    EDIT:
    Anyone know what this error means?...

    10/21/2012 3:26:38 PM | World Community Grid | [error] App version returned from anonymous platform project; ignoring

    I'm using the GPU Only app_info from the 1st post above except for running 3 WU's
    Last edited by bluestang; 10-21-2012 at 11:29 AM.
    24/7 Cruncher #1
    Crosshair VII Hero, Ryzen 3900X, 4.0 GHz @ 1.225v, Arctic Liquid Freezer II 420 AIO, 4x8GB GSKILL 3600MHz C15, ASUS TUF 3090 OC
    Samsung 980 1TB NVMe, Samsung 870 QVO 1TB, 2x10TB WD Red RAID1, Win 10 Pro, Enthoo Luxe TG, EVGA SuperNOVA 1200W P2

    24/7 Cruncher #2
    ASRock X470 Taichi, Ryzen 3900X, 4.0 GHz @ 1.225v, Arctic Liquid Freezer 280 AIO, 2x16GB GSKILL NEO 3600MHz C16, EVGA 3080ti FTW3 Ultra
    Samsung 970 EVO 250GB NVMe, Samsung 870 EVO 500GBWin 10 Ent, Enthoo Pro, Seasonic FOCUS Plus 850W

    24/7 Cruncher #3
    GA-P67A-UD4-B3 BIOS F8 mod, 2600k (L051B138) @ 4.5 GHz, 1.260v full load, Arctic Liquid 120, (Boots Win @ 5.6 GHz per Massman binning)
    Samsung Green 4x4GB @2133 C10, EVGA 2080ti FTW3 Hybrid, Samsung 870 EVO 500GB, 2x1TB WD Red RAID1, Win10 Ent, Rosewill Rise, EVGA SuperNOVA 1300W G2

    24/7 Cruncher #4 ... Crucial M225 64GB SSD Donated to Endurance Testing (Died at 968 TB of writes...no that is not a typo!)
    GA-EP45T-UD3LR BIOS F10 modded, Q6600 G0 VID 1.212 (L731B536), 3.6 GHz 9x400 @ 1.312v full load, Zerotherm Zen FZ120
    OCZ 2x2GB DDR3-1600MHz C7, Gigabyte 7950 @1200/1250, Crucial MX100 128GB, 2x1TB WD Red RAID1, Win10 Ent, Centurion 590, XFX PRO650W

    Music System
    SB Server->SB Touch w/Android Tablet as a remote->Denon AVR-X3300W->JBL Studio Series Floorstanding Speakers, JBL LS Center, 2x SVS SB-2000 Subs


  8. #8
    Xtreme Member
    Join Date
    Feb 2007
    Location
    St. Louis
    Posts
    477
    Stole this from the other thread. I have been using it for the past few days and it working great.

    ATI

    GPU + HCC

    Code:
    <app_info>
       <app>
          <name>hcc1</name>
          <user_friendly_name>Help Conquer Cancer</user_friendly_name>
       </app>
    
       <file_info>
          <name>wcg_hcc1_img_6.56_windows_intelx86__ati_hcc1</name>
          <executable/>
       </file_info>
    
       <file_info>
          <name>hcckernel.cl.6.56</name>
          <executable/>
       </file_info>
    
       <file_info>
          <name>wcg_hcc1_img_6.56_windows_intelx86</name>
          <executable/>
       </file_info>
    
       <app_version>
          <app_name>hcc1</app_name>
          <version_num>656</version_num>
          <platform>windows_intelx86</platform>
          <plan_class>ati_hcc1</plan_class>
          <avg_ncpus>1.0</avg_ncpus>
          <max_ncpus>0.783972</max_ncpus>
          <coproc>
             <type>ATI</type>
             <count>.5</count>
          </coproc>
          <file_ref>
              <file_name>wcg_hcc1_img_6.56_windows_intelx86__ati_hcc1</file_name>
              <main_program/>
          </file_ref>
          <file_ref>
             <file_name>hcckernel.cl.6.56</file_name>
             <open_name>hcckernel.cl</open_name>
          </file_ref>
       </app_version>
    
    <app_version>
        <app_name>hcc1</app_name>
        <version_num>656</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.13.0</api_version>
        <file_ref>
            <file_name>wcg_hcc1_img_6.56_windows_intelx86</file_name>
            <main_program/>
        </file_ref>
    </app_version>
    
    </app_info>
    Main Rig: i7 2600K @ 4.5ghz, Thermalright HR-02 Macho, Gigabyte Z68MA-DH2-B3, 4x4GB Gskill DDR3-1600, Visiontek Radeon 7850, OCZ Vertex 2 120GB, OCZ Agility 60GB, Silverstone TJ08B-E, Seasonic X750, Win 7 Ultimate 64bit
    Fiance's Rig: Apple iMac 21.5" 2011, i5 2.5ghz, 4GB DDR3-1333, Radeon 6750m, 500GB

  9. #9
    Xtreme Cruncher
    Join Date
    Mar 2009
    Location
    kingston.ma
    Posts
    2,139
    Quote Originally Posted by bluestang View Post
    Something about wrong API version or something.

    I switched right away back to a HCC GPU only app_info before copying the log file.

    EDIT:
    Anyone know what this error means?...

    10/21/2012 3:26:38 PM | World Community Grid | [error] App version returned from anonymous platform project; ignoring

    I'm using the GPU Only app_info from the 1st post above except for running 3 WU's
    I get this ALL the time and it just doesn't matter ... I have not run out of GPU or CPU tasks for as long as I've been running .... at least a week now.

  10. #10
    Xtreme Addict Evantaur's Avatar
    Join Date
    Jul 2011
    Location
    Finland
    Posts
    1,043
    where do you get all the info for this app_info thingy

    cause i'd like to run gpu tasks when i'm not using my computer and when i use it i want to run CPU projects

    (use gpu when computer is in use [ ])

    now when i'm using it, it does nothing, and we can't allow that can we?

    I like large posteriors and I cannot prevaricate

  11. #11
    Not Yours!
    Join Date
    Nov 2009
    Location
    Oslo-Norway
    Posts
    550
    There's no point in running CPU work with when you've got a 7970. Maybe if you got a 3930K or 3960X highly OC'ed but I'd still say go with GPU only and run 6 WU's at a time with the app_info.xml and suspend the GPU usage while gaming etc.

  12. #12
    Xtreme Member
    Join Date
    Jun 2010
    Location
    Crab Nebula
    Posts
    493
    Quote Originally Posted by bluestang View Post
    Something about wrong API version or something.

    I switched right away back to a HCC GPU only app_info before copying the log file.

    EDIT:
    Anyone know what this error means?...

    10/21/2012 3:26:38 PM | World Community Grid | [error] App version returned from anonymous platform project; ignoring

    I'm using the GPU Only app_info from the 1st post above except for running 3 WU's
    It's a reply from the server. It's barking about your (and everybody's) app_info file. The key word is the last one. Do the same.



    You'll never know what you're living for until you know what you're willing to die for.

  13. #13
    Xtreme Addict Evantaur's Avatar
    Join Date
    Jul 2011
    Location
    Finland
    Posts
    1,043
    now i'm getting to enjoy these error messages

    Code:
    33	World Community Grid	22.10.2012 2:46:00	Requesting new tasks for ATI	
    34	World Community Grid	22.10.2012 2:46:04	Scheduler request completed: got 10 new tasks	
    35	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630868_target-10_0000_0	
    36	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630940_target-10_0000_0	
    37	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630952_target-10_0000_0	
    38	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630952_target-10_0001_0	
    39	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630967_target-10_0001_0	
    40	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00631192_target-10_0001_0	
    41	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630862_target-10_0001_0	
    42	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630896_target-10_0000_0	
    43	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00630940_target-10_0001_0	
    44	World Community Grid	22.10.2012 2:46:04	Resent lost task HFCC_target-10_00632368_target-10_0001_0	
    45	World Community Grid	22.10.2012 2:46:04	[error] App version returned from anonymous platform project; ignoring	
    46	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630868_target-10_0000_0	
    47	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630940_target-10_0000_0	
    48	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630952_target-10_0000_0	
    49	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630952_target-10_0001_0	
    50	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630967_target-10_0001_0	
    51	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00631192_target-10_0001_0	
    52	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630862_target-10_0001_0	
    53	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630896_target-10_0000_0	
    54	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00630940_target-10_0001_0	
    55	World Community Grid	22.10.2012 2:46:04	[error] No app version found for app hfcc platform windows_intelx86 ver 640 class ; discarding HFCC_target-10_00632368_target-10_0001_0
    Last edited by Evantaur; 10-21-2012 at 03:47 PM.

    I like large posteriors and I cannot prevaricate

  14. #14
    Not Yours!
    Join Date
    Nov 2009
    Location
    Oslo-Norway
    Posts
    550
    You didn't abort all WU's before putting the apo_info file, remove it and restart Boinc. Let it download all WU's the turn off Internett com. In Boinc and abort all WU's. Them try the app_info file again

  15. #15
    Xtreme Cruncher
    Join Date
    Jun 2008
    Location
    pacific NW usa
    Posts
    2,764
    where do i find this folder?
    <boinc>\data\projects\www. worldcommunitygrid. org folder>
    _________________________________________________
    ............................ImAcOmPuTeRsPoNgE............................
    [SIGPIC][/SIGPIC]

    MY HEATWARE 76-0-0

  16. #16
    Xtreme Cruncher
    Join Date
    Mar 2009
    Location
    kingston.ma
    Posts
    2,139
    <boinc>\ = where you told BOINC to install to but on Win7 it should be ...
    C:\Program Data\BOINC\projects\www.worldcommunitygrid.org

  17. #17
    Xtreme Cruncher
    Join Date
    Jun 2008
    Location
    pacific NW usa
    Posts
    2,764
    Quote Originally Posted by Snow Crash View Post
    <boinc>\ = where you told BOINC to install to but on Win7 it should be ...
    C:\Program Data\BOINC\projects\www.worldcommunitygrid.org
    when i search for that it comes up with nothing.is it the same place we put the cc.config.xml file to return results as sson as they are done?
    _________________________________________________
    ............................ImAcOmPuTeRsPoNgE............................
    [SIGPIC][/SIGPIC]

    MY HEATWARE 76-0-0

  18. #18
    Xtreme Mentor
    Join Date
    Apr 2004
    Location
    CT, USA!!!
    Posts
    2,821
    It is a hidden folder, do you have that changed under folder options? Wondering why if you pause and resume WU's it restarts all of them.
    Last edited by =[PULSAR]=; 10-21-2012 at 06:05 PM.

  19. #19
    Xtreme Cruncher
    Join Date
    Feb 2009
    Location
    Iowa, USA
    Posts
    705
    question: if I want to experiment with changing the coproc number will it dump all tasks and fetch new?

    also in OP it should mention to abort all tasks before applying the app_info file since they will be "lost" if not, yes?
    Main: i7-930 @ 2.8GHz HT on; 1x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    2nd: i7-920 @ 2.66GHz HT off; 1x EVGA GTX 650 Ti SSC 100% GPUGrid
    3rd: i7-3770k @ 3.6GHz HT on, 3 threads GPUGrid CPU; 2x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    Part-time: FX-4100 @ 3.6GHz, 2 threads GPUGrid CPU; 1x EVGA GTX 650 100% GPUGrid

  20. #20
    Xtreme Member
    Join Date
    Mar 2012
    Posts
    390
    Quote Originally Posted by werdwerdus View Post
    question: if I want to experiment with changing the coproc number will it dump all tasks and fetch new?

    also in OP it should mention to abort all tasks before applying the app_info file since they will be "lost" if not, yes?
    If you're referring to this code:

    <coproc>
    <type>CUDA</type>
    <count>.5</count>
    </coproc>

    In my experience the answer is no. I've changed from .333 to .5 to 1 and had zero issues on my GTX 570 and BOINC client 7.0.28 x64 and 6.12.34 x64

  21. #21
    Xtreme Cruncher
    Join Date
    Mar 2009
    Location
    kingston.ma
    Posts
    2,139
    Quote Originally Posted by =[PULSAR]= View Post
    It is a hidden folder, do you have that changed under folder options? Wondering why if you pause and resume WU's it restarts all of them.
    Because they generally run quite quickly they were not coded to create checkpoints.

  22. #22
    Xtreme Cruncher
    Join Date
    Jun 2008
    Location
    pacific NW usa
    Posts
    2,764
    ok so i found the folder but i cant get two threads to run on my HD5870
    _________________________________________________
    ............................ImAcOmPuTeRsPoNgE............................
    [SIGPIC][/SIGPIC]

    MY HEATWARE 76-0-0

  23. #23
    Xtreme Cruncher
    Join Date
    Jan 2009
    Location
    The Hague, Netherlands
    Posts
    460
    Quote Originally Posted by radaja View Post
    ok so i found the folder but i cant get two threads to run on my HD5870
    Did you save it "all files" and not .txt?

    This is the app_info I am using with my 5870 and it has worked perfectly for the past 2 days:

    <app_info>
    <app>
    <name>hcc1</name>
    <user_friendly_name>Help Conquer Cancer</user_friendly_name>
    </app>
    <file_info>
    <name>wcg_hcc1_img_6.56_windows_intelx86__ati_hc c1 </name>
    <executable/>
    </file_info>
    <file_info>
    <name>hcckernel.cl.6.56</name>
    <executable/>
    </file_info>
    <app_version>
    <app_name>hcc1</app_name>
    <version_num>656</version_num>
    <platform>windows_intelx86</platform>
    <plan_class>ati_hcc1</plan_class>
    <avg_ncpus>1.0</avg_ncpus>
    <max_ncpus>1.0</max_ncpus>
    <coproc>
    <type>ATI</type>
    <count>.5</count>
    </coproc>
    <file_ref>
    <file_name>wcg_hcc1_img_6.56_windows_intelx86__a ti _hcc1</file_name>
    <main_program/>
    </file_ref>
    <file_ref>
    <file_name>hcckernel.cl.6.56</file_name>
    <open_name>hcckernel.cl</open_name>
    </file_ref>
    </app_version>
    </app_info>

    3770K 4.7Ghz 1.32v / ASUS P8Z77-V PRO / 8GB DDR3 1866 9-9-9-27 /ASUS HD7970 1025MHz / Antec NeoHE 550 / Samsung 830 256GB Crunching
    Cooled by PA120.3, EK-HF, D-tek Fuzion GFX, DDC3.1 XSPC res/top

    i5 2400 Stock / ASUS P8P67 LE / 4GB DDR3 1600 / Seasonic S12II 430W / Intel G2 40GB Crunching

    2600K 4.6Ghz 1.34v / ASUS P8Z68-V PRO / 8GB DDR3 1600 8-8-8-24 / Antec 430W / Intel G2 80GB Crunching

    W3520 4.0Ghz 1.19v / Rampage II Gene / 6GB Kinston Value 1333 / 9800GT / Corsair TX650 / Antec mini P180 / Intel G2 160GB Crunching

    Intel G860 Stock / Gigabyte H67MA-UD2H-B3 / 4GB DDR3 1333 / Antec Earthwatts green 380W / Crucial M4 64GB Crunching

    E6600 3.2Ghz 1.36v - P5B Deluxe / i7 930 4.0Ghz 1.29v - ASUS P6X58D-E / Q9450 3.6Ghz 1.28v - Rampage Formula Retired

  24. #24
    Xtreme Cruncher
    Join Date
    Jun 2008
    Location
    pacific NW usa
    Posts
    2,764
    i think i saved it as text
    _________________________________________________
    ............................ImAcOmPuTeRsPoNgE............................
    [SIGPIC][/SIGPIC]

    MY HEATWARE 76-0-0

  25. #25
    Xtreme Cruncher
    Join Date
    Jan 2009
    Location
    The Hague, Netherlands
    Posts
    460
    Quote Originally Posted by radaja View Post
    i think i saved it as text
    If you copy pasted the text in notepad, you should go to "save as" and save it with file name: "app_info.xml" and select save as type: "all files".
    It should show up as a xml file in your folder and should work.

    3770K 4.7Ghz 1.32v / ASUS P8Z77-V PRO / 8GB DDR3 1866 9-9-9-27 /ASUS HD7970 1025MHz / Antec NeoHE 550 / Samsung 830 256GB Crunching
    Cooled by PA120.3, EK-HF, D-tek Fuzion GFX, DDC3.1 XSPC res/top

    i5 2400 Stock / ASUS P8P67 LE / 4GB DDR3 1600 / Seasonic S12II 430W / Intel G2 40GB Crunching

    2600K 4.6Ghz 1.34v / ASUS P8Z68-V PRO / 8GB DDR3 1600 8-8-8-24 / Antec 430W / Intel G2 80GB Crunching

    W3520 4.0Ghz 1.19v / Rampage II Gene / 6GB Kinston Value 1333 / 9800GT / Corsair TX650 / Antec mini P180 / Intel G2 160GB Crunching

    Intel G860 Stock / Gigabyte H67MA-UD2H-B3 / 4GB DDR3 1333 / Antec Earthwatts green 380W / Crucial M4 64GB Crunching

    E6600 3.2Ghz 1.36v - P5B Deluxe / i7 930 4.0Ghz 1.29v - ASUS P6X58D-E / Q9450 3.6Ghz 1.28v - Rampage Formula Retired

Page 1 of 15 123411 ... LastLast

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
  •