Newsgroups: comp.parallel.mpi
From: raja@rsn.hp.com (Raja Daoud)
Subject: Re: Having an error with my first MPI lam run
Organization: Hewlett-Packard Co.
Date: 29 May 1998 23:05:08 -0500
Message-ID: <6ko0hk$44@tbag.rsn.hp.com>

Aric Lambert <abl@erc.msstate.edu> wrote:
>“mpirun: cannot start temp on n1: No such file or directory“

It seems like mpirun isn't locating "temp" in your path (it does an
execvp()).  You can add its directory in your PATH on the remote host,
or give mpirun temp's full pathname.
Regards,

--Raja

-=-
Raja Daoud				Hewlett-Packard Co.
raja@rsn.hp.com				http://www.hp.com/go/mpi

