Re: [O-MPI users] mpirun --prefix

2006-01-04 Thread Jeff Squyres
On Jan 4, 2006, at 7:24 PM, Anthony Chan wrote: How about this -- an ISV asked me for a similar feature a little while ago: if mpirun is invoked with an absolute pathname, then use that base directory (minus the difference from $bindir) as an option to an implicit --prefix. (your suggestion may

Re: [O-MPI users] mpirun --prefix

2006-01-04 Thread Anthony Chan
Hi Jeff, On Wed, 4 Jan 2006, Jeff Squyres wrote: > Anthony -- > > I'm really sorry; we just noticed this message today -- it got lost > in the post-SC recovery/holiday craziness. :-( I understand. :) > > Your request is fairly reasonable, but I wouldn't want to make it the > default behavior.

Re: [O-MPI users] mpirun --prefix

2006-01-04 Thread Jeff Squyres
Anthony -- I'm really sorry; we just noticed this message today -- it got lost in the post-SC recovery/holiday craziness. :-( Your request is fairly reasonable, but I wouldn't want to make it the default behavior. Specifically, I can envision some scenarios where it might be problematic

Re: [O-MPI users] mpirun --prefix

2005-11-23 Thread Rainer Keller
Hello Anthony, On Tuesday 22 November 2005 18:20, Anthony Chan wrote: > This is not a bug just wonder if this can be improved. I have been > running openmpi linked program with command > > /bin/mpirun --prefix \ > --host A -np N a.out > > My understanding is that

Re: [O-MPI users] mpirun --prefix

2005-11-23 Thread Jeff Squyres
On Nov 22, 2005, at 12:20 PM, Anthony Chan wrote: This is not a bug just wonder if this can be improved. I have been running openmpi linked program with command /bin/mpirun --prefix \ --host A -np N a.out My understanding is that --prefix allows extra search

[O-MPI users] mpirun --prefix

2005-11-22 Thread Anthony Chan
This is not a bug just wonder if this can be improved. I have been running openmpi linked program with command /bin/mpirun --prefix \ --host A -np N a.out My understanding is that --prefix allows extra search path in addition to PATH and LD_LIBRARY_PATH, corre