JBSP : a BSP programming library in Java

General purpose parallel computing systems come in a variety of forms, among which there are distributed memory multiprocessors and shared memory architectures. Over the past few years, the focus of the parallel computing community is gradually moving from those expensive parallel computers to netwo...

Full description

Saved in:
Bibliographic Details
Main Author: Gu, Yan.
Other Authors: Lee, Bu Sung
Format: Theses and Dissertations
Published: 2008
Subjects:
Online Access:http://hdl.handle.net/10356/2647
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Description
Summary:General purpose parallel computing systems come in a variety of forms, among which there are distributed memory multiprocessors and shared memory architectures. Over the past few years, the focus of the parallel computing community is gradually moving from those expensive parallel computers to networked computers. This move has been accelerated with the increase in network computers' computing power as well as the wide spread of Java programming language which supports the concept of "Write once run anywhere". To make parallel computing similar to the normal form of computing, Valiant proposed the BSP (Bulk Synchronous Parallel) model which describes parallel computers in general. Some BSP libraries have been implemented in Fortran, C, and C++. This thesis will report on the development of a Java-based Bulk Synchronous Parallel (JBSP) system.