HPC

HPC

Leveraging Standards-Based Parallel Programming in HPC Applications

Last month I discussed why standards-based parallel programming should be in your HPC toolbox. Now, I am highlighting the successes of some of the developers who have already made standards-based parallelism an integral part of their strategy. As you will see, success with standards-based programming isn’t limited to just mini-apps.

Read More
HPC

Why Standards-Based Parallel Programming Should be in Your HPC Toolbox

HPC application developers have long relied on programming abstractions that were developed and used almost exclusively within the realm of traditional HPC. In this post I discuss why you should be parallel programming natively with ISO C++ and ISO Fortran.

Read More
HPC

Using Fortran Standard Parallel Programming for GPU Acceleration

In this post we discuss the benefits of using Fortran DO CONCURRENT loops for GPU programming.

Read More
HPC

Multi-GPU Programming with Standard Parallel C++, Part 2

In this post we continue our discussion of ISO C++ parallel programming in Palabos.

Read More