Re: [OMPI devel] . always in the PATH

2007-03-29 Thread Jeff Squyres
On Mar 29, 2007, at 3:01 AM, Brad Penoff wrote: [description snipped] What should be the expected behavior? My vague guess is that the $PATH should be followed strictly (as "which" does) and I should be forced to run with "./testecho", if I really want this great program to run... but I c

[OMPI devel] . always in the PATH

2007-03-29 Thread Brad Penoff
hey, I just had a question (and potential bug) about the expected behavior in mpirun... I saw it in 1.1.5 and just saw that it still occurs in 1.2. I'll illustrate with a (seemingly) silly example. Say in your $HOME you have a sh script named testecho that just has echo "Saying hi" ...as i