Hello..
I'm successfully installing LAM/MPI by default, but found error when
booting using lamboot.
according to stderr that 've printed on the screen, it tell me that
missing in "]" operators.
$ lamboot -v lamhosts
LAM 7.1.11/MPI 2 C++/ROMIO - Indiaana University
n-1<252> ssi:boot:linier: booting n0 (wolf01)
ERROR: LAM/MPI unexpectedly received the following stderr:
sh: line 0: [: missing `]'
----------------------------------------------------------
.......................many \helps....................
.....................................................
......................................................
Try invoking the following command at the unix command line:
ssh -x wolf01 -n '( ! [ -e ./.profile] || . ./.profile;' hboot -t -c
lam-conf.lamd -v -s -I '"-H 192.168.0.100 -p 32784 -n 0 -o 1"' )
.........many helps output...........................
lamboot did NOT complete successfully
$
when I'm trying invoking that ssh command, I found error :
bash: syntax error near unexpected token `)'
I think that error because wrong ssh command. it should be :
$ ssh -x wolf01 -n '( ! [ -e ./.profile] || . ./.profile );' hboot -t -c
lam-conf.lamd -v -s -I '"-H 192.168.0.100 -p 32784 -n 0 -o 1"'
I found no error by executing that command.
now, how to fix that error so I can boot the lam hosts using "lamboot -v
lamhosts" ?
thanks for your helps, and sorry for my bad english...:(
regards,
denny
|