LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Lars Grabow (grabow_at_[hidden])
Date: 2004-02-11 20:03:09


Hi all,

I've successfully installed lam-7.0.3 and am able to run parallel programs.
There is only 1 little annoying thing: in all my error files I find a very
lengthy warning for each process about the correct ssh usage:
=====================
n0<877> ssi:boot:base:linear: booting n0 (star47)
n0<877> ssi:boot:base:linear: booting n1 (star48)
n0<877> ssi:boot:base:linear: finished
Usage: ssh [options] host [command]
Options:
  -l user Log in using this user name.
  -n Redirect input from /dev/null.
  -F config Config file (default: ~/.ssh/config).
  -A Enable authentication agent forwarding.
  -a Disable authentication agent forwarding (default).
  -X Enable X11 connection forwarding.
..................
..................(repeated several times)
======================
I set the flag --with-rsh=ssh -x during LAM configuration and additionally
tried setting LAMRSH="ssh -x". If I do ssh -x directly to all the nodes
there's no warning. Is there a way to see what command is actually called by
LAM?

Thanks a lot!

Lars