Sciweavers

ICA3PP
2005
Springer

A Low-Level Communication Library for Java HPC

13 years 10 months ago
A Low-Level Communication Library for Java HPC
Abstract. Designing a simple but powerful low-level communication library for Java HPC environments is an important task. We introduce new low-level communication library for Java HPC, called mpjdev. The mpjdev API is designed with the goal that it can be implemented portably on network platforms and efficiently on parallel hardware. Unlike MPI which is intended for the application developer, mpjdev is meant for library developers. Application level communication may be implemented on top of mpjdev. The mpjdev API itself might be implemented on top of Java sockets in a portable network implementation, or-on HPC platforms-through a JNI (Java Native Interface) to a subset of MPI.
Sang Boem Lim, Bryan Carpenter, Geoffrey Fox, Han-
Added 27 Jun 2010
Updated 27 Jun 2010
Type Conference
Year 2005
Where ICA3PP
Authors Sang Boem Lim, Bryan Carpenter, Geoffrey Fox, Han-Ku Lee
Comments (0)