PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
June 20, 20242 citationsOpen Access

Shray: An Owner-Compute Distributed Shared-Memory System

View Full Paper
SSStefan SchrijversTKThomas KoopmanSSSven‐Bodo Scholz

Key Points

Key points are not available for this paper at this time.

Abstract

In this paper, we propose a new library for storing arrays in a distributed fashion on distributed memory systems. From a programmer's perspective, these arrays behave for arbitrary reads as if they were allocated in shared memory. When it comes to writes into these arrays, the programmer has to ensure that all writes are restricted to a fixed range of address that are "owned" by the node executing the writing operation. We show how this design, despite the owner-compute restriction can aid programmer productivity by enabling straight-forward parallelisations of typical array-manipulating codes. Furthermore, we delineate an open-source implementation of the proposed library named Shray. Using the programming interface of Shray, we compare possible hand-parallelised codes of example applications with implementations in other DSM/PGAS systems demonstrating the programming style enabled by Shray, and providing some initial performance figures.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Schrijvers et al. (2024) studied this question.

synapsesocial.com/papers/68e63f6fb6db6435875d1558https://doi.org/10.1145/3652586.3663314
Ask AI
Helpful
Bookmark
Share
View Full Paper