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