Overcoming performance bottlenecks in using OpenMP on SMP clusters

  • Authors:
  • Woo-Chul Jeun;Yang-Suk Kee;Soonhoi Ha;Changdon Kee

  • Affiliations:
  • Electrical Engineering and Computer Science, Seoul National University, Seoul 151-742, South Korea;Information Sciences Institute, University of Southern California, Marina del Rey, CA 90292, USA;Electrical Engineering and Computer Science, Seoul National University, Seoul 151-742, South Korea;Mechanical and Aerospace Engineering, Seoul National University, Seoul 151-742, South Korea

  • Venue:
  • Parallel Computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a new parallel programming environment called ParADE to enable easy, portable, and high-performance computing for SMP clusters. Different from the prior studies, ParADE separates the programming model from the execution model: it enables shared-address-space programming while it realizes hybrid execution of message-passing and shared-address-space. To overcome the poor performance of conventional OpenMP on SDSM (Software Distributed Shared Memory), ParADE implements an intelligent OpenMP translator supporting efficient mutual exclusion and efficient page transmission. The experimental results on a Linux cluster demonstrate that ParADE reduces mutual exclusion overhead and overall execution time.