From: Jae-Ho Yoon <jhyoon@mail.posri.re.kr>
Newsgroups: comp.parallel.mpi
Subject: Re: mpich for ch_p4 must copy each files into each process system?
Date: Thu, 25 Feb 1999 12:02:39 +0900
Organization: POSRI
Message-Id: <36D4BD4E.B62D85FD@mail.posri.re.kr>
References: <36D2AB28.4621E03A@mantle.snu.ac.kr>
Reply-To: jhyoon@mail.posri.re.kr
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:4668


SeokHoon Oh wrote:

> hello, everybody..
>
> I'm using mpich 1.1.2 on the clusters of Linux machines.
> When I tried to execute following,
>
> mpirun -np 4 fpi
>
> I got following error mesage :
>
> /home/gimul/1Work/mpich/examples/basic/fpi: Command not found.
>
> Of course, I made a same directories in other machines and when I copy
> the compiled fpi to each machine's directories, I got no errors and went
> well..
>
> Should I copy each executable files to other machines?
>

I don't think you should copy the executable files to other machines.

Instead, you check the file machines.LINUX in the

/home/gimul/1Work/mpich/util/machines

then machines.LINUX file could be ;

machine1
machine2
machine3
machine4

It will work  mpirun -np 4 fpi something like ;

pi = 0.044422   and so forth

jhyoon@mail.posri.re.kr
POSCO Research Institute

