Posts by BilBg

1) (Message 6005)
Posted 25 Oct 2018 by Profile BilBg
Post:
I already have an XML file to run almost 7 tasks. Do I have to write this after the old text or to create a new XML file?

There are many "XML files" used by BOINC, you probably have cc_config.xml or app_config.xml

0) EDIT: best Software to control CPU and GPU temperature when using BOINC is TThrottle

__________________________

To use just apps you want you will need to make app_info.xml

1) First (IMPORTANT) - SAVE (COPY) all the .exe and .dll files from .....\projects\asteroidsathome.net_boinc\
!!! if you make wrong app_info.xml BOINC will delete many files without asking!

2) You will need to create app_info.xml describing ALL the apps you need, including GPU apps!
No .exe and .dll files will be downloaded from server, you need to have them and put them manually in .....\projects\asteroidsathome.net_boinc\

3) Example:
This is my app_info.xml file for Asteroids@home to run ONLY on CPU and ONLY SSE3:
<app_info> 


    <app>
        <name>period_search</name>
        <user_friendly_name>Period Search Application SSE3</user_friendly_name>
    </app>

    <file_info>
        <name>period_search_10210_windows_intelx86__sse3.exe</name>
        <executable/>
    </file_info>

    <app_version>
        <app_name>period_search</app_name>
        <version_num>10210</version_num>
        <file_ref>
            <file_name>period_search_10210_windows_intelx86__sse3.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>


</app_info> 



4) You need to read (e.g. the above link that describes app_info.xml / Anonymous platform) and understand what you are doing to make app_info.xml

As example of complexity - this is my app_info.xml for SETI@home including apps for CPU and GPU
(this app_info.xml is NOT made by me manually, is was created by installer known as "Lunatics' Unified Installer" which is only for SETI@home)
<app_info> 
    <app>
        <name>astropulse_v7</name>
    </app>
    <file_info>
        <name>AP7_win_x86_SSE2_OpenCL_ATI_r2742.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x86.dll</name>
        <executable/>
    </file_info>
    <file_info>
        <name>ap_cmdline_win_x86_SSE2_OpenCL_ATI.txt</name>
    </file_info>
    <file_info>
        <name>AstroPulse_Kernels_r2742.cl</name>
    </file_info>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>709</version_num>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_100</plan_class>
        <cmdline></cmdline>	
        <coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_ATI_r2742.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2742.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_ATI.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>704</version_num>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_100</plan_class>
        <cmdline></cmdline>	
        <coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_ATI_r2742.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2742.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_ATI.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>astropulse_v7</app_name>
        <version_num>704</version_num>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>ati_opencl_100</plan_class>
        <cmdline></cmdline>	
        <coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP7_win_x86_SSE2_OpenCL_ATI_r2742.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>AstroPulse_Kernels_r2742.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_ATI.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app>
        <name>setiathome_v8</name>
    </app>
    <file_info>
        <name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x86.dll</name>
	<executable/>
    </file_info>
    <file_info>
 	<name>MultiBeam_Kernels_r3578.cl</name>
    </file_info>
    <file_info>
 	<name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</name>
    </file_info>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>819</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>819</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>819</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>820</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>820</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>820</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>819</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>819</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>819</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_SoG</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_SoG_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_SoG_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_atiapu_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_atiapu_SoG</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>812</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati5_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_sah</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_cat132</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_ati_nocal</plan_class>
	<coproc>
            <type>ATI</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB8_win_x86_SSE2_OpenCL_ATi_HD5_SoG_r3578.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>MultiBeam_Kernels_r3578.cl</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE2_OpenCL_ATi_HD5.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
    <app>
        <name>setiathome_v8</name>
    </app>
    <file_info>
        <name>MB8_win_x86_SSE3_VS2008_r3330.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3-3-4_x86.dll</name>
	<executable/>
    </file_info>
    <file_info>
 	<name>mb_cmdline_win_x86_SSE3_VS2008.txt</name>
    </file_info>
    <app_version>
        <app_name>setiathome_v8</app_name>
        <version_num>800</version_num>
        <api_version>7.5.0</api_version>
        <file_ref>
            <file_name>MB8_win_x86_SSE3_VS2008_r3330.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3-3-4_x86.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE3_VS2008.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>
</app_info> 
2) (Message 5541)
Posted 29 Oct 2017 by Profile BilBg
Post:
You can probably check your server logs for hostid=116 to find what BOINC reported
http://asteroidsathome.net/boinc/show_host_detail.php?hostid=116

The CPU for sure have AVX
http://www.cpu-world.com/CPUs/Zen/AMD-Ryzen%20Threadripper%201950X.html
3) (Message 4791)
Posted 10 Feb 2016 by Profile BilBg
Post:
You're seeing my credits for asteroids@home, under the ID I was assigned by asteroids@home. My other projects have other IDs, not displayed here.

I click on your nickname:
http://asteroidsathome.net/boinc/show_user.php?userid=212122

... and see in the column "Average credit" = 0 for all the 3 other projects (= nothing valid in last months, no work done)

And your "other IDs" of "other projects" are 'behind' the links in the column:
"      Project
Click for user page"
http://milkyway.cs.rpi.edu/milkyway/show_user.php?userid=35436
https://einstein.phys.uwm.edu/show_user.php?userid=36877
http://setiathome.berkeley.edu/show_user.php?userid=7789491

All show on their site "Recent average credit 0.xx"
I of course see you have "Total credit" but that means work in the past, not now, not even in last 2-3 months.

But if your computer was OFF for months and just returned in last days - in this case you may have new tasks running. (which need time to complete and validate)
E.g. on SETI@home you have (only) 4 tasks shown (those from 3 Jan 2016 may be ghosts - I can't believe it takes so long to compute them if they are really on-board)
http://setiathome.berkeley.edu/results.php?hostid=4036745

Your computer here:
http://asteroidsathome.net/boinc/show_host_detail.php?hostid=272393

... have only 2 "Not started by deadline - canceled" tasks - why they were Not started for 10 days is up to you to find:
http://asteroidsathome.net/boinc/results.php?hostid=272393


I have PLENTY of credits and WUs from Einstein@home, SETI@home, and MilkyWay@home. They all are running WUs currently.

If "PLENTY" is 8 tasks from Einstein@home and 4 tasks from SETI@home

You have "Tasks 0" (= Nothing is running currently) from MilkyWay@home
http://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=145178

If you see different picture locally (not only 8 tasks from Einstein@home and 4 tasks from SETI@home) - you may have (compute for) other accounts.


So what is it you think I did't understand again?
 
4) (Message 4787)
Posted 9 Feb 2016 by Profile BilBg
Post:
I'm getting credits for all 3 of them, just nothing for asteroids@home.
frustrating.....

Frustrating is that you try to deceive people (and we are not that stupid)

You have No new Credit for any projects in last 4-5 months ("Average credit" 0)
http://asteroidsathome.net/boinc/show_user.php?userid=212122

"Last contact" of any of your computers at MilkyWay@home is 24 Apr 2015
http://milkyway.cs.rpi.edu/milkyway/hosts_user.php?sort=rpc_time&rev=0&show_all=1&userid=35436

You have only new tasks from Einstein@Home
https://einstein.phys.uwm.edu/results.php?hostid=1064844

No way to check if you have new tasks from SETI@home just now - "Project down for maintenance"

Here at Asteroids@home you had tasks but they were "Not started by deadline - canceled" = Not started for 10 days after you receive them (computer OFF? BOINC suspended?)
http://asteroidsathome.net/boinc/results.php?hostid=272393


Do you allow BOINC to compute while you are using the computer?
Do you let the computer run when you are not using it?

(There are some stupid people which set BOINC to Not compute when they are using the computer - and when they finish they just shutdown or sleep the computer?? When BOINC is supposed to do any work then?)
5) (Message 4786)
Posted 9 Feb 2016 by Profile BilBg
Post:
I've gotten no WUs from asteroids@home

Not true:
http://asteroidsathome.net/boinc/results.php?hostid=267860
6) (Message 4785)
Posted 9 Feb 2016 by Profile BilBg
Post:
I'm running seti@home, einstein@home, and milkyway@home with no trouble.

As a test try to [Suspend] one or more of the other projects.

What are your Settings for "Store at least" and "Store up to an additional" XX days of work?
http://asteroidsathome.net/boinc/prefs.php?subset=global

If you use Local preferences - look there

Setting too many days may mean No work from projects with short deadlines.
Set e.g. 3+0.1, not 10+10

What is your Resource share - here and at other projects?
http://asteroidsathome.net/boinc/prefs.php?subset=project


If you think you run other projects "with no trouble" then why do you have Average credit = 0 for all of them??
http://asteroidsathome.net/boinc/show_user.php?userid=212122

RAC: 0 means No valid work in last months
7) (Message 4775)
Posted 1 Feb 2016 by Profile BilBg
Post:
How soon should I abort it?

Next time: Pause it, then Resume it - that may make it "go"
Or reboot is needed - sometimes the GPU driver is in "unstable" state
8) (Message 4746)
Posted 30 Dec 2015 by Profile BilBg
Post:
 
And where is the Event Log (Ctrl+Shift+E) requested by admin? (first 30-40 lines?)

The first line shows the platform:
Starting BOINC client version 7.6.9 for windows_intelx86
Starting BOINC client version 7.0.25 for windows_x86_64
Starting BOINC client version 7.2.42 for x86_64-pc-linux-gnu
Starting BOINC client version 6.12.38 for arm-android-linux-gnu
Starting BOINC client version 7.0.27 for arm-unknown-linux-gnueabihf
Starting BOINC client version 7.2.39 for x86-android-linux-gnu
(all the above lines found by Google)


P.S.
Here the thread name "Intel Atom" is misleading, it should be?:
Asteroids@home application for Android + Intel
 
9) (Message 4743)
Posted 29 Dec 2015 by Profile BilBg
Post:
ID: 265790 is in host.gz\host
= it is exported OK by asteroidsathome
(so blame/ask stats sites why it is still not shown)
<host>
    <id>265790</id>
    <userid>3465</userid>
    <total_credit>65280.000000</total_credit>
    <expavg_credit>4083.487374</expavg_credit>
    <expavg_time>1451400770.498443</expavg_time>
    <p_vendor>GenuineIntel</p_vendor>
    <p_model>Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz [Family 6 Model 58 Stepping 9]</p_model>
    <os_name>Microsoft Windows 7</os_name>
    <os_version>Professional x64 Edition, Service Pack 1, (06.01.7601.00)</os_version>
    <boinc_version>[BOINC|7.6.9]</boinc_version>
    <coprocs>[INTEL|Intel(R) HD Graphics 4000|1|1624MB||101]</coprocs>
  <create_time>1450547303</create_time>
  <rpc_time>1451392152</rpc_time>
  <timezone>3600</timezone>
  <ncpus>4</ncpus>
  <p_fpops>3192536202.324468</p_fpops>
  <p_iops>10757355223.249060</p_iops>
  <p_membw>250000000.000000</p_membw>
  <m_nbytes>4164268032.000000</m_nbytes>
  <m_cache>262144.000000</m_cache>
  <m_swap>8326656000.000000</m_swap>
  <d_total>500000882688.000000</d_total>
  <d_free>428106317824.000000</d_free>
  <n_bwup>31306.629133</n_bwup>
  <n_bwdown>403109.282983</n_bwdown>
  <avg_turnaround>48510.020712</avg_turnaround>
  <credit_per_cpu_sec>0.000000</credit_per_cpu_sec>
  <host_cpid>5d1f91b5a39f10b388eda049a6db527c</host_cpid>
</host> 



You can also see that SkyNet POGS is shown by Free-DC but not by BOINCstats
http://stats.free-dc.org/stats.php?page=hostbycpid&cpid=5d1f91b5a39f10b388eda049a6db527c
http://boincstats.com/en/stats/-1/host/detail/281847064/projectList

Also:
Free-DC:        Universe@Home 49,000.00
BOINCstats:   Universe@Home 37,666.67

Which means BOINCstats lags too much back in time
10) (Message 4737)
Posted 25 Dec 2015 by Profile BilBg
Post:
Every link/icon to BoincStats on your list of computers work:
http://asteroidsathome.net/boinc/hosts_user.php?userid=3465


As of now, stats export files are current (2015-12-25):
http://asteroidsathome.net/boinc/stats/

You can even Download those files and look what is inside

I did get host.gz
Since "One of my machines" don't give me ID I will use 172583 (and you should try with the ID of the 'lost' computer)
Searching for <id>172583 in host.gz\host I find:
<host>
    <id>172583</id>
    <userid>3465</userid>
    <total_credit>1981440.000000</total_credit>
    <expavg_credit>3635.680755</expavg_credit>
    <expavg_time>1451039680.741397</expavg_time>
    <p_vendor>GenuineIntel</p_vendor>
    <p_model>Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz [Family 6 Model 58 Stepping 9]</p_model>
    <os_name>Microsoft Windows 7</os_name>
    <os_version>Professional x64 Edition, Service Pack 1, (06.01.7601.00)</os_version>
    <boinc_version>[BOINC|7.6.9]</boinc_version>
    <coprocs>[INTEL|Intel(R) HD Graphics 2500|1|1297MB||102]</coprocs>
  <create_time>1430463704</create_time>
  <rpc_time>1450707969</rpc_time>
  <timezone>3600</timezone>
  <ncpus>4</ncpus>
  <p_fpops>4224424400.195192</p_fpops>
  <p_iops>11851966678.461830</p_iops>
  <p_membw>333333333.333333</p_membw>
  <m_nbytes>6323486720.000000</m_nbytes>
  <m_cache>262144.000000</m_cache>
  <m_swap>12645093376.000000</m_swap>
  <d_total>249951158272.000000</d_total>
  <d_free>150378381312.000000</d_free>
  <n_bwup>47868.944155</n_bwup>
  <n_bwdown>444084.415462</n_bwdown>
  <avg_turnaround>6410.585613</avg_turnaround>
  <credit_per_cpu_sec>0.000000</credit_per_cpu_sec>
  <host_cpid>954f2cced951c5b443a5478ada725352</host_cpid>
</host> 
11) (Message 4732)
Posted 20 Dec 2015 by Profile BilBg
Post:
"Average turnaround time 10.02 days" = you seem to use ~10 days WU cache
http://asteroidsathome.net/boinc/host_app_versions.php?hostid=208165

And the project have ~10 days deadline (judging by the diff "Sent" -> "Not started by deadline - canceled")
http://asteroidsathome.net/boinc/results.php?hostid=208165&offset=0&show_names=0&state=6&appid=

BOINC should work on these in-danger tasks in "High Priority mode"
(Not shown by latest BOINC Managers, shown by BoincTasks in Red)

Why BOINC didn't move those tasks on the front of queue I don't know.
Maybe you set 0+10 days WU cache?
Change to e.g. 1+5 days (the first number is not only WU cache, it also tells BOINC to finish and report tasks 1 day before the deadline)
12) (Message 4719)
Posted 6 Dec 2015 by Profile BilBg
Post:
You may try to ask some of the "Top participants" above/around you if they have the problem:
http://asteroidsathome.net/boinc/top_users.php

Some of them don't hide the computers:

mojdan (31 active computers)
http://asteroidsathome.net/boinc/hosts_user.php?userid=11116

Sylvester@Planet 3Dnow! (55 active computers)
http://asteroidsathome.net/boinc/hosts_user.php?userid=37207


Or contact Kyong to ask him to look at this thread:
http://asteroidsathome.net/boinc/show_user.php?userid=1
13) (Message 4716)
Posted 5 Dec 2015 by Profile BilBg
Post:
So I guess you don't have the problem?

Yes, I don't see any error when I go to / click on "Tasks   View" on the "Your account" page:
http://asteroidsathome.net/boinc/home.php
http://asteroidsathome.net/boinc/results.php?userid=1650

But:
- I have only one computer attached here:
http://asteroidsathome.net/boinc/hosts_user.php?sort=rpc_time&rev=0&show_all=1&userid=1650

- I don't have any tasks at the moment
 
14) (Message 4714)
Posted 4 Dec 2015 by Profile BilBg
Post:
The link you posted works only for you
See how you can't see:
My:
http://asteroidsathome.net/boinc/results.php?userid=1650

Kyong:
http://asteroidsathome.net/boinc/results.php?userid=1

If you give link to a computer it will work for everybody:
Kyong's computer 20666:
http://asteroidsathome.net/boinc/results.php?hostid=20666
15) (Message 4711)
Posted 25 Nov 2015 by Profile BilBg
Post:
An "easy fix" for you will be to suspend this project while you work and resume it while you leave the computer.

Some automation can be done by Boinccmd
https://boinc.berkeley.edu/wiki/Boinccmd_tool

boinccmd --project http://asteroidsathome.net/boinc/ suspend
boinccmd --project http://asteroidsathome.net/boinc/ resume

To Snooze GPU for 100 minutes:
boinccmd --set_gpu_mode never 6000

To Un-Snooze GPU:
boinccmd --set_gpu_mode never 1

Put those lines in .bat files (you need the full path to boinccmd.exe)
Make shortcuts to .bat files and assign them hot-keys (e.g. Ctrl+Alt+U to sUspend)
You may also put those lines (commands) directly in the shortcuts

Put the "resume" line in the Windows "Scheduled Tasks" to have the project resume (run again) after a period of idle time (e.g. 30 minutes after last touch to keyboard or mouse).

Examples:
H:\BOINC\boinccmd.exe --set_gpu_mode never 9999
"D:\Program Files\BOINC\boinccmd.exe" --set_gpu_mode never 9999
16) (Message 4703)
Posted 16 Nov 2015 by Profile BilBg
Post:
I've added back four other project to BOINC ...

That was part of the "problem" - your new BOINC could not possibly know you will do that.

Next time use very low WU cache:
http://asteroidsathome.net/boinc/prefs.php?subset=global
e.g.:
Store at least 0.1 days of work
Store up to an additional 0.1 days of work

This Setting is total for all the work from all the projects (set it at one project and it will (in time) populate to all your projects)

So:
- Set very low WU cache using Computing preferences at the project which you intend to add first (its server will be contacted first so these global Settings will be read from it)
- After you add all the projects - then increase to e.g. 0.1 + 3 days of work (no matter at which project so you may again use the site of your "first" project)

Again: no need to change Computing preferences at all the sites because after all of them are contacted all will show the latest changed Computing preferences.
17) (Message 4699)
Posted 12 Nov 2015 by Profile BilBg
Post:
No, it's not possible to limit gpu usage (GPU Load %) by any BOINC file.

app_info.xml
app_config.xml
cc_config.xml

Better set BOINC to not use GPU while you are using the computer
or set Options -> Exclusive applications (e.g. for your games)
BOINC Manager Menu
18) (Message 4698)
Posted 12 Nov 2015 by Profile BilBg
Post:
That's what I was wondering if you had attempted it since client 7.6.9 had been released and maybe the server side HostID assigning code has also changed since 2014.

This function do not depend on version of BOINC client, only on "server side HostID assigning code"

It was/is discussed here:
"How Do You Assign A Cruncher A New Computer ID?"
http://setiathome.berkeley.edu/forum_thread.php?id=78418

Seems the server side "host recognition has been tightened":
http://setiathome.berkeley.edu/forum_thread.php?id=78418&postid=1739028#1739028

I don't know when they changed the code (may be year ago??) but should not be connected to any BOINC client version release
19) (Message 4679)
Posted 3 Nov 2015 by Profile BilBg
Post:
Your device is shown to have completed at least 50 tasks:
http://asteroidsathome.net/boinc/host_app_versions.php?hostid=120015

I will guess it stopped getting work after the 2 new plan_classes were introduced:
arm_android_non_pie
arm_android_pie
http://asteroidsathome.net/boinc/apps.php

Around 19 Jun 2015 ?:
http://asteroidsathome.net/boinc/forum_thread.php?id=419&postid=4522#4522


Those plan_classes have to know the Android version to decide which app to send.
If BOINC don't report Android version server can't know which app to send.

Is this "3.1.10-g1e42d16" the Android version or kernel (Linux) version?
http://asteroidsathome.net/boinc/show_host_detail.php?hostid=120015

I don't know if it's possible (as a test) to install and run official BOINC on the same device without removing NativeBOINC


It should be also possible to get the proper app from the server:
http://asteroidsathome.net/boinc/download/period_search_10211_arm-android-linux-gnu-non_pie
http://asteroidsathome.net/boinc/download/period_search_10212_arm-android-linux-gnu_pie

... and change app_info.xml that (I think) NativeBOINC is using

You will need app_info.xml like this (this is just example, I CAN'T TEST, I DON'T HAVE Android device):
<app_info>

    <app>
        <name>period_search</name>
        <user_friendly_name>Period Search Application</user_friendly_name>
    </app>

    <file_info>
        <name>period_search_10212_arm-android-linux-gnu_pie</name>
        <executable/>
    </file_info>

    <app_version>
        <app_name>period_search</app_name>
        <version_num>10212</version_num>
        <plan_class>arm_android_pie</plan_class>
        <file_ref>
            <file_name>period_search_10212_arm-android-linux-gnu_pie</file_name>
            <main_program/>
        </file_ref>
    </app_version>

</app_info>
20) (Message 4678)
Posted 3 Nov 2015 by Profile BilBg
Post:
WUprop don't run on GPU, it is NCI (Non-CPU-intensive) app - one task per computer, no matter how many CPUs or GPUs you have.
The purpose of this one task is to monitor all other tasks running and measure CPU time, RAM used, Disk space used, etc.

So it is normal that "No GPU tasks reported" on the WUprop project.


For NVIDIA Quadro 1000M
http://asteroidsathome.net/boinc/show_host_detail.php?hostid=223782

... using the menu on the left on the link provided gives:
http://wuprop.boinc-af.org/results/gpu.py?fabricant=NVIDIA&type=Mobility+Quadro&modele=Quadro+1000M&tri=projet&sort=asc

Which lists 6 projects

Asteroids@home is not listed because (obviously) no one that have NVIDIA Quadro 1000M had run both Asteroids@home and WUprop at the same time.

Probably all projects that have NVIDIA icon in "Supported platforms" will run on that GPU:
https://boinc.berkeley.edu/projects.php


If you would send only gpu work, I would open the gate

It is so obvious how to get only GPU tasks (the link is for Asteroids@home but any project have such link):
http://asteroidsathome.net/boinc/prefs.php?subset=project

(Now don't tell me you can't click the check-boxes)


Next 20