[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] mpich 1.2.x



On Tue, Jun 22, 2004 at 07:42:16PM -0700, Jonathan Zweig wrote:
> 
> > It's a link-time decision when you compiled your MPI code. Condor
> > does not have any MPI code linked into it, nor does it need it.
> >
> 
> I'll be using MPI Java, not compiling the MPI code as is traditionally done.
> So how does that effect condor's ability to know which mpich version to use?
> 

It's whatever MPI the Java Native Interfaces try and use - maybe set with
LD_LIBRARY_PATH, or it's hard-coded into it? I've never used the MPI Java
stuff, so I honestly don't know how it will work. 

I'm anxious to hear from you how it goes :)

-Erik