Starting with OPEN-MPI in Java (Installation + Examples) -
Can you give some links to start setting up the Open-MPI, which allows to write Java code (I.e. C and C ++ code instead of C). I was searching on the internet, but I did not succeed in finding a point to start.
This is where I started:
You can download one of the snapshots After, unpack it and read README.JAVA.txt
. Here are two Java examples ( Hello.java
and ring.java
).
You should be well on your way.
Comments
Post a Comment