I want to make sure everyone realizes that some apps inherently can't
supply an accurate fraction done.
It's easy if your app has the form
for i=1,N
fixed computation
It not easy if your app has the form
lengthy preprocessing
for i=1,n
fixed computation
lengthy postprocessing
or
while true do
fixed computation
if convergence criterion met
break
_______________________________________________
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.