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

Re: [Condor-users] MPI Setup - Erik



On Fri, Feb 03, 2006 at 08:38:50AM -0700, rnayar@xxxxxxxx wrote:
> Erik,
> 
> I am currently using the FC3 binaries and never found a condor version of "RSH"
> in the release directory (i.e. sbin or bin). So when I compile MPICH with the
> proper chip set and try to set the proper "rsh" path I don't have a proper path
> because the rsh command doesn't exist. 
> 

In Condor 6.7, we moved the condor-private RSH from sbin to libexec. 
http://www.cs.wisc.edu/condor/manual/v6.7.16/8_2Development_Release.html#SECTION009214000000000000000

If you're using 6.7 though, don't use the MPI universe, use the Parallel
universe. It's much, much better.

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

-Erik