Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how does programmer know the thread is executed by which core?

Status
Not open for further replies.

dalang92

Newbie level 5
Joined
Jun 27, 2010
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,335
Help~~
In a Multi-core system, how does a programmer know a thread is executed by which cpu? Say if we have 4 threads and 2 CPU, how does these 4 thread distributed into these 2 cores? Do we have CPU number to look at? Thanks.
 

Help~~
In a Multi-core system, how does a programmer know a thread is executed by which cpu? Say if we have 4 threads and 2 CPU, how does these 4 thread distributed into these 2 cores? Do we have CPU number to look at? Thanks.

You probably cant know.
It gets complicated because Intel and AMD processers have different amounts of threads per core.
Then processors can have a different number of cores.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top