El Lunes 21 Sep 2009 01:37:55 David Anderson escribió: > Rytis Slatkevičius wrote: > > I'm not sure if that is related, but after the update server started > > sending 2 tasks, while config.xml has max_wus_in_progress = 1, > > max_wus_to_send = 1. We only need one task to be sent, as we're > > non-cpu-intensive: > > The problem is that max_wus_in_progress gets multiplied by the # of CPUs. > One way around this is to include <max_ncpus>1</max_ncpus>. > Kind of a kludge. > Carl, what do you do on QCN? > -- David
max_wus_in_progress is unneeded for non-CPU-intensive projects. It's enough to have max_wus_to_send=1. Once a task is sent, the client won't ask for more until it's done. -- Nicolas _______________________________________________ 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.
