Ruediger Pluem wrote:
> 
> 
> Shouldn't that be "while (cur_lbset <= max_lbset && !mycandidate);"
> (same question also for the other algorithm)?
> I guess otherwise we would not check for the workers with the lbset max_lbset.
> 

No, since we do the test at the end, after we've incremented.
If the current set is 3 and the max is 3, we want to stop.

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
            "If you can dodge a wrench, you can dodge a ball."

Reply via email to