Re: getting processor numbers

From: Andi Kleen
Date: Tue Apr 03 2007 - 13:12:44 EST


Ulrich Drepper <drepper@xxxxxxxxxx> writes:

> More and more code depends on knowing the number of processors in the
> system to efficiently scale the code. E.g., in OpenMP it is used by
> default to determine how many threads to create.

There are more uses for it.

> Creating more threads
> than there are processors/cores doesn't make sense.

There was a proposal some time ago to put that into the ELF aux vector
Unfortunately there was disagreement on what information to put
there exactly (full topology, only limited numbers etc.)

My proposal was number of CPUs, number of cores, number of nodes
as three 16 bit numbers.

-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/