资 源 简 介
Java MPI
Any of Message Passing Interface standarts implies procedural techniques of implementation. So, in order to implement it on Java using all its strong abilities and simply interesting features I was forced to represent ideas of classical MPI in accordance with object-oriented methods.
Because of Java peculiarities some of MPI chapters are not present in given implementation. "Virtual Topologies" is the one exception. It is not implemented because i have not enough experience in Java for implement it well.
# Running programs #
Message Passing of Java implementation relies on RMI technology so that policy files are necessary. Command line option for java to attach policy is
-Djava.security.policy=somefilename
If your PC has more then one NIC you should explain to Java what interface program will use:
-Djava.rmi.server.hostname=yourhostname
mpiMan