scispace - formally typeset
R

Ruud van der Pas

Publications -  7
Citations -  1573

Ruud van der Pas is an academic researcher. The author has contributed to research in topics: Shared memory & Matrix (mathematics). The author has an hindex of 3, co-authored 7 publications receiving 1546 citations.

Papers
More filters
Book

Using OpenMP: Portable Shared Memory Parallel Programming

TL;DR: Using OpenMP describes how to use OpenMP in full-scale applications to achieve high performance on large-scale architectures, and explains how OpenMP is translated into explicitly multithreaded code, providing a valuable behind-the-scenes account of OpenMP program performance.
Book

Using OpenMP: Portable Shared Memory Parallel Programming (Scientific and Engineering Computation)

TL;DR: Using OpenMP describes how to use OpenMP in full-scale applications to achieve high performance on large-scale architectures, and describes how OpenMP is translated into explicitly multithreaded code, providing a valuable behind-the-scenes account of OpenMP program performance.

Overview of OpenMP

TL;DR: This chapter contains sections titled: Introduction, The Idea of OpenMP, The Feature Set, OpenMP Programming Styles, Correctness Consideration, Performance Considerations, Wrap-Up.

Using OpenMP in the Real World

TL;DR: In this paper, Scalability Challenges for OpenMP, Achieving Scalability on cc-NUMA Architectures, SPMD Programming, Combining OpenMP and Message Passing, Nested OpenMP Parallelism, Performance Analysis of OpenMP Programs.

How to Get Good Performance by Using OpenMP

TL;DR: In this article, the Matrix Times Vector Product (MTV) is used to measure OpenMP performance and an alternative Fortran implementation is presented. But, it is not suitable for sequential programs.