On Nov 22, 2007, at 6:59 AM, An Ching wrote:
> I got a error message when I lamboot the mpi environment. I have
> configured the ssh and make it run without print any prompt
> information. When I run "lamboot", it said it received a information
> from remote node: "mkdir: No such file and directory" and present
> the hint to run
>
> ssh -x 192.168.8.59 -n hboot -t -c lam-conf.lamd -v -s -I '"-H
> 192.168.8.55 -P 48774 -n 1 -o 0"'
>
> Then I run above command in console... surely, I got the same error
> message. It seems it can not find the "hboot" in the node of
> 192.168.8.59.
The error about no such file or directory is that the command "hboot"
called the system call mkdir() and it failed. hboot tries to make a
directory in the temporary directory (found by looking at $TMPDIR
then /tmp). If the directory specified in $TMPDIR doesn't exist or /
tmp doesn't exist, then you could get this error.
Brian
--
Brian Barrett
LAM/MPI Developer
Make today a LAM/MPI day!
|