[mpich-discuss] MPICH in java?

Anthony Chan chan at mcs.anl.gov
Wed Sep 21 11:09:26 CDT 2011


If you only use few MPI calls, you could just write your own
JNI wrappers for the MPI functions that you need.

A.Chan

----- Original Message -----
> On 09/21/2011 02:27 AM, Peter Maguire wrote:
> > Is there a way to compile a java program for mpich? Forgive me if
> > this is a stupid question I'm new to mpich
> 
> MPICH doesn't provide Java bindings for MPI, but many external java
> bindings are available that you can build against MPICH. But note that
> Java bindings are not a part of the MPI standard, so they can
> disappear
> or change at any time. C and Fortran (and C++ to some extent) bindings
> are the only standardized bindings.
> 
> -- Pavan
> 
> --
> Pavan Balaji
> http://www.mcs.anl.gov/~balaji
> _______________________________________________
> mpich-discuss mailing list mpich-discuss at mcs.anl.gov
> To manage subscription options or unsubscribe:
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss


More information about the mpich-discuss mailing list