It looks like I did not add the prefix path to the binary name before
fork/exec in orte-restart.
There is a string variable that you can use to get the appropriate prefix:
opal_install_dirs.prefix
from
opal/mca/installdirs/installdirs.h
It's the same one that Ralph mentioned that orterun uses
That's what the --enable-orterun-prefix-by-default configure option is for
On Mar 12, 2014, at 9:28 AM, Adrian Reber wrote:
> I am using orte-restart without setting my PATH to my Open MPI
> installation. I am running /full/path/to/orte-restart and orte-restart
> tries to run mpirun to restart
I am using orte-restart without setting my PATH to my Open MPI
installation. I am running /full/path/to/orte-restart and orte-restart
tries to run mpirun to restart the process. This fails on my system
because I do not have any mpirun in my PATH. Is it expected for an Open
MPI installation to set u