On 5-ott-09, at 15:31, Samuel Thibault wrote:

Fawzi Mohamed, le Mon 05 Oct 2009 15:23:23 +0200, a écrit :
well you assume you have a single copy of the whole system structure,
I am not sure that would be the case, and while the memory per core is growing, the memory per thread is not growing much,... but anyway that
is not the important point...

Threads share the cache levels, so it would be useless to keep a copy
per thread. A copy per NUMA node should be far enough.

well thread don't necessarily share caches, but you are right, one copy per NUMA node should be enough, if someone uses one process per thread then it is its fault... ;)

Fawzi

Reply via email to