Book Chapter10.1007/978-3-540-24644-2_21
MPJava: High-Performance Message Passing in Java Using Java.nio
William Pugh,Jaime Spacco +1 more
- 02 Oct 2003
- pp 323-339
36
TL;DR: It is found that Java is increasingly an attractive platform for scientific cluster-based message passing codes and advances in Java Virtual Machine technology along with new high performance I/O libraries in Java 1.4 are explored.
read more
Abstract: We explore advances in Java Virtual Machine (JVM) technology along with new high performance I/O libraries in Java 1.4, and find that Java is increasingly an attractive platform for scientific cluster-based message passing codes.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
F-MPJ: scalable Java message-passing communications on parallel systems
TL;DR: F-MPJ significantly improves the scalability of current MPJ implementations by providing efficient non-blocking communication, taking advantage of shared memory systems and high-performance networks, andoptimizing MPJ collective primitives.
Evaluating the impact of programming language features on the performance of parallel applications on cluster architectures
Konstantin Berlin,Jun Huan,Mary Jacob,Garima Kochhar,Jan F. Prins,Bill Pugh,P. Sadayappan,Jaime Spacco,Chau-Wen Tseng +8 more
- 02 Oct 2003
TL;DR: It is found that language features can make parallel programs easier to write, but cannot hide the underlying communication costs for the target parallel architecture.
Java for high performance computing: assessment of current research and practice
Guillermo L. Taboada,Juan Touriño,Ramón Doallo +2 more
- 27 Aug 2009
TL;DR: This paper analyzes the current state of Java for HPC, both for shared and distributed memory programming, presents related research projects, and evaluates the performance of current Java HPC solutions and research developments on a multi-core cluster with a high-speed network, InfiniBand, and a 24-core shared memory machine.
NPB-MPJ: NAS Parallel Benchmarks Implementation for Message-Passing in Java
Damián A. Mallón,Guillermo L. Taboada,Juan Touriño,Ramón Doallo +3 more
- 18 Feb 2009
TL;DR: NPB-MPJ is presented, the first extensive implementation of the NAS Parallel Benchmarks (NPB), the standard parallel benchmark suite, for Message-Passing in Java (MPJ) libraries, whose comparative analysis of current Java and native parallel solutions confirms that MPJ is an alternative for parallel programming multi-core systems.
A Performance Study of Java Communication Stacks over InfiniBand and Giga-bit Ethernet
Hongwei Zhang,Wan Huang,Jizhong Han,Jin He,Lisheng Zhang +4 more
- 18 Sep 2007
TL;DR: It's found the network performance of current version of Sun Java run-time could be parallel with C over giga-bit Ethernet, but for higher performance InfiniBand network, the current communication stacks, mainly the TCP/IP emulation layers, showed rather poor performances.
16
References
Titanium: A High Performance Java Dialect.
Arvind Krishnamurthy,Alex Aiken,Phillip Colella,Susan L. Graham,Paul N. Hilfinger,Ben Liblit,Carleton Miyamoto,Geoff Pike,Luigi Semenzato,Katherine Yelick +9 more
- 01 Jan 1999
TL;DR: This work discusses the main additions to Java are immutable classes, multidimensional arrays, an explicitly parallel SPMD model of computation with a global address space, and zone-based memory management, and reports on the development of Titanium.
Jaguar: enabling efficient communication and I/O in Java
Matt Welsh,David E. Culler +1 more
TL;DR: Jaguar is presented, a new mechanism that provides Java applications with efficient access to system resources while retaining the protection of the Java environment through compiletime translation of certain Java bytecodes to inlined machine code segments.
A more efficient RMI for Java
Christian Nester,Michael Philippsen,Bernhard Haumacher +2 more
- 01 Jun 1999
TL;DR: It is demonstrated that a much faster drop-in RMI and an efficient serialization can be designed and implemented completely in Java without any native code, and the re-designed RMI supports non-TCP/IP communication networks, even with heterogeneous transport protocols.
JPVM: Network Parallel Computing in Java
TL;DR: Initial applications performance results achieved with a prototype JPVM system indicate that the Java-implemented approach can offer good performance at appropriately coarse granularities.
MPI: A Message-Passing Interface Standard
Message P Forum
- 01 Apr 1994
TL;DR: This document contains all the technical features proposed for the interface and the goal of the Message Passing Interface, simply stated, is to develop a widely used standard for writing message-passing programs.