The first line will keep a single host from getting more than one WU although technically, that isn't necessary if the second line is present since one WU per host is a subset of one WU per user.
One other thing you may want to check. Older versions of BOINC were very picky about XML end tags being present on the same line as the start tag because it didn't ingore whitespace well. There have been a lot of improvements to the XML parser so that may no longer be true, but it can't hurt to try. For example, use: <one_result_per_host_per_wu>1</one_result_per_host_per_wu> <one_result_per_user_per_wu>1</one_result_per_user_per_wu> instead of <one_result_per_user_per_wu> 1 </one_result_per_user_per_wu> Jon Sonntag On Sun, Feb 5, 2012 at 10:50 AM, Олег Заикин <[email protected]> wrote: > Hello. > > In SAT@home there is a problem - user sometime can get > all copies of WU (even on same host). > Example of such situation: > http://sat.isa.ru/pdsat/workunit.php?wuid=356914 > In config.xml parameter one_result_per_user_per_wu exists: > <one_result_per_user_per_wu> > 1 > </one_result_per_user_per_wu> > > Could anybody advice something? > > PS. SAT@home is based on SZTAKI package > http://www.desktopgrid.hu/index.php?page=7 > It seems that version of BOINC is rather old (6.11). > > Oleg Zaikin, > programmer of SAT@home > > _______________________________________________ > 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.
