OPENMP*: The Once and Future API

October 2018 marked the 21st birthday of OpenMP—an API for writing multithreaded applications that has evolved into a preeminent parallel programming model.

According to Tim Mattson—one of OpenMP’s founders—the reason why is simple. “[OpenMP] is a safe and gentle way to get into parallel computing. Developers can quickly go from Ground Zero to writing parallel algorithms.”

Additionally, as an open standard, OpenMP levels the playing field in a competitive league of hardware vendors (software applications always last longer than any particular hardware product), allowing developers to create portable code that withstands the continuous evolution of hardware revisions.

So where is OpenMP going next? Is another 21 years in its future? Can it remain relevant in a future where the pace of hardware complexity and heterogeneity goes off the charts?

Tune in to hear Tim discuss these very issues with Tech.Decoded, including his prediction about parallel programming’s future.

Get the software
OpenMP 5.0 support is available in Intel® C Compilers and Intel® Fortran Compilers. Get them both in Intel® Parallel Studio XE. Try it free for 30 days now.

Tim Mattson, Sr. Principal Engineer, Intel Corporation

Tim Mattson is a parallel programmer whose 24/7 obsession is… science! With Intel since 1993, Tim is a Senior Principal Engineer whose contributions span a brilliant array of globe-changing efforts, including (and this is the short list) the first TFLOP computer, the OpenMP and OpenCL programming languages, Intel’s first TFLOP chip and the 48 core SCC, Polystore data management systems (in collaboration with MIT), and the GraphBLAS API for expressing graph algorithms as sparse linear algebra.

Currently Tim leads a programming systems research group and collaborates with researchers at MIT on the intersection of AI and data systems (dsail.csail.mit.edu). Tim earned a B.S. in Chemistry degree from the University of California, Riverside, and a M.S. in Chemistry degree and a Ph.D. in quantum scattering theory from the University of California, Santa Cruz.

Henry Gabb, Sr. Principal Engineer, Intel Corporation

Henry is a senior principal engineer in the Intel Software and Services Group, Developer Products Division, and is the editor of The Parallel Universe, Intel’s quarterly magazine for software innovation. He first joined Intel in 2000 to help drive parallel computing inside and outside the company. He transferred to Intel Labs in 2010 to become the program manager for various research programs in academia, including the Universal Parallel Computing Research Centers at the University of California at Berkeley and the University of Illinois at Urbana-Champaign. Prior to joining Intel, Henry was Director of Scientific Computing at the U.S. Army Engineer Research and Development Center MSRC, a Department of Defense high-performance computing facility. Henry holds a B.S. in biochemistry from Louisiana State University, an M.S. in medical informatics from the Northwestern Feinberg School of Medicine, and a PhD in molecular genetics from the University of Alabama at Birmingham School of Medicine. He has published extensively in computational life science and high-performance computing. Henry recently rejoined Intel after spending four years working on a second PhD in information science at the University of Illinois at Urbana-Champaign, where he established an expertise in applied informatics and machine learning for problems in healthcare and chemical exposure.

For more complete information about compiler optimizations, see our Optimization Notice.