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

Re: [OMPI devel] Hi!! need to find internal state changes

2007-03-29 Thread Jeff Squyres
On Mar 29, 2007, at 2:34 PM, po...@cc.gatech.edu wrote: I am Pooja and I am doing a project in my High performance computing lab. In this project I need to find the internal state chnages of Openmpi.For eg:When does MPi_send is used how does messages are actually send and how does control

[OMPI devel] Hi!! need to find internal state changes

2007-03-29 Thread pooja
Hi everyone. I am Pooja and I am doing a project in my High performance computing lab. In this project I need to find the internal state chnages of Openmpi.For eg:When does MPi_send is used how does messages are actually send and how does control messages are send. Please help me. Thanks and Regar

[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