Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-21 Thread Jeff Squyres
FWIW, I have run with my LD_LIBRARY_PATH set to a combination of multiple OMPI installations; it ended up using the leftmost entry in the LD_LIBRARY_PATH (as I intended). I'm not quite sure why it wouldn't do that for you. :-( On Jan 21, 2009, at 4:53 AM, Olivier Marsden wrote: -

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-21 Thread Olivier Marsden
- Check that /opt/mpi_sun and /opt/mpi_gfortran* are actually distinct subdirectories; there's no hidden sym/hard links in there somewhere (where directories and/or individual files might accidentally be pointing to the other tree) no hidden links in the directories - does "env | grep

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Jeff Squyres
On Jan 20, 2009, at 5:04 PM, Olivier Marsden wrote: f90 works correctly, when run simply as f90 or as /opt/sun/etc.../ f90, and binaries run properly (sun f90 appears to give excellent performance, incidently!) the command /opt/mpi_sun/bin/mpif90 --show-me returns:

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Olivier Marsden
f90 works correctly, when run simply as f90 or as /opt/sun/etc.../f90, and binaries run properly (sun f90 appears to give excellent performance, incidently!) the command /opt/mpi_sun/bin/mpif90 --show-me returns: /home/marsden/sources/gcc_final/bin/gfortran -I/opt/mpi_gfortran4.4//include

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Jeff Squyres
Thanks, that was helpful. From everything I can see, it looks like the ".../f90" value was propagated properly throughout OMPI's code base. Does f90 invoke gfortran on the back-end? Try invoking "/opt/sun/ express/sunstudioceres/bin/f90" with no arguments (just like you invoked mpif90

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Olivier Marsden
Certainly. I hope I haven't forgotten anything. Olivier Marsden Jeff Squyres wrote: Can you send the information listed here: http://www.open-mpi.org/community/help/ On Jan 19, 2009, at 11:49 AM, Olivier Marsden wrote: Hello, I'm trying to compile ompi 1.3rc7 with the sun studio

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Jeff Squyres
Can you send the information listed here: http://www.open-mpi.org/community/help/ On Jan 19, 2009, at 11:49 AM, Olivier Marsden wrote: Hello, I'm trying to compile ompi 1.3rc7 with the sun studio express comilers. I'm using the following configure command:

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-19 Thread Olivier Marsden
Thanks for the suggestion. Unfortunately I had already tried that to no avail. Olivier Douglas Guptill wrote: When I use the Intel compilers, I have to add to my PATH and LD_LIBRARY_PATH before using "mpif90". I wonder if this needs to be done in your case? Douglas. On Mon, Jan 19, 2009 at

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-19 Thread Douglas Guptill
When I use the Intel compilers, I have to add to my PATH and LD_LIBRARY_PATH before using "mpif90". I wonder if this needs to be done in your case? Douglas. On Mon, Jan 19, 2009 at 05:49:53PM +0100, Olivier Marsden wrote: > Hello, > > I'm trying to compile ompi 1.3rc7 with the sun studio

[OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-19 Thread Olivier Marsden
Hello, I'm trying to compile ompi 1.3rc7 with the sun studio express comilers. I'm using the following configure command: CC=/opt/sun/express/sunstudioceres/bin/cc CXX=/opt/sun/express/sunstudioceres/bin/CC F77=/opt/sun/express/sunstudioceres/bin/f77