I have set up a plan_class.xml but there is a problem with sending application. When I create new work, sometimes client download the specific procesor application but sometimes it download the normal version. It does usually after setting a new version the specific app and then after work creation it download normal version instead of specific. I have to cancel it via server management and create new one and the it download the specific app. If I cancel it in BOINC manager, it just download it again with the normal version of the app. Is there any option, something like <prefer_primary_platform> but for plan_class? It seems that it is randomly what application it download.
Here is my plan_class, if it is allright:

<plan_classes>
        <plan_class>
                <name>sse3<name>
                <cpu_feature>pni</cpu_feature>
<projected_flops_scale>1.1</projected_flops_scale>
        </plan_class>
        <plan_class>
                <name>avx<name>
                <cpu_feature>avx</cpu_feature>
<projected_flops_scale>1.2</projected_flops_scale>
        </plan_class>
</plan_classes>

_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to