#15587: openmpi-1.2.6 failed to execute -- orted not found ----------------------------------+----------------------------------------- Reporter: fuku@geo.bosai.go.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: openmpu, orted | ----------------------------------+----------------------------------------- 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 [[BR]] {{{ 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.[[BR]] {{{ # 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. -------------------------------------------------------------------------- }}} -- Ticket URL: <http://trac.macports.org/ticket/15587> MacPorts <http://www.macports.org/> Ports system for Mac OS