[Beowulf] error in mpich!!!!

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