Roman V Shaposhnik wrote: > On Thu, 2009-09-03 at 11:54 -0400, erik quanstrom wrote:
>> even commodity intel and amd mp offerings are numa. >> they're not very n, but they're still n. > > True. But even for those platforms good SMP frameworks are quite > difficult to come by. And here I do mean computation, not how > to accommodate scalable IO. We have enjoyed our 4x quad system that we mainly use for sparse matrix circuit solvers, though the current algorithms used don't seem to scale well. Instead of trying to run a single simulation on as many cores as possible, we do many different simulations at once. This trend might move us towards more quadratic programming or differential evolution where you are wanting to search a n-dimensional parameter space for optimization.