Thread 'Sample work units?'

Message boards : Questions and problems : Sample work units?
Message board moderation

To post messages, you must log in.

AuthorMessage
temuz

Send message
Joined: 27 Mar 12
Posts: 1
United States
Message 43174 - Posted: 27 Mar 2012, 2:56:40 UTC
Last modified: 27 Mar 2012, 2:57:09 UTC

Hi,

I'm developing a fun little fork of seti@home and I need a couple more sample work units to test it properly. Anyone have some they can share? I'd really appreciate it.
ID: 43174 · Report as offensive
ProfileJord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15628
Netherlands
Message 43176 - Posted: 27 Mar 2012, 7:52:10 UTC - in response to Message 43174.  

Why not ask at the Seti forums? You'll get an easier answer there.

However, it's not just tasks that you need, it's their entry in client_state.xml as well, as I suppose that even your fork will want to know how long these tasks run for and what they are, etc.? That info is in client_state.xml, not in the tasks themselves.

e.g.
<file>
    <name>17jn11aa.12664.2112.9.10.194</name>
    <nbytes>375371.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <md5_cksum>ba112b14a93bfb79fc88e1a134cf5584</md5_cksum>
    <status>1</status>
    <download_url>http://boinc2.ssl.berkeley.edu/sah/download_fanout/3ae/17jn11aa.12664.2112.9.10.194</download_url>
</file>

(That's one of mine already downloaded)

<file>
    <name>31my11ac.6913.4566.14.10.49</name>
    <nbytes>375358.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <md5_cksum>43458ea7adca640ff24ff5ef37211af5</md5_cksum>
    <status>0</status>
    <download_url>http://boinc2.ssl.berkeley.edu/sah/download_fanout/359/31my11ac.6913.4566.14.10.49</download_url>
    <persistent_file_xfer>
        <num_retries>3</num_retries>
        <first_request_time>1332816035.626429</first_request_time>
        <next_request_time>1332835024.812237</next_request_time>
        <time_so_far>823.326271</time_so_far>
        <last_bytes_xferred>207477.000000</last_bytes_xferred>
        <is_upload>0</is_upload>
    </persistent_file_xfer>
</file>

(That's one of mine still being downloaded)

Those require the next info as well:
<workunit>
    <name>17jn11aa.12664.2112.9.10.194</name>
    <app_name>setiathome_enhanced</app_name>
    <version_num>603</version_num>
    <rsc_fpops_est>4756000000000.000000</rsc_fpops_est>
    <rsc_fpops_bound>47559999999999.992000</rsc_fpops_bound>
    <rsc_memory_bound>33554432.000000</rsc_memory_bound>
    <rsc_disk_bound>33554432.000000</rsc_disk_bound>
    <file_ref>
        <file_name>17jn11aa.12664.2112.9.10.194</file_name>
        <open_name>work_unit.sah</open_name>
    </file_ref>
</workunit>
<workunit>
    <name>31my11ac.6913.4566.14.10.49</name>
    <app_name>setiathome_enhanced</app_name>
    <version_num>603</version_num>
    <rsc_fpops_est>16112362642813.398000</rsc_fpops_est>
    <rsc_fpops_bound>161123626428134.000000</rsc_fpops_bound>
    <rsc_memory_bound>33554432.000000</rsc_memory_bound>
    <rsc_disk_bound>33554432.000000</rsc_disk_bound>
    <file_ref>
        <file_name>31my11ac.6913.4566.14.10.49</file_name>
        <open_name>work_unit.sah</open_name>
    </file_ref>
</workunit>

ID: 43176 · Report as offensive

Message boards : Questions and problems : Sample work units?

Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.