Jump to content

Why doesn't applications use my second physical CPU

So i have 2 Intel X5690's in my system, but only one game (Dragon ball xenoverse 2), Cinebench R15/R20, Premire Pro, and handbrake use the 2 Physical cpu's (im not talking about cores). But every other game only uses the first or second cpu (and all 6 cores and 12 threads on that one cpu). Also as another test, i turned off gpu rendering for youtube videos on chrome://flags and when playing 4 or 8K video, chrome only uses 1 cpu.

 

 

Why does barely any application support 2 cpu's? Is creating applications that are multithreaded DIFFERENT from creating one that is multi-cpu? 

Link to comment
Share on other sites

Link to post
Share on other sites

Quote

Is creating applications that are multithreaded DIFFERENT from creating one that is multi-cpu? 

Yes. I hope the machine was cheap because 99% of consumer level software will not utilise both CPU's and especially not games 

🌲🌲🌲

 

 

 

◒ ◒ 

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, IBM_THINKPAD_R51 said:

Why does barely any application support 2 cpu's? Is creating applications that are multithreaded DIFFERENT from creating one that is multi-cpu? 

It's because of an issue called non-uniform memory access (https://en.wikipedia.org/wiki/Non-uniform_memory_access). Imagine if the application was running on CPU 1 but the data it wants is on RAM that's handled by CPU 2. It's going to take much longer to access it. You could have the system move the contents over, but what if the application starts running on CPU 2 because everything on CPU 1 was too busy? Now that data has to be moved back. Either way for high performance applications like games, this can become an issue.

 

So to avoid this problem altogether, a lot of applications simply don't allow themselves to be run on multiple processors. This is less of a problem with multiple cores because memory access is uniform across all the cores in a processor (except for Threadripper, which has the NUMA problem).

Link to comment
Share on other sites

Link to post
Share on other sites

7 minutes ago, IBM_THINKPAD_R51 said:

Is creating applications that are multithreaded DIFFERENT from creating one that is multi-cpu? 

Yes. Multi-CPU has to do with scaling, multithread has to do with simple thread count.

 

It is possible to make applications use the second CPU if you force it to do so in Windows; for example you can run browsers and other applications like Spotify or Discord off of one CPU, and run all your games on the other CPU. You can't force an application to run partially on one CPU and partially on the other CPU, though.

Quote or tag me( @Crunchy Dragon) if you want me to see your reply

If a post solved your problem/answered your question, please consider marking it as "solved"

Community Standards // Join Floatplane!

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, Mira Yurizaki said:

It's because of an issue called non-uniform memory access (https://en.wikipedia.org/wiki/Non-uniform_memory_access). Imagine if the application was running on CPU 1 but the data it wants is on RAM that's handled by CPU 2. It's going to take much longer to access it. You could have the system move the contents over, but what if the application starts running on CPU 2 because everything on CPU 1 was too busy? Now that data has to be moved back. Either way for high performance applications like games, this can become an issue.

 

So to avoid this problem altogether, a lot of applications simply don't allow themselves to be run on multiple processors. This is less of a problem with multiple cores because memory access is uniform across all the cores in a processor (except for Threadripper, which has the NUMA problem).

This system i have Has NUMA nodes tho, how do i fix the issue?

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Mira Yurizaki said:

You don't. It's a hardware configuration.

so out of curiosity...what if i had one stick of 16GB ram?

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Mira Yurizaki said:

For the entire system? It won't work, both CPUs need RAM.

haha whats funny is that i used to have a dual pentium 2 system and almost every application in windows 7 used the dual cpu system just fine XD

Link to comment
Share on other sites

Link to post
Share on other sites

18 minutes ago, IBM_THINKPAD_R51 said:

haha whats funny is that i used to have a dual pentium 2 system and almost every application in windows 7 used the dual cpu system just fine XD

Because memory is shared in that case. That's why you only have one set of RAM slots total, instead of a single or pair per CPU.

Main rig on profile

VAULT - File Server

Spoiler

Intel Core i5 11400 w/ Shadow Rock LP, 2x16GB SP GAMING 3200MHz CL16, ASUS PRIME Z590-A, 2x LSI 9211-8i, Fractal Define 7, 256GB Team MP33, 3x 6TB WD Red Pro (general storage), 3x 1TB Seagate Barracuda (dumping ground), 3x 8TB WD White-Label (Plex) (all 3 arrays in their respective Windows Parity storage spaces), Corsair RM750x, Windows 11 Education

Sleeper HP Pavilion A6137C

Spoiler

Intel Core i7 6700K @ 4.4GHz, 4x8GB G.SKILL Ares 1800MHz CL10, ASUS Z170M-E D3, 128GB Team MP33, 1TB Seagate Barracuda, 320GB Samsung Spinpoint (for video capture), MSI GTX 970 100ME, EVGA 650G1, Windows 10 Pro

Mac Mini (Late 2020)

Spoiler

Apple M1, 8GB RAM, 256GB, macOS Sonoma

Consoles: Softmodded 1.4 Xbox w/ 500GB HDD, Xbox 360 Elite 120GB Falcon, XB1X w/2TB MX500, Xbox Series X, PS1 1001, PS2 Slim 70000 w/ FreeMcBoot, PS4 Pro 7015B 1TB (retired), PS5 Digital, Nintendo Switch OLED, Nintendo Wii RVL-001 (black)

Link to comment
Share on other sites

Link to post
Share on other sites

15 minutes ago, flibberdipper said:

Because memory is shared in that case. That's why you only have one set of RAM slots total, instead of a single or pair per CPU.

There has to be some kind of mode like that in my BIOS right?

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Mira Yurizaki said:

I'm surprised you managed to get Windows 7 to run on a Pentium 2.

2 technically XD

Link to comment
Share on other sites

Link to post
Share on other sites

39 minutes ago, Mira Yurizaki said:

For the entire system? It won't work, both CPUs need RAM.

Back in the day, yes.

 

Modern systems that have Intel's QPI link will allow CPUs to share memory across the whole system, regardless of which slot it's installed in. My Athlon MP system would probably throw a fit if I didn't have at least two DIMMs installed, but an Intel system with let's say dual LGA 2011 won't necessarily care where the memory is installed on the board.

Quote or tag me( @Crunchy Dragon) if you want me to see your reply

If a post solved your problem/answered your question, please consider marking it as "solved"

Community Standards // Join Floatplane!

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Crunchy Dragon said:

Back in the day, yes.

 

Modern systems that have Intel's QPI link will allow CPUs to share memory across the whole system, regardless of which slot it's installed in. My Athlon MP system would probably throw a fit if I didn't have at least two DIMMs installed, but an Intel system with let's say dual LGA 2011 won't necessarily care where the memory is installed on the board.

The chipset i am running on right now has a QPI link

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, IBM_THINKPAD_R51 said:

The chipset i am running on right now has a QPI link

As far as I'm aware, every halfway modern Intel CPU will have at least one QPI link.

Quote or tag me( @Crunchy Dragon) if you want me to see your reply

If a post solved your problem/answered your question, please consider marking it as "solved"

Community Standards // Join Floatplane!

Link to comment
Share on other sites

Link to post
Share on other sites

12 minutes ago, IBM_THINKPAD_R51 said:

There has to be some kind of mode like that in my BIOS right?

Couldn't tell you since I have no experience with anything newer than dual 370. Find the manual for what you have and see what it says.

Main rig on profile

VAULT - File Server

Spoiler

Intel Core i5 11400 w/ Shadow Rock LP, 2x16GB SP GAMING 3200MHz CL16, ASUS PRIME Z590-A, 2x LSI 9211-8i, Fractal Define 7, 256GB Team MP33, 3x 6TB WD Red Pro (general storage), 3x 1TB Seagate Barracuda (dumping ground), 3x 8TB WD White-Label (Plex) (all 3 arrays in their respective Windows Parity storage spaces), Corsair RM750x, Windows 11 Education

Sleeper HP Pavilion A6137C

Spoiler

Intel Core i7 6700K @ 4.4GHz, 4x8GB G.SKILL Ares 1800MHz CL10, ASUS Z170M-E D3, 128GB Team MP33, 1TB Seagate Barracuda, 320GB Samsung Spinpoint (for video capture), MSI GTX 970 100ME, EVGA 650G1, Windows 10 Pro

Mac Mini (Late 2020)

Spoiler

Apple M1, 8GB RAM, 256GB, macOS Sonoma

Consoles: Softmodded 1.4 Xbox w/ 500GB HDD, Xbox 360 Elite 120GB Falcon, XB1X w/2TB MX500, Xbox Series X, PS1 1001, PS2 Slim 70000 w/ FreeMcBoot, PS4 Pro 7015B 1TB (retired), PS5 Digital, Nintendo Switch OLED, Nintendo Wii RVL-001 (black)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×