MPI implementation for Java

18,890

Solution 1

Have a look on MPJ

You can read this section in Wikipedia.

Solution 2

Open MPI includes a first set of java bindings on its SVN development trunk; they are slated to be part of the v1.7 release.

If you want more support than this, please post to the Open MPI user's mailing list and let us know.

Solution 3

Update note: Currently the 3 most relevant implementations are FastMPJ, MPJ Express and the Java bindings of Open MPI. The three are being updated and should work on OSX, especially 100% pure Java implementations such as FastMPJ and MPJ Express.

Share:
18,890

Related videos on Youtube

Paolo Dragone
Author by

Paolo Dragone

University of Nebraska at Kearney Professor. Husker fan at heart.

Updated on April 16, 2022

Comments

  • Paolo Dragone
    Paolo Dragone about 2 years

    Is there a current Java MPI implementation. I have programmed in MPI a bit, and I enjoy programming in Java. I have seen this implementation in Java, but it seems dated. Is there a more up to date Java implementation that is being kept up?

    • Tim
      Tim about 15 years
      mpj-express(.org) not what you're looking for?
    • Paolo Dragone
      Paolo Dragone
      mpj does not seem to work for os X.
  • Paolo Dragone
    Paolo Dragone about 15 years
    And i am running on OS X intel.