Your message dated Fri, 6 Oct 2006 22:31:19 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358025: mpich: mpirun.ch_p4's -rsh option doesn't work
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mpich
Version: 1.2.5.3-5
Severity: normal
Hi,
When using the -rsh option of mpirun.ch_p4, I get
Unrecognized argument -rsh ignored.
That's because in /usr/lib/mpich/bin/mpirun.ch_p4, in the -rsh case,
device_knows_arg is not set to 1...
Regards,
Samuel
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages mpich depends on:
ii libmpich1.0-dev 1.2.5.3-5 mpich static libraries and develop
ii mpich-bin 1.2.5.3-5 MPI parallel computing system impl
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
Adam C Powell IV, le Fri 06 Oct 2006 15:32:03 -0400, a écrit :
> On Mon, 2006-03-20 at 22:15 +0100, Thibault Samuel wrote:
> > When using the -rsh option of mpirun.ch_p4, I get
> > Unrecognized argument -rsh ignored.
> >
> > That's because in /usr/lib/mpich/bin/mpirun.ch_p4, in the -rsh case,
> > device_knows_arg is not set to 1...
>
> Okay, so just setting this to one should fix it? Where do I do that?
Oops, it actually works:
€ mpirun -arch LINUX -machine p4 -np 2 -rsh ssh -machinefile ~/blip
./test
ok 0
ok 1
device_knows_arg is indeed set to 1 in
/usr/lib/mpich/bin/mpirun.ch_p4.args . It was not in a local version
that I installed by hand. Hence closing bug.
Samuel
--- End Message ---