Personal tools
You are here: Home Downloads LinuxDays 2007 BOINC BOINC test_setup project.xml
Document Actions

BOINC test_setup project.xml

This configuration file can be used to add applications to the test_setup BOINC project. It includes the name of the application and the supported platforms of the project.

Click here to get the file

Size 1 kB - File type text/xml

File contents

<boinc>
    <platform>
        <name>i686-pc-linux-gnu</name>
        <user_friendly_name>Linux running on an Intel x86-compatible CPU</user_friendly_name>
    </platform>
    <platform>
        <name>anonymous</name>
        <user_friendly_name>anonymous</user_friendly_name>
    </platform>
    <app>
        <name>uppercase</name>
        <user_friendly_name>The upper case application</user_friendly_name>
    </app>
</boinc>
by Marc Seil last modified 2007-01-28 22:33

Powered by Plone