Open Access
mpiJava 1.2: API Specification
Bryan Carpenter,Geoffrey C. Fox,Sunghoon Ko,Sang Lim +3 more
- 01 Jan 1999
About: The article was published on 01 Jan 1999. and is currently open access. The article focuses on the topics: Message passing.
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
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.
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
Design and implementation of a high-performance MPI for C# and the common language infrastructure
Douglas Gregor,Andrew Lumsdaine +1 more
- 20 Feb 2008
TL;DR: The approach to using features of C# and the CLI---such as reflection, unsafe code regions, and run-time code generation---to realize an elegant, yet highly efficient, C# interface to MPI is described.
30
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 parallel object-oriented application for 3D electromagnetism
L. Baduel,Françoise Baude,Denis Caromel,Christian Delbé,Nicolas Gama,S.E. Kasmi,Stéphane Lanteri +6 more
- 26 Apr 2004
TL;DR: Within the trend of object-based distributed computing, the design and implementation of a numerical simulation for electromagnetic waves propagation and how smoothly the sequential version can be distributed, keeping the same structuring and object abstractions, allowing to deal with larger data size is presented.