Fully featured Java interface to MPI 1.1 |
Object-oriented API based on MPI 2 standard C++ interface |
Initial implementation through JNI to native MPI |
Comprehensive test suite translated from IBM MPI suite |
Available for Solaris, Windows NT and other platforms |
Example mpiJava Call: |
MPI.COMM_WORLD.Send(message, 0, message.length, MPI.CHAR, 1, 99) ; |