Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] error in mpich!!!!

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Reuti reuti at staff.uni-marburg.de
Fri Sep 17 00:50:39 PDT 2004


Hi,

Quoting Vinicius <vinicius at centrodecitricultura.br>:

> what is this error???
> please.
> 
<...snip a lot...>
>
>
>

seems in swingle is by default another rsh command compiled in. You can try to 
find it out with:

$ strings swingle | awk ' /(rsh|ssh)/ { print $0 } '

So you may set the rsh command before you execute the program by hand (e.g. in 
bash):

$ export P4_RSHCOMMAND=rsh

or

$ export P4_RSHCOMMAND=/usr/bin/rsh

Cheers - Reuti



More information about the Beowulf mailing list