Elbert
2008-02-01 08:45:35 UTC
Hi,
I'm using MPI for the first time. The sample program runs fine as a
single process. But when I run it as distributed on a quad-core linux
machine 'mpirun -np 4 pi' I get the following message:
mpiexec_xyz.edu: cannot connect to local mpd (/tmp/mpd2.console_abc);
possible causes:
1. no mpd is running on this host
2. an mpd is running but was started without a "console" (-n option)
In case 1, you can start an mpd on this host with:
mpd &
and you will be able to run jobs just on this host.
For more details on starting mpds on a set of hosts, see
the MPICH2 Installation Guide.
I created a .mpd.config file containing the var.
MPD_SECRETWORD=<secretword> and launched mpd in background. When I
run the mpirun command, it gives the error: "problem with execution of
pi: [Errno 2] No such file or directory"
Could you please point me to a solution. I guess on multicore
machines only one mpd daemon is started.
An early response would be appreciated.
Thanks much,
Elbert
I'm using MPI for the first time. The sample program runs fine as a
single process. But when I run it as distributed on a quad-core linux
machine 'mpirun -np 4 pi' I get the following message:
mpiexec_xyz.edu: cannot connect to local mpd (/tmp/mpd2.console_abc);
possible causes:
1. no mpd is running on this host
2. an mpd is running but was started without a "console" (-n option)
In case 1, you can start an mpd on this host with:
mpd &
and you will be able to run jobs just on this host.
For more details on starting mpds on a set of hosts, see
the MPICH2 Installation Guide.
I created a .mpd.config file containing the var.
MPD_SECRETWORD=<secretword> and launched mpd in background. When I
run the mpirun command, it gives the error: "problem with execution of
pi: [Errno 2] No such file or directory"
Could you please point me to a solution. I guess on multicore
machines only one mpd daemon is started.
An early response would be appreciated.
Thanks much,
Elbert