Opened 16 years ago

Closed 14 years ago

#15587 closed defect (worksforme)

openmpi-1.2.6 failed to execute -- orted not found

Reported by: fuku@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: openmpi

Description

I installed openmpi @1.2.6_0+g95 using port command. Installation was successful. It works for single machine but it does not work for multiple machines. I am using the ssh connection through tcp/ip network. The error message said that

bash: line 1: orted: command not found

It seems that "orted" command was called from openmpirun, but openmpirun could not find.

The followings are the examples that I tested.

# Single machine case
host01 $ openmpirun -np 2 -host host01 echo `hostname`
host01.example.com
host01.example.com

# Multiple machine case
host01 $ openmpirun -np 2 -host host01,host02 echo `hostname`
bash: line 1: orted: command not found
[host01.example.com:01373] [0,0,0] ORTE_ERROR_LOG: Timeout in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.2.6/orte/mca/pls/base/pls_base_orted_cmds.c at line 275
[host01.example.com:01373] [0,0,0] ORTE_ERROR_LOG: Timeout in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.2.6/orte/mca/pls/rsh/pls_rsh_module.c at line 1166
[host01.example.com:01373] [0,0,0] ORTE_ERROR_LOG: Timeout in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.2.6/orte/mca/errmgr/hnp/errmgr_hnp.c at line 90
[host01.example.com:01373] ERROR: A daemon on node host02 failed to start as expected.
[host01.example.com:01373] ERROR: There may be more information available from
[host01.example.com:01373] ERROR: the remote shell (see above).
[host01.example.com:01373] ERROR: The daemon exited unexpectedly with status 127.
[host01.example.com:01373] [0,0,0] ORTE_ERROR_LOG: Timeout in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.2.6/orte/mca/pls/base/pls_base_orted_cmds.c at line 188
[host01.example.com:01373] [0,0,0] ORTE_ERROR_LOG: Timeout in file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.2.6/orte/mca/pls/rsh/pls_rsh_module.c at line 1198
--------------------------------------------------------------------------
openmpirun was unable to cleanly terminate the daemons for this job. Returned value Timeout instead of ORTE_SUCCESS.
--------------------------------------------------------------------------

Change History (4)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to mww@…

Assigning to maintainer.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 14 years ago by mf2k (Frank Schima)

Keywords: openmpu orted removed
Port: openmpi added

Is this still a problem with version 1.4.1?

comment:4 Changed 14 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: newclosed

Closing due to lack of response.

Note: See TracTickets for help on using tickets.