A Decade of Multicore Parallelism with Intel TBB
by Richard Friedman from High-Performance Computing News Analysis | insideHPC on (#28MP1)
While HPC developers worry about squeezing out the ultimate performance while running an application on dedicated cores, Intel TBB tackles a problem that HPC users never worry about: How can you make parallelism work well when you share the cores that you run upon?" This is more of a concern if you're running that application on a many-core laptop or workstation than a dedicated supercomputer because who knows what will also be running on those shared cores. Intel Threaded Building Blocks reduce the delays from other applications by utilizing a revolutionary task-stealing scheduler. This is the real magic of TBB.
The post A Decade of Multicore Parallelism with Intel TBB appeared first on insideHPC.