Hi MPICH2 people,<div><br></div><div>Suppose I have N jobs and M machines. Each job needs T_i time to finish. Now, the problem is I want an algorithm that quickly dispatch N jobs to M machines in the constrain that the slowest machine&#39;s completion time is minimal. Formally speaking, I need a function f:N-&gt;M that mapping N jobs to M machines with constrain <b>\argmin_f \max_j \sum_{f(i)=j}{T_i}. </b>Would anybody give me some tips for this algorithm?</div>
<div><br></div><div>cheers</div><div>Xiao</div>