Hi!

How can I run a BOINC GPU application that never ends? How can I eventually
send the signal from my BOINC server to end the workunit?

I'm planning to use WrapperApp (
http://boinc.berkeley.edu/trac/wiki/WrapperApp ) to start this Windows
program: "BitTornado.exe -h yourhost -u username -p password"

If my worker program (BitTornado.exe) has many files and subdirectories,
how can I include them?

Is this the correct way to do the *worker_job_1.0.xml?*

<job_desc>
    <task>
        <application>worker</application>
        <command_line>-h yourhost -u username -p password</command_line>
    </task>
</job_desc>
_______________________________________________
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