0

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

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.