My guess is that mpirun tries to setup the connection to all nodes
(every cpu core is counted as a single node) and fails. OpenMPI may
use different methods for connection to nodes - ssh, rsh, shared
memory etc. In your case it looks like trying rsh - this is AFAIK
default OpenMPI behaviour. Read OpenMPI docs about running with e.g.
shared memory (should be fastest) or over ssh (but then you have to
install and configure ssh). Or you can also install rsh.

Hope it helps,
Shawkat Nizamov

2010/7/6, Ajith R <ajiths...@gmail.com>:
> Dear Steven,
> I have installed meep-mpi on mac using fink.
> It works fine with single core.
> But when I try to run it parallel, it shows error message.
> I couldn't understand the problem. The error message is given below.
> Please help me.
> Thanking you in advance,
> Ajith
>
>
>
> Administrators-Mac-Pro:1 admin$ mpirun -np 8 meep-mpi a.ctl | tee a.out
> [Administrators-Mac-Pro.local:01265] Error: unknown option "--bootproxy"
> input in flex scanner failed
> [Administrators-Mac-Pro.local:01263] [0,0,0] ORTE_ERROR_LOG: Timeout
> in file
> /SourceCache/openmpi/openmpi-8/openmpi/orte/mca/pls/base/pls_base_orted_cmds.c
> at line 275
> [Administrators-Mac-Pro.local:01263] [0,0,0] ORTE_ERROR_LOG: Timeout
> in file
> /SourceCache/openmpi/openmpi-8/openmpi/orte/mca/pls/rsh/pls_rsh_module.c
> at line 1158
> [Administrators-Mac-Pro.local:01263] [0,0,0] ORTE_ERROR_LOG: Timeout
> in file
> /SourceCache/openmpi/openmpi-8/openmpi/orte/mca/errmgr/hnp/errmgr_hnp.c
> at line 90
> [Administrators-Mac-Pro.local:01263] ERROR: A daemon on node
> Administrators-Mac-Pro.local failed to start as expected.
> [Administrators-Mac-Pro.local:01263] ERROR: There may be more
> information available from
> [Administrators-Mac-Pro.local:01263] ERROR: the remote shell (see above).
> [Administrators-Mac-Pro.local:01263] ERROR: The daemon exited
> unexpectedly with status 2.
> [Administrators-Mac-Pro.local:01263] [0,0,0] ORTE_ERROR_LOG: Timeout
> in file
> /SourceCache/openmpi/openmpi-8/openmpi/orte/mca/pls/base/pls_base_orted_cmds.c
> at line 188
> [Administrators-Mac-Pro.local:01263] [0,0,0] ORTE_ERROR_LOG: Timeout
> in file
> /SourceCache/openmpi/openmpi-8/openmpi/orte/mca/pls/rsh/pls_rsh_module.c
> at line 1190
> --------------------------------------------------------------------------
> mpirun was unable to cleanly terminate the daemons for this job.
> Returned value Timeout instead of ORTE_SUCCESS.
> --------------------------------------------------------------------------
> Administrators-Mac-Pro:1 admin$
>
> _______________________________________________
> meep-discuss mailing list
> meep-discuss@ab-initio.mit.edu
> http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss
>

_______________________________________________
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to