Sciweavers

JAVA
1999
Springer

Object Serialization for Marshalling Data in a Java Interface to MPI

13 years 8 months ago
Object Serialization for Marshalling Data in a Java Interface to MPI
Several Java bindings of the Message Passing Interface standard, MPI, have been developed recently. Message bu ers have usually been restricted to arrays with elements of primitive type. We discuss use of the Java object serialization model for marshalling general communication data in MPI. This approach is compared with a Java transcription of the standard MPI derived datatype mechanism. We describe an implementation of the mpiJava interface to MPI incorporating automatic object serialization. Benchmark results show that the current JDK implementation of serialization is not unexpectedly probably not fast enough for high performance applications. Means of solving this problem are discussed.
Bryan Carpenter, Geoffrey Fox, Sung Hoon Ko, Sang
Added 04 Aug 2010
Updated 04 Aug 2010
Type Conference
Year 1999
Where JAVA
Authors Bryan Carpenter, Geoffrey Fox, Sung Hoon Ko, Sang Lim
Comments (0)