Click here to Skip to main content
15,668,517 members
Everything / OpenMP

OpenMP

OpenMP

Great Reads

by Arthur V. Ratz
This article is a practical guide on using Intel® Threading Building Blocks (TBB) and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm.
by Arthur V. Ratz
This tip/trick introduces the basic ideas on how to avoid memory mismatched allocation/deallocation issues detected by Intel® Inspector XE for Visual Studio 2015
by Intel
This is the first in a series of articles where I will talk about parallel programming and various ways to enable it on modern accelerators.
by Abhay_Rawat, Dr. Amarpal S Kapoor
This article focuses on tuning and scaling a deep-learning-based algorithm on a cluster of compute nodes.

Latest Articles

by Henry A Gabb, Nawal Copty
Accelerate Linear Algebra Computations with Standard, Open Approaches
by Shiquan Su PhD, Ron_Green, Barbara Perz, Pamela Harrison
Expressing Heterogeneous Parallelism Using Open, Standard Programming Languages
by Intel
This is the first in a series of articles where I will talk about parallel programming and various ways to enable it on modern accelerators.
by Abhay_Rawat, Dr. Amarpal S Kapoor
This article focuses on tuning and scaling a deep-learning-based algorithm on a cluster of compute nodes.

All Articles

Sort by Score

OpenMP 

2 May 2017 by Arthur V. Ratz
This article is a practical guide on using Intel® Threading Building Blocks (TBB) and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm.
12 Dec 2022 by Intel
This is the first in a series of articles where I will talk about parallel programming and various ways to enable it on modern accelerators.
26 Jul 2022 by Abhay_Rawat, Dr. Amarpal S Kapoor
This article focuses on tuning and scaling a deep-learning-based algorithm on a cluster of compute nodes.
17 Apr 2017 by Intel
How the Gold Standard Parallel Programming Language Has Improved with Each New Version
26 May 2017 by Intel
Making Parallel Programming Accessible to C/C++ and Fortran Programmers―and Providing a Software Path to Exascale Computation
31 Aug 2017 by Intel
Making Parallel Programming Accessible to C/C++ and Fortran Programmers
11 May 2023 by Henry A Gabb, Nawal Copty
Accelerate Linear Algebra Computations with Standard, Open Approaches
16 Aug 2017 by Alasdair Craig
A C++ implementation of a published algorithm for computing the concave hull using a k-nearest neighbour approach.
26 Jul 2012 by headmyshoulder, Denis Demidov
This article shows how ordinary differential equations can be solved with OpenCL. In detail it shows how odeint - a C++ library for ordinary differential equations - can be adapted to work with VexCL - a library for OpenCL. The resulting performance is studied on two examples.
8 May 2023 by Shiquan Su PhD, Ron_Green, Barbara Perz, Pamela Harrison
Expressing Heterogeneous Parallelism Using Open, Standard Programming Languages