Exploiting object-based parallelism on multi-core multi-processor clusters

5Citations
Citations of this article
6Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Programming using message passing or distributed shared memory are the two major parallel programming paradigms on clusters. However, these two models have high programming complexity, produce less maintainable parallel code, and are not suitable for multi-core multiprocessor clusters. While object-oriented programming is dominant in serial programming, it has not been well exploited in parallel programming. In this paper, we propose an innovative automatic parallelization framework that employs past experience to parallelize serial programs and outputs the parallel code in the form of objects. Supported by a data-driven runtime environment, each parallel task is managed as a thread, exploiting the multiple processing cores on a cluster node. Based on this proposed framework, we have implemented a proof-of-concept parallelizer called PJava to parallelize Java code. The performance benefit of this framework is evaluated through case studies by comparing the execution time of the automatically generated PJava code to that of handcrafted JOPI (a Java dialect of MPI) code. © 2007 IEEE.

Cite

CITATION STYLE

APA

Liu, X. (2007). Exploiting object-based parallelism on multi-core multi-processor clusters. In Parallel and Distributed Computing, Applications and Technologies, PDCAT Proceedings (pp. 259–266). https://doi.org/10.1109/PDCAT.2007.4420179

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free