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

Re: [Condor-users] rsh failure



On Mon, Sep 18, 2006 at 12:28:51PM -0400, Christopher Jon Jursa wrote:
> Hello,
> 
> I am submitting an MPI job to Condor.  However, the job is sitting in an
> idol state but is outputting an error. The error is caused by an rsh
> failure.  I setup Fedora Core 5 on two machines and I have disable the
> firewalls.
> 
> I tried to run the rsh from one machine to another separately.

The MPI universe in Condor does not use rsh (it provides an 'rsh', but it
does not implement the rlogin protocol at all)

Use Condor 6.8, and use the 'parallel' universe:

http://www.cs.wisc.edu/condor/manual/v6.8.0/2_11Parallel_Applications.html

-Erik