Re: [OMPI users] mpirun won't find programs from the PATH environment variable that are in directories that are relative paths

2016-08-13 Thread Schneider, David A.
gt; >> where PREFIX might be set above in the same script, or sourced from a common >> config script or a custom environment module. I think this style appeals to >> many users on many levels. >> >> >> In any event, though, if this really is a bug that gets fixed, you

Re: [OMPI users] mpirun won't find programs from the PATH environment variable that are in directories that are relative paths

2016-07-29 Thread Schneider, David A.
nce you don't have any problems with absolute paths. In any event, is PATH=$PWD/dir/bin not an option? Seems to me that this last would be good practice for location-sensitive launches in general, though I do tend to miss things. On Fri, Jul 29, 2016 at 4:34 PM, Schneider, David A. mailto:david..

Re: [OMPI users] mpirun won't find programs from the PATH environment variable that are in directories that are relative paths

2016-07-29 Thread Schneider, David A.
passed along correctly, since you don't have any problems with absolute paths. In any event, is PATH=$PWD/dir/bin not an option? Seems to me that this last would be good practice for location-sensitive launches in general, though I do tend to miss things. On Fri, Jul 29, 2016 at 4:34 PM

[OMPI users] mpirun won't find programs from the PATH environment variable that are in directories that are relative paths

2016-07-29 Thread Schneider, David A.
I am finding, on linux, rhel7, with openmpi 1.8.8 and 1.10.3, that mpirun won't find apps that are specified on a relative path, i.e, if I have PATH=dir/bin and I am in a directory which has dir/bin as a subdirectory, and an executable bir/bin/myprogram, I can't do mpirun myprogram I get the