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
IoT and HPC Integration: Revision and Perspectives
Leonardo de Souza Cimino,José Estevão Eugênio de Resende,Lucas Henrique Moreira Silva,Samuel Queiroz Souza Rocha,Matheus de Oliveira Correia,Guilherme Souza Monteiro,Gabriel Nata de Souza Fernandes,Silvia Grasiella Moreira Almeida,Andre Luiz Barroso Almeida,Andre L. L. Aquino,Joubert de Castro Lima +10 more
- 01 Nov 2017
TL;DR: There is still a substantial gap in the integration of Internet of Things and High-Performance Computing and vice-versa in the middleware literature, but there are user applications that require this integration; thus, a middleware proposal project becomes fundamental for simplifying such development.
11
Efficient Java Communication Protocols on High-speed Cluster Interconnects
Guillermo L. Taboada,Juan Touriño,Ramón Doallo +2 more
- 14 Nov 2006
TL;DR: The quality of the protocol implementations and their design decisions has been thoroughly evaluated and it has been demonstrated that these Java protocols obtain similar results to native communications.
Designing efficient Java communications on clusters
Guillermo L. Taboada,Juan Touriño,Ramón Doallo +2 more
- 04 Apr 2005
TL;DR: The current outlook of Java Socket optimisations involving both native and Java side issues are examined in order to make a design proposal named Java Fast Sockets, which has demonstrated that Java communication performance on clusters can compete with native performance.
7
Estimation of dynamical characteristics of a parallel program on a model
TL;DR: This paper considers a model of a parallel program that can efficiently be interpreted on an instrumental computer, providing a means for a sufficiently accurate prediction of the actual time needed for execution of the parallel program on a given parallel computational system.
7
A-JUMP, architecture for Java universal message passing
Sajjad Asghar,Mehnaz Hafeez,Usman Ahmad Malik,Adeel-ur-Rehman,Naveed Riaz +4 more
- 21 Dec 2010
TL;DR: A Java based message passing implementation, named Architecture for Java Universal Message Passing (A-JUMP), which provides flexibility to programmers in writing parallel applications using multiple programming languages and also provides facility to use different network protocols for message communication.
6
References
The Nas Parallel Benchmarks
David H. Bailey,Eric Barszcz,John T. Barton,D. S. Browning,Russell Carter,Leonardo Dagum,Rod Fatoohi,Paul O. Frederickson,T. A. Lasinski,Robert Schreiber,Horst D. Simon,V. Venkatakrishnan,Sisira Weeratunga +12 more
- 01 Sep 1991
TL;DR: A new set of benchmarks has been developed for the performance evaluation of highly parallel supercom puters that mimic the computation and data move ment characteristics of large-scale computational fluid dynamics applications.
•Journal Article
The NAS Parallel Benchmarks
TL;DR: The original NAS Parallel Benchmarks consisted of eight individual bench- mark problems, each of which focused on some aspect of scientific computing, although most of these benchmarks have much broader relevance, since in a much larger sense they are typical of many real-world computing applications.
2.1K
DOGMA: distributed object group metacomputing architecture
TL;DR: DOGMA supports parallel programming in both a traditional message-passing form and a novel object-oriented approach, and provides a unified environment for developing high-performance supercomputing applications on heterogeneous systems.
41
GMI: Flexible and Efficient Group Method Invocation for Parallel Programming
Jason Maassen,Thilo Kielmann,Henri E. Bal +2 more
- 01 Jan 2002
TL;DR: The Group Method Invocation model (GMI) allows methods to be invoked either on a single object or on a group of objects, the latter possibly with personalized parameters, providing an efficient group communication mechanism for parallel programming.
34
JMPI: implementing the message passing standard in Java
S. Morin,Israel Koren,Chandan Krishna +2 more
- 15 Apr 2002
TL;DR: JMPI is described, a reference implementation of MPI developed at the Architecture and Real-Time Laboratory at the University of Massachusetts Amherst that explores using Java's Remote Method Invocation, Object Serialization and Introspection technologies for message passing.
31