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
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