New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15587 (closed defect: worksforme)

Opened 5 years ago

Last modified 3 years ago

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

comment:1 Changed 5 years ago by jmr@…

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

Assigning to maintainer.

comment:2 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:3 Changed 3 years ago by macsforever2000@…

  • Keywords openmpu, orted removed
  • Port set to openmpi

Is this still a problem with version 1.4.1?

comment:4 Changed 3 years ago by macsforever2000@…

  • Status changed from new to closed
  • Resolution set to worksforme

Closing due to lack of response.

Note: See TracTickets for help on using tickets.