On May 21, 2005, at 5:56 AM, Zeljko Sljivancanin wrote:
> could you please tell me which lam command to issue in
> order to run a LAM/MPI application despite of getting standard error
> message upon
> login on the computational nodes of our myrinet cluster.
>
> According to the user's guide there is a SSI parameter
> boot_rsh_ignore_stderr which
> might be used but I do not know the syntax.
Have a look at chapter 6, "System Services Interface (SSI) Overview".
It describes what SSI parameters are and how to set them (e.g., the
section "Setting Parameter Values"). In general, you can do:
lamboot -ssi boot_rsh_ignore_stderr 1 hostfile
I would strongly suggest, however, that you clean up your shell startup
scripts such that nothing is issued on stderr. Specifically, if you
have something coming out on stderr during a remote rsh/ssh login, this
means that there is an error occurring -- one that should be fixed.
Fixing up your shell startup files will mean that setting this SSI
parameter is unnecessary.
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|