Hi all, I've installed LAM/MPI 7.1.1 (as gentoo ebuild).
I'm working with it (except for the xhpl of the other post...) but I
have to boot this way:
$ lamboot -ssi boot_rsh_ignore_stderr 1
LAM 7.1.1/MPI 2 C++/ROMIO - Indiana University
WARNING: LAM/MPI unexpectedly received the following on stderr:
localshell: line 0: [: missing `]'
...
this because, without ignoring the errors, I have error when it
sources the .profile file. I've noticed that the command to do this is:
rsh node1.sge.ifom-ieo-campus.it -n '( ! [ -e ./.profile]
|| . ./.profile; tkill )'
and, as you can see, there is a space missing after profile, so I get
the error.
Is there a way to change this "on the fly", or should I look in
source code?
d
/*
Davide Cittaro
Bioinformatics Systems @ Informatics Core
IFOM - Istituto FIRC di Oncologia Molecolare
via adamello, 16
20139 Milano
Italy
tel.: +39(02)574303355
e-mail: davide.cittaro_at_[hidden]
*/
|