0
votes

I am new to MPI. I have implemented a few MPI programs using C language on windows. I want to know the way we can write C code with MPI function, is it possible with Java code? And if yes then which platform to use and what setting are required to make it run?

1
Hi. Welcome to stackoverflow. Check out stackoverflow.com/questions/16673826/… - axiom

1 Answers

1
votes

There are a few MPI Java implementations wich run seamlessly on multiple architectures. For instance, FastMPJ runs over TCP/IP, on shared memory machines, on InfiniBand Clusters, on Cray supercomputers, Myrinet/high-speed Open-MX clusters, etc... and any platform supported by Java.

Other MPI Java (MPJ) implementations are MPJ Express, which also runs over TCP/IP and shared memory, so virtually on most of the systems, and the Open MPI Java bindings.