Newsgroups: comp.parallel.mpi
From: Milind Bhandarkar <milind@ks.uiuc.edu>
Subject: Re: Java MPI
Organization: University of Illinois
Date: Mon, 27 Jan 1997 09:57:59 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <32ECD087.7A45@ks.uiuc.edu>

Ku Yuk Chiu 9404921 wrote:
> 
> Hi,
> 
>         I would to ask whether it is possible to combine Java and MPI?
> I mean that in Java program MPI functions can be called. If yes, may I
> know how to do it?

Yes, it is possible to do this. Java allows native methods, which could
be MPI functions. Consult Java docs for details on creating native
methods at http://www.javasoft.com/.

milind

-- 
_Milind_A._Bhandarkar________________________________milind@ks.uiuc.edu_
(W)_3117,Beckman_Institute,405,N.Mathews,Urbana,IL_61801_(217)_244_1851_
_Public_Key_could_be_found_at___http://charm.cs.uiuc.edu/~milind/key.txt

