找回密码
 新注册用户
搜索
查看: 3777|回复: 3

[求助] 更新问题,,,,帮看看怎么样设置4850显卡跑seti

[复制链接]
发表于 2010-4-26 17:30:20 | 显示全部楼层 |阅读模式
本帖最后由 bill_max 于 2010-5-4 09:09 编辑

今天装上了4850,所以想用GPU算一下SETI。
参考了 http://www.equn.com/forum/thread-23838-1-1.html 这个帖子。

下载了扩展软件并参考:

下面给出混合优化的 app_info.xml 文件所需要代码的范例: <app_info>

    <app>

        <name>astropulse_v505</name>

    </app>

        <file_info>

         <name>ap_5.05_win_x86_SSE3_BROOK_r280_NO_DOUBLE.exe</name>

        <executable/>

            </file_info>

    <app_version>

        <app_name>astropulse_v505</app_name>

        <version_num>505</version_num>

        <avg_ncpus>0.1</avg_ncpus>

        <max_ncpus>1</max_ncpus>

    <coproc>

    <type>ATI</type>

    <count>0.01</count>

    </coproc>

        <file_ref>

            <file_name>ap_5.05_win_x86_SSE3_BROOK_r280_NO_DOUBLE.exe</file_name>

            <main_program/>                           

        </file_ref>

    </app_version>

</app_info>
复制代码请根据你的实际情况设置 <max/avg_ncpus> 和 <count> 值(暂时不清楚如何设置。。

把代码添加到 <app_info> 里面,重启 BOINC 即可。

改为:
<app_info>
    <app>
        <name>astropulse_v505</name>
    </app>
        <file_info>
         <name>ap_5.05_win_x86_SSE3_BROOK_r280.exe</name>
        <executable/>
            </file_info>
    <app_version>
        <app_name>astropulse_v505</app_name>
        <version_num>505</version_num>
        <avg_ncpus>0.1</avg_ncpus>
        <max_ncpus>1</max_ncpus>
    <coproc>
    <type>ATI</type>
    <count>0.01</count>
    </coproc>
        <file_ref>
            <file_name>ap_5.05_win_x86_SSE3_BROOK_r280.exe</file_name>
            <main_program/>                           
        </file_ref>
    </app_version>
</app_info>


:: 请问  <max/avg_ncpus> 和 <count> 值  现在有谁清楚是什么意思,怎么设置了吗?


我查看项目属性,



再查看GPU占有率,好像没用到啊。
回复

使用道具 举报

发表于 2010-4-26 17:43:43 | 显示全部楼层
回复 1# bill_max

GPU 是不常满载的,看看这个帖子:http://www.equn.com/forum/redire ... 3838&pid=314813
回复

使用道具 举报

发表于 2010-4-26 21:31:12 | 显示全部楼层
a卡跑seti目前还是没什么效率可言 gpu利用率超低。。
还是跑mw好 或者cc dnetc
回复

使用道具 举报

 楼主| 发表于 2010-4-29 10:59:59 | 显示全部楼层
我想问下怎么看得出来GPU也参加了运算? 我现在不知道是不是已经可以用GPU参与了,配置对了没有。



另外 :

SSSE3x的优化包不行么?测试通过。。

<app_info>
        <app>
                <name>astropulse_v505</name>
        </app>
        <file_info>
                <name>ap_5.05_win_x86_SSE3_BROOK_r280.exe</name>
                <executable/>
            </file_info>
            <app_version>
                <app_name>astropulse_v505</app_name>
                <version_num>505</version_num>
                <avg_ncpus>0.1</avg_ncpus>
                <max_ncpus>1</max_ncpus>
        <coproc>
        <type>ATI</type>
        <count>0.01</count>
        </coproc>
                       <file_ref>
                            <file_name>ap_5.05_win_x86_SSE3_BROOK_r280.exe</file_name>
                            <main_program/>                           
                </file_ref>
            </app_version>

    <app>
        <name>setiathome_enhanced</name>
    </app>
    <file_info>
        <name>AK_v8b_win_x64_SSSE3x.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>528</version_num>
        <file_ref>
           <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
<app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>603</version_num>
        <file_ref>
           <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>

如果缺少了红色里的参数会显示读取app_info.xml错误的,请大家注意





*********************************

这个回帖里面的
   <app>
        <name>setiathome_enhanced</name>
    </app>
    <file_info>
        <name>AK_v8b_win_x64_SSSE3x.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>528</version_num>
        <file_ref>
           <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
<app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>603</version_num>
        <file_ref>
           <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>


这一段里面的sse3优化包哪里下载?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 新注册用户

本版积分规则

论坛官方淘宝店开业啦~
欢迎大家多多支持基金会~

Archiver|手机版|小黑屋|中国分布式计算总站 ( 沪ICP备05042587号 )

GMT+8, 2025-5-9 14:58

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表