Hi! The comment to boinc_finish() tells:
// NOTE: a non-zero status tells the core client that we're exiting with // an "unrecoverable error", which will be reported back to server. // A zero exit-status tells the client we've successfully finished the result. // But instead of reporting back to server when a non-zero status is passed, client tries to restart application indefinitely until report deadline is reached. Is there any way to do it once and after this report to the server? For now I can skip the creation of mandatory result files and pass 0 to boinc_finish(), this will cause computation error, but is it what I'm supposed to do? -- Max _______________________________________________ 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.
