Article 1J3NJ Programming Many Tasks for Many Cores

Programming Many Tasks for Many Cores

by
MichaelS
from High-Performance Computing News Analysis | insideHPC on (#1J3NJ)
knights_landing-150x150.jpg

"Tasks keep the CPUs busy. When a core is working, rather than waiting for work to be sent to it, the application progresses towards it conclusion. A caveat to all of this is to remember that tasking and threading models remain on the system it was created on. Tasks that use a shared memory space only work within the shared memory segment that the processing cores can get to. Shared memory on the CPU side of the system is separate from the shared memory on the coprocessor. The threads created will remain on the part of the system where it started."

The post Programming Many Tasks for Many Cores appeared first on insideHPC.

External Content
Source RSS or Atom Feed
Feed Location http://insidehpc.com/feed/
Feed Title High-Performance Computing News Analysis | insideHPC
Feed Link https://insidehpc.com/
Reply 0 comments