vix.ing · top · new · best · stats · spec

A survey of algorithmic skeleton frameworks: high‐level structured parallel programming enablers

2010/11/01 by Horacio González–Vélez, Mario Leyton · 2 citations
Computer Science · #Distributed and Parallel Computing Systems #Distributed systems and fault tolerance #Parallel Computing and Optimization Techniques

paper · doi:10.1002/spe.1026

openalex publication_date 2010/11/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/05/21

Abstract

Abstract Structured parallel programs ought to be conceived as two separate and complementary entities: computation, which expresses the calculations in a procedural manner, and coordination, which abstracts the interaction and communication. By abstracting commonly used patterns of parallel computation, communication, and interaction, algorithmic skeletons enable programmers to code algorithms without specifying platform‐dependent primitives. This article presents a literature review on algorithmic skeleton frameworks (AS K F), parallel software development environments furnishing a collection of parameterizable algorithmic skeletons, where the control flow, nesting, resource monitoring, and portability of the resulting parallel program is dictated by the AS K F as opposed to the programmer. Consequently, the AS K F can be positioned as high‐level structured parallel programming enablers, as their systematic utilization permits the abstract description of programs and fosters portability by focusing on the description of the algorithmic structure rather than on its detailed implementation. Copyright © 2010 John Wiley & Sons, Ltd.

Citations

Cited by

Related