The BOINC server cannot send a signal to the client. All communications must be initiated by the client.
Please don't have GPU applications that run forever, that will tend to limit the availability of the GPU to other projects. -----Original Message----- From: boinc_dev [mailto:[email protected]] On Behalf Of Henri Heinonen Sent: Sunday, April 14, 2013 5:36 AM To: BOINC Developers Mailing List Subject: [boinc_dev] WrapperApp questions 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. _______________________________________________ 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.
