Re: How can I optimize a process on a NUMA architecture(x86-64specifically)?

From: Andi Kleen
Date: Fri May 21 2004 - 18:43:26 EST


"Martin J. Bligh" <mbligh@xxxxxxxxxxx> writes:

> There is no such thing as a homenode. What you describe is more or less why
> we ditched that concept.

numa api has a "prefered node", which is a bit similar to the old
home node. The main difference is that it does not affect the scheduler,
only the memory allocation. You can of course affect the scheduler too,
but that's a separate option now and more strict.

For historical reasons numactl still has a --homenode= alias for --prefered,
although it is undocumented and discouraged now.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/