Page 7 of 9 FirstFirst 123456789 LastLast
Results 61 to 70 of 86

Thread: I need a new AMD system - I need my Team Mates HELP

  1. #61
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    e.g. like this:

    <app_config>
    <app>
    <name>solo_collatz</name>
    <gpu_versions>
    <gpu_usage>1</gpu_usage>
    <cpu_usage>1</cpu_usage>
    </gpu_versions>
    </app>
    <app>
    <name>mini_collatz</name>
    <gpu_versions>
    <gpu_usage>.5</gpu_usage>
    <cpu_usage>.5</cpu_usage>
    </gpu_versions>
    </app>
    </app_config>


  2. #62
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    I have now downloaded, installed and am operating BOINC Tasks! Nice program. What I am yearning to explore is the app_config exploratory options. How do I go about placing these morsels of success into this program. I am yet to find this explained in the Manual ?

    There are way too many options to choose from:
    <set_cc_config>
    <cc_config>
    <log_flags>
    <file_xfer>1</file_xfer>
    <sched_ops>1</sched_ops>
    <task>1</task>
    <android_debug>0</android_debug>
    <app_msg_receive>0</app_msg_receive>
    <app_msg_send>0</app_msg_send>
    <async_file_debug>0</async_file_debug>
    <benchmark_debug>0</benchmark_debug>
    <checkpoint_debug>0</checkpoint_debug>
    <coproc_debug>0</coproc_debug>
    <cpu_sched>0</cpu_sched>
    <cpu_sched_debug>0</cpu_sched_debug>
    <cpu_sched_status>0</cpu_sched_status>
    <dcf_debug>0</dcf_debug>
    <disk_usage_debug>0</disk_usage_debug>
    <file_xfer_debug>0</file_xfer_debug>
    <gui_rpc_debug>0</gui_rpc_debug>
    <heartbeat_debug>0</heartbeat_debug>
    <http_debug>0</http_debug>
    <http_xfer_debug>0</http_xfer_debug>
    <mem_usage_debug>0</mem_usage_debug>
    <network_status_debug>0</network_status_debug>
    <notice_debug>0</notice_debug>
    <poll_debug>0</poll_debug>
    <priority_debug>0</priority_debug>
    <proxy_debug>0</proxy_debug>
    <rr_simulation>0</rr_simulation>
    <rrsim_detail>0</rrsim_detail>
    <sched_op_debug>0</sched_op_debug>
    <scrsave_debug>0</scrsave_debug>
    <slot_debug>0</slot_debug>
    <state_debug>0</state_debug>
    <statefile_debug>0</statefile_debug>
    <suspend_debug>0</suspend_debug>
    <task_debug>0</task_debug>
    <time_debug>0</time_debug>
    <trickle_debug>0</trickle_debug>
    <unparsed_xml>0</unparsed_xml>
    <work_fetch_debug>0</work_fetch_debug>
    </log_flags>
    <options>
    <abort_jobs_on_exit>0</abort_jobs_on_exit>
    <allow_multiple_clients>0</allow_multiple_clients>
    <allow_remote_gui_rpc>0</allow_remote_gui_rpc>
    <client_new_version_text></client_new_version_text>
    <client_version_check_url>http://boinc.berkeley.edu/download.php?xml=1</client_version_check_url>
    <client_download_url>http://boinc.berkeley.edu/download.php</client_download_url>
    <disallow_attach>0</disallow_attach>
    <dont_check_file_sizes>0</dont_check_file_sizes>
    <dont_contact_ref_site>0</dont_contact_ref_site>
    <exit_after_finish>0</exit_after_finish>
    <exit_before_start>0</exit_before_start>
    <exit_when_idle>0</exit_when_idle>
    <fetch_minimal_work>0</fetch_minimal_work>
    <fetch_on_update>0</fetch_on_update>
    <force_auth>default</force_auth>
    <http_1_0>0</http_1_0>
    <http_transfer_timeout>300</http_transfer_timeout>
    <http_transfer_timeout_bps>10</http_transfer_timeout_bps>
    <max_event_log_lines>2000</max_event_log_lines>
    <max_file_xfers>8</max_file_xfers>
    <max_file_xfers_per_project>2</max_file_xfers_per_project>
    <max_stderr_file_size>0</max_stderr_file_size>
    <max_stdout_file_size>0</max_stdout_file_size>
    <max_tasks_reported>0</max_tasks_reported>
    <ncpus>-1</ncpus>
    <network_test_url>http://www.google.com/</network_test_url>
    <no_alt_platform>0</no_alt_platform>
    <no_gpus>0</no_gpus>
    <no_info_fetch>0</no_info_fetch>
    <no_priority_change>0</no_priority_change>
    <os_random_only>0</os_random_only>
    <proxy_info>
    <socks_server_name></socks_server_name>
    <socks_server_port>80</socks_server_port>
    <http_server_name></http_server_name>
    <http_server_port>80</http_server_port>
    <socks5_user_name></socks5_user_name>
    <socks5_user_passwd></socks5_user_passwd>
    <http_user_name></http_user_name>
    <http_user_passwd></http_user_passwd>
    <no_proxy></no_proxy>
    </proxy_info>
    <rec_half_life_days>10.000000</rec_half_life_days>
    <report_results_immediately>0</report_results_immediately>
    <run_apps_manually>0</run_apps_manually>
    <save_stats_days>30</save_stats_days>
    <skip_cpu_benchmarks>0</skip_cpu_benchmarks>
    <simple_gui_only>0</simple_gui_only>
    <start_delay>0</start_delay>
    <stderr_head>0</stderr_head>
    <suppress_net_info>0</suppress_net_info>
    <unsigned_apps_ok>0</unsigned_apps_ok>
    <use_all_gpus>0</use_all_gpus>
    <use_certs>0</use_certs>
    <use_certs_only>0</use_certs_only>
    <vbox_window>0</vbox_window>
    </options>
    </cc_config>
    </set_cc_config>
    Last edited by Nflight; 08-06-2014 at 07:24 PM. Reason: added extended config files





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

  3. #63
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Basically you only need the app_config.xml files for those (sub)projects that use an OpenCL application.
    You can best monitor the various project forums/fora to look for tips about the best settings per project.
    Most projects leave out much lines, Bitcoin Utopia uses the most at the moment.


  4. #64
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    I think you have to have both BOINC mgr and BOINC tasks running at the same time. I can not for the life of me get one to work without the other!





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

  5. #65
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    OK so how to do know what to put in the BOINC Tasks program to make it run, everything comes up with red letters which I am assuming means its not right yet?





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

  6. #66
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    This is what I use for Seti@Home under Win7 with a HD 4770 as GPU (didn't make it up myself! Must have come with the Lunatics optimized app!):

    Code:
    <app_info> 
        <app>
            <name>setiathome_v7</name>
        </app>
        <file_info>
            <name>AKv8c_Bb_r1846_winx86_SSSE3x.exe</name>
            <executable/>
        </file_info>
        <file_info>
            <name>libfftw3f-3.dll</name>
            <executable/>
        </file_info>
        <file_info>
            <name>AKv8c_Bb_r1846_winx86_SSSE3x.txt</name>
        </file_info>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>700</version_num>
    	<platform>windows_intelx86</platform>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
               <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>700</version_num>
    	<platform>windows_x86_64</platform>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
               <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
        </app_version>
        <app>
            <name>setiathome_enhanced</name>
        </app>
        <file_info>
            <name>AKv8c_Bb_r1846_winx86_SSSE3x.exe</name>
            <executable/>
        </file_info>
        <file_info>
            <name>libfftw3f-3.dll</name>
            <executable/>
        </file_info>
        <file_info>
            <name>AKv8c_Bb_r1846_winx86_SSSE3x.txt</name>
        </file_info>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>603</version_num>
    	<platform>windows_intelx86</platform>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
               <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>603</version_num>
    	<platform>windows_x86_64</platform>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
               <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AKv8c_Bb_r1846_winx86_SSSE3x.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
        </app_version>
        <app>
            <name>astropulse_v6</name>
        </app>
        <file_info>
            <name>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</name>
            <executable/>
        </file_info>
        <file_info>
            <name>libfftw3f-3.dll</name>
            <executable/>
        </file_info>
        <file_info>
            <name>ap_cmdline_win_x86_SSE2_OpenCL_ATI.txt</name>
        </file_info>
        <file_info>
            <name>AstroPulse_Kernels_r1843.cl</name>
        </file_info>
        <app_version>
            <app_name>astropulse_v6</app_name>
            <version_num>604</version_num>
            <platform>windows_intelx86</platform>
            <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>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AstroPulse_Kernels_r1843.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_v6</app_name>
            <version_num>604</version_num>
            <platform>windows_intelx86</platform>
            <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>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AstroPulse_Kernels_r1843.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_v6</app_name>
            <version_num>601</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>ati13ati</plan_class>
            <cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AstroPulse_Kernels_r1843.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_v6</app_name>
            <version_num>604</version_num>
            <platform>windows_x86_64</platform>
            <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>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AstroPulse_Kernels_r1843.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_v6</app_name>
            <version_num>604</version_num>
            <platform>windows_x86_64</platform>
            <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>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AstroPulse_Kernels_r1843.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_v6</app_name>
            <version_num>601</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>ati13ati</plan_class>
            <cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>AP6_win_x86_SSE2_OpenCL_ATI_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>AstroPulse_Kernels_r1843.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>astropulse_v6</name>
        </app>
        <file_info>
            <name>AP6_win_x86_SSE_CPU_r1797.exe</name>
            <executable/>
        </file_info>
        <file_info>
            <name>libfftw3f-3.dll</name>
            <executable/>
        </file_info>
        <file_info>
            <name>ap_cmdline_win_x86_SSE_CPU.txt</name>
        </file_info>
        <app_version>
            <app_name>astropulse_v6</app_name>
            <version_num>601</version_num>
            <platform>windows_intelx86</platform>
            	<cmdline></cmdline>	
            <file_ref>
                <file_name>AP6_win_x86_SSE_CPU_r1797.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>ap_cmdline_win_x86_SSE_CPU.txt</file_name>
                <open_name>ap_cmdline.txt</open_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>astropulse_v6</app_name>
            <version_num>601</version_num>
            <platform>windows_x86_64</platform>
            	<cmdline></cmdline>	
            <file_ref>
                <file_name>AP6_win_x86_SSE_CPU_r1797.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>ap_cmdline_win_x86_SSE_CPU.txt</file_name>
                <open_name>ap_cmdline.txt</open_name>
            </file_ref>
        </app_version>
        <app>
            <name>setiathome_v7</name>
        </app>
        <file_info>
            <name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</name>
            <executable/>
        </file_info>
        <file_info>
            <name>libfftw3f-3.dll</name>
    	<executable/>
        </file_info>
        <file_info>
            <name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</name>
        </file_info>
        <file_info>
            <name>MultiBeam_Kernels_r1843.cl</name>
        </file_info>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati_sah</plan_class>
            	<cmdline></cmdline>	
    	<coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati_cat132</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati5_sah</plan_class>
            	<cmdline></cmdline>	
    	<coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati5_cat132</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati_sah</plan_class>
            	<cmdline></cmdline>	
    	<coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati_cat132</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati5_sah</plan_class>
            	<cmdline></cmdline>	
    	<coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_v7</app_name>
            <version_num>703</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati5_cat132</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app>
            <name>setiathome_enhanced</name>
        </app>
        <file_info>
            <name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</name>
            <executable/>
        </file_info>
        <file_info>
            <name>libfftw3f-3.dll</name>
    	<executable/>
        </file_info>
        <file_info>
            <name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</name>
        </file_info>
        <file_info>
            <name>MultiBeam_Kernels_r1843.cl</name>
        </file_info>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>610</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>ati_opencl_sah</plan_class>
            	<cmdline></cmdline>	
    	<coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>610</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati_sah</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>610</version_num>
            <platform>windows_intelx86</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>ati13ati</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>610</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>ati_opencl_sah</plan_class>
            	<cmdline></cmdline>	
    	<coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>610</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>opencl_ati_sah</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
        <app_version>
            <app_name>setiathome_enhanced</app_name>
            <version_num>610</version_num>
            <platform>windows_x86_64</platform>
            <avg_ncpus>0.04</avg_ncpus>
            <max_ncpus>0.2</max_ncpus>
            <plan_class>ati13ati</plan_class>
            	<cmdline></cmdline>	
            <coproc>
                <type>ATI</type>
                <count>1</count>
            </coproc>
            <file_ref>
                <file_name>MB7_win_x86_SSE_OpenCL_ATi_r1843.exe</file_name>
                <main_program/>
            </file_ref>
            <file_ref>
                <file_name>libfftw3f-3.dll</file_name>
            </file_ref>
            <file_ref>
                <file_name>mb_cmdline_win_x86_SSE_OpenCL_ATi.txt</file_name>
                <open_name>mb_cmdline.txt</open_name>
            </file_ref>
            <file_ref>
                <file_name>MultiBeam_Kernels_r1843.cl</file_name>
            </file_ref>
        </app_version>
    </app_info>
    Last edited by Dirk Broer; 08-07-2014 at 08:54 PM.


  7. #67
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Quote Originally Posted by Nflight View Post
    OK so how to do know what to put in the BOINC Tasks program to make it run, everything comes up with red letters which I am assuming means its not right yet?
    Please copy your error messages in order to be able to help


  8. #68
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333

    I need a new AMD system - I need my Team Mates HELP

    I finally had a breather in time Dirk: Here is my syntax and it isnt' working, Jason or B you assistance could be useful as the Wow campaign is starting on Friday and I would like to get this to work by then!

    <app_config>
    <app>
    <name>astropulse_v6</name>
    <max_concurrent>2</max_concurrent>
    <gpu_versions>
    <gpu_usage>1</gpu_usage>
    <cpu_usage>1</cpu_usage>
    </gpu_versions>
    </app>
    <app>
    <name>setiathome_enhanced</name>
    <max_concurrent>2</max_concurrent>
    <gpu_versions>
    <gpu_usage>1</gpu_usage>
    <cpu_usage>1</cpu_usage>
    </gpu_versions>
    </app_config>





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

  9. #69
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Your syntax -which misses the second </app>- will only work with two GPUs, but then uses a full CPU core and a GPU per WU. Unless you are crunching with a heavy OpenCL application, that's not a savvy way.

    Assuming -dangerous in ICT- that you have but one GPU but want to crunch two WUs at a time change it to:
    Code:
    <app_config>
      <app>
        <name>astropulse_v6</name>
        <max_concurrent>2</max_concurrent>
        <gpu_versions>
          <gpu_usage>.5</gpu_usage>
          <cpu_usage>.2</cpu_usage>
        </gpu_versions>
      </app>
      <app>
        <name>setiathome_enhanced</name>
        <max_concurrent>2</max_concurrent>
        <gpu_versions>
          <gpu_usage>.5</gpu_usage>
          <cpu_usage>.2</cpu_usage>
        </gpu_versions>
      </app>   
    </app_config>
    You'd best use the optimized Lunatics driver, that comes with its own app_config, tailored to the capabilities of your CPU/GPU (look them up before/during the setup).
    Last edited by Dirk Broer; 08-13-2014 at 07:56 AM.


  10. #70
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    Dirk I found it, took numerous tries but I finally got one cpu and one GPU working for Seti

    <app_config>
    <app>
    <name>astropulse_v6</name>
    <gpu_versions>
    <gpu_usage>1</gpu_usage>
    <cpu_usage>1</cpu_usage>
    </gpu_versions>
    </app>
    <app>
    <name>setiathome_v7</name>
    <gpu_versions>
    <gpu_usage>1</gpu_usage>
    <cpu_usage>1</cpu_usage>
    </gpu_versions>
    </app>
    </app_config>

    Woo Hoo no more crashing!





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

Page 7 of 9 FirstFirst 123456789 LastLast

Posting Permissions

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