SilkRoad II: A Multi-Paradigm Runtime System for Cluster Computing

  • Authors:
  • Liang Peng;Weng Fai Wong;Chung Kwong Yuen

  • Affiliations:
  • -;-;-

  • Venue:
  • CLUSTER '02 Proceedings of the IEEE International Conference on Cluster Computing
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

A parallel programming paradigm dictates the way an application is to be expressed. It also restricts the algorithms that may be used in the application. Unfortunately, runtime systems for parallel computing often impose a particular programming paradigm. For a wider choice of algorithms, it is desirable to support more than one paradigm. In this paper we propose our work in SilkRoad II, a variant of the Cilk runtime system for cluster computing. What is unique about SilkRoad II is its memory model which supports multiple paradigms with the underlying software distributed shared memory. The RC dag memory consistency model of SilkRoad II is introduced. Our experimental results show that the stronger RC dag can achieve performancecomparable to LC of Cilk while supporting a bigger set of paradigms with rather good performance.