I installed OpenMPI 1.3.1, and whenever I or mpirun try to start orted
on any of the machines, it shows that message, and
--> Returned value Not found (-13) instead of ORTE-SUCCESS
Is there anything obvious that I missed?
My machines are Intel x86-32, running fedora (10 and 2)
On Mar 26, 2009, at 3:42 PM, Russell McQueeney wrote:
I installed OpenMPI 1.3.1, and whenever I or mpirun try to start
orted on any of the machines, it shows that message, and
--> Returned value Not found (-13) instead of ORTE-SUCCESS
Is there anything obvious that I missed?
My machines are
uted on the remote node?
On Mar 27, 2009, at 12:24 PM, Russell McQueeney wrote:
command = mpirun --hostfile hostfile -np 2 echo `uname -a`
PATH = ...:/opt/openmpi/bin
LD_LIBRARY_PATH = /opt/openmpi/lib
no MCA parameters used
I set up the default shell to bash, and put some echo's in .bash_
I only invoked orted manually to see the error message, as it wasn't
showing up on the node's monitor or the xterm window i used to run
mpirun. And no, no prefix command, no aliases, no absolute path,
environment variables set.
Jeff Squyres wrote:
Run with "--mca ess_base_verbose 1000" on the mpirun command line and
send the output, such as:
mpirun --mca ess_base_verbose 1000 rest of your command here...
On Mar 30, 2009, at 5:33 PM, Russell McQueeney wrote:
I only invoked orted manually to see