On Sat, Apr 18, 2015 at 6:27 AM, Paul Hargrove <phhargr...@lbl.gov> wrote:
> > The problem here appears to be that the new (--export=NONE) behavior means > that $PATH and/or $LD_LIBRARY_PATH are not propagated, and thus orted could > not be found. > I believe you can configure Open MPI with > --enable-mpirun-prefix-by-default to resolve the reported "orted: No such > file or directory" > It looks like --prefix, --enable-mpirun-prefix-by-default and fullpath mpirun are all handled the same way - they just add to PATH and LD_LIBRARY_PATH. But since they are not propagated, this doesn't help. David