Parallel 101

Print Friendly, PDF & Email

HPCwire is running an article this week by a couple of Intel folks on the basics of parallel programming

Parallel programming uses threads to enable multiple operations to proceed simultaneously. The entire concept of parallel programming centers on the design, development and deployment of threads within an application and the coordination between threads and their respective operations. This article examines how to break up programming tasks into chunks that are suitable for threading.