On Apr 10, 2007, at 11:39 AM, Joe Griffin wrote:
If I set the env:
em64t6 <160> setenv OPAL_PREFIX /tmp/openmpi-1.2-1
em64t6 <164> setenv OPAL_DESTDIR /tmp/openmpi-1.2-1/
em64t6 <166> set path=( /tmp/openmpi-1.2-1/bin $path)
em64t6 <168> setenv LD_LIBRARY_PATH /tmp/openmpi-1.2-1/lib
The error b
Hi Jeff
Comments after your text
Jeff Squyres wrote 2/5/07:
Greetings Joe.
What we did was to make 2 sets of environment variables that you can
use to modify OMPI's internal path behavior:
1. OPAL_DESTDIR: If you want to use staged builds (a la RPM builds),
you can set the environme
Jeff,
Jeff Squyres wrote:
On Feb 5, 2007, at 12:19 PM, Joe Griffin wrote:
Thanks. As always .. you are a perl.
FWIW -- credit Brian on this one. He did 98% of the work; I only did
the final validation of it. :-)
Thanks to Brian then also.
I will try that with 1.2.
On Feb 5, 2007, at 12:19 PM, Joe Griffin wrote:
Thanks. As always .. you are a perl.
FWIW -- credit Brian on this one. He did 98% of the work; I only did
the final validation of it. :-)
I will try that with 1.2.
Are you saying you'd like me to ship you the patch? Or you'll wait
f
Jeff,
Thanks. As always .. you are a perl.
I will try that with 1.2.
Joe
Jeff Squyres wrote:
Greetings Joe.
What we did was to make 2 sets of environment variables that you can
use to modify OMPI's internal path behavior:
1. OPAL_DESTDIR: If you want to use staged builds (a la RPM buil
Greetings Joe.
What we did was to make 2 sets of environment variables that you can
use to modify OMPI's internal path behavior:
1. OPAL_DESTDIR: If you want to use staged builds (a la RPM builds),
you can set the environment variable OPAL_DESTDIR. For example:
./configure --prefix=/
Hello,
I can see that Patrick posted my same error on:
http://www.open-mpi.org/community/lists/devel/2006/12/1230.php
Can I please find out the status? I have a simple test case which
demonstrates the --prefix is not working on mpirun. I build into
/usr/local/openmpi-1.1.3
and it works. Ho