skip to main content
OSTI.GOV title logo U.S. Department of Energy
Office of Scientific and Technical Information

Title: Implementing Arbitrary/Common Concurrent Writes of CRCW PRAM

Conference ·

The Parallel Random Access Machines (PRAM) abstraction is the simplest and most elegant algorithmic model for the design and analysis of parallel algorithms. It consists of different models categorized based on the underlying memory access mode used, the most powerful of which is the Concurrent Read Concurrent Write (CRCW) model. A PRAM algorithm describes a series of rounds, each of which consists of a collection of operations that can be executed concurrently within the same time step. However, the lack of support for concurrent memory accesses and the prevalence of asynchronous programming models led to the belief that implementing CRCW PRAM algorithms is unattainable and prompted many to avoid this model except for theoretical studies of optimal performance.In this work, we study the arbitrary and common concurrent writes in the CRCW PRAM model and explore implementation challenges on general-purpose systems. Moreover, we examine current practices for implementing common/arbitrary concurrent writes and propose a new efficient lightweight and thread-safe method to implement concurrent writes through leveraging atomic instructions. To demonstrate the efficacy of our method, we developed OpenMP kernels for classical CRCW PRAM algorithms and provide experimental results and comparisons based on run time performance measured over the x86 multicore architecture. Our results show a performance speedup compared to current practices up to 4.5x across all our benchmarks.

Research Organization:
Oak Ridge National Laboratory (ORNL), Oak Ridge, TN (United States)
Sponsoring Organization:
USDOE
DOE Contract Number:
AC05-00OR22725
OSTI ID:
1856720
Resource Relation:
Conference: Workshop on Parallel Programming models and Systems Software for high-end computing - Chicago, Illinois, United States of America - 8/9/2021 8:00:00 PM-8/9/2021 8:00:00 PM
Country of Publication:
United States
Language:
English

Similar Records

A lower bound for the QRQW PRAM
Conference · Tue May 02 00:00:00 EDT 1995 · OSTI ID:1856720

Recursive star-tree parallel data structure. Technical report
Technical Report · Thu Mar 01 00:00:00 EST 1990 · OSTI ID:1856720

Parallel algorithms with processor failures and delays. Technical report
Technical Report · Thu Aug 01 00:00:00 EDT 1991 · OSTI ID:1856720

Related Subjects