Website

Video: Performance Essentials with OpenMP 4.0 Vectorization

2013-12-19T16:03:56-07:00Dec 19, 2013|

Intel has posted a video tutorial on the use of the OpenMP 4.0 SIMD pragmas. http://software.intel.com/en-us/articles/performance-essentials-with-openmp-40-vectorization A series of seven videos covering performance essentials using OpenMP 4.0 Vectorization with C/C++. It provides an overview of why explicit vector programming methods are crucial to getting performance on modern many core platforms. [...]

Reflections on SC13 and OpenMP

2021-09-23T17:31:43-07:00Dec 12, 2013|

Michael Wong, CEO of OpenMP ARB, reflects on Supercomputing 13 and recent OpenMP advances: I attended Supercomputing in my third year as OpenMP CEO to both represent IBM and OpenMP. This was a big year for us as we closed with many milestones in what I call a Significant Paradigm [...]

Article: OpenMP 4.0

2021-09-23T17:31:50-07:00Dec 10, 2013|

A new article, "Full Throttle: OpenMP 4.0" by Michael Klemm, Senior Application Engineer, Intel and Christian Terboven, Deputy Head of HPC Group, RWTH Aachen University, appears in the current issue of Intel's Parallel Universe magazine. “Multicore is here to stay.” This single sentence accurately describes the situation of application developers and the [...]

Tutorial: Introduction to OpenMP

2018-07-01T01:54:12-07:00Dec 06, 2013|

Intel's Tim Mattson's Introduction to OpenMP video tutorial is now available. Outline: Unit 1: Getting started with OpenMP --Module 1: Introduction to parallel programming --Module 2: The boring bits: Using an OpenMP compiler (hello world) --Discussion 1: Hello world and how threads work Unit 2: The core features of OpenMP [...]

Accelerated Programming

2024-11-07T07:13:17-07:00Dec 06, 2013|

Michael Wolfe, at PGI, writes about programming standards for the next generation of  HPC systems. Having just returned from SC13, one burning issue is the choice of a standard approach for programming the next generation HPC systems. While not guaranteed, these systems are likely to be large clusters of nodes [...]

SC13 Video Talks Online

2021-09-23T17:18:50-07:00Nov 29, 2013|

Videos of the five in-booth talks and the Birds of a Feather session at Supercomputing 2013 (November 2013, Denver CO) are now »online.

4.0 Examples Document Released

2025-04-04T13:30:53-07:00Nov 12, 2013|

The first release of the OpenMP 4.0 API Examples document is now available and can be downloaded from the Specifications page. This is a work in progress -- additional examples are under development and will be released in later editions.

Recently Published Articles on OpenMP

2025-04-04T13:48:22-07:00Sep 17, 2013|

Admin Magazine/HPC http://www.admin-magazine.com/HPC/Articles/HPC-Software-Road-Gets-a-Bit-Smoother The Clang/LLVM compiler now supports OpenMP 3.1 http://clang-omp.github.io/ Linux Journal / Advanced OpenMP https://www.linuxjournal.com/content/advanced-openmp In Online Journal Embedded A portable OpenMP runtime library based on MCA APIs for embedded systems https://www.researchgate.net/... ACM Digital Library Portable mapping of OpenMP to Multicore embedded systems using MCA APIs https://dl.acm.org/doi/10.1145/2499369.2465569

University of Houston Joins the OpenMP Effort

2020-09-08T08:38:22-07:00Sep 06, 2013|

The University of Houston (UH) has joined the OpenMP Consortium, a group of leading hardware and software vendors and research organizations creating the standard for the most popular shared-memory parallel programming model in use today. “We are excited to join the OpenMP family as an academic member”, says Barbara Chapman, [...]

Go to Top