Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-24 Thread Ethan Mallove
On Sun, Nov/23/2008 09:19:12AM, Ralf Wildenhues wrote: > * Ethan Mallove wrote on Fri, Nov 21, 2008 at 09:01:56PM CET: > > On Fri, Nov/21/2008 01:02:12PM, Ralf Wildenhues wrote: > > > IMHO OpenMPI can use > > > the solaris_use_stlport4=yes until such a functionality is in place. > > > > Nice.

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-24 Thread Ralf Wildenhues
Hello Ralph, * Ralph Castain wrote on Mon, Nov 24, 2008 at 02:39:13PM CET: > On Nov 23, 2008, at 1:19 AM, Ralf Wildenhues wrote: >> >> While I suppose your patch works, I think in similar situations, >> OpenMPI has resorted to patching input files to configure (like >> aclocal.m4 or ltmain.sh).

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-24 Thread Ralph Castain
On Nov 23, 2008, at 1:19 AM, Ralf Wildenhues wrote: * Ethan Mallove wrote on Fri, Nov 21, 2008 at 09:01:56PM CET: On Fri, Nov/21/2008 01:02:12PM, Ralf Wildenhues wrote: IMHO OpenMPI can use the solaris_use_stlport4=yes until such a functionality is in place. Nice. This workaround works. I

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-23 Thread Ralf Wildenhues
* Ethan Mallove wrote on Fri, Nov 21, 2008 at 09:01:56PM CET: > On Fri, Nov/21/2008 01:02:12PM, Ralf Wildenhues wrote: > > IMHO OpenMPI can use > > the solaris_use_stlport4=yes until such a functionality is in place. > > Nice. This workaround works. I don't suppose there's a similar > workaround

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-21 Thread Jeff Squyres
On Nov 21, 2008, at 6:55 AM, Terry Dontje wrote: I think Ethan's point above is important. We went through great lengths earlier this year to make Open MPI STL agnostic so an application can choose which STL it would like to link in. In other words there really should be no need to tie

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-21 Thread Ethan Mallove
On Fri, Nov/21/2008 01:02:12PM, Ralf Wildenhues wrote: > Hello Ethan, all, > > * Ethan Mallove wrote on Thu, Nov 20, 2008 at 10:33:08PM CET: > > On Thu, Nov/20/2008 07:00:31PM, Ralf Wildenhues wrote: > > > > > > Ah, ok. Please try the patch below instead of yours, thanks. > > > > Your patch

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-21 Thread Ralf Wildenhues
Hello Ethan, all, * Ethan Mallove wrote on Thu, Nov 20, 2008 at 10:33:08PM CET: > On Thu, Nov/20/2008 07:00:31PM, Ralf Wildenhues wrote: > > > > Ah, ok. Please try the patch below instead of yours, thanks. > > Your patch seems to work, though I get this: > >libtool: Version mismatch

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-21 Thread Terry Dontje
Ethan Mallove wrote: I'm still running into the Cstd/stlport4 issue with 2.2.6. That is, this line appears in the libtool script: postdeps="-library=Cstd -library=Crun" Do you have the string " -library=stlport4 " in $CXX $CXXFLAGS? If not, then how can Libtool detect that you use

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-20 Thread Ralf Wildenhues
Our previous mails overlapped, sorry about that. * Ethan Mallove wrote on Thu, Nov 20, 2008 at 06:52:09PM CET: > > The above appears to be looking for a Fortran version string from the > C compiler, but it wouldn't match our version string anyway: > > $ f90 -V > f90: Sun Ceres Fortran 95

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-20 Thread Ralf Wildenhues
Hello Ethan, * Ethan Mallove wrote on Wed, Nov 19, 2008 at 09:24:16PM CET: > > I'm seeing the same issue with the faulty "wl" Libtool > variable in 2.2.6 with Linux SunStudio: That's really weird, because this change should have fixed that:

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-20 Thread Ethan Mallove
On Wed, Nov/19/2008 03:24:16PM, Ethan Mallove wrote: > On Wed, Nov/19/2008 01:42:55PM, Ethan Mallove wrote: > > On Wed, Nov/19/2008 05:12:03PM, Ralf Wildenhues wrote: > > > Hello Ethan, > > > > > > * Ethan Mallove wrote on Wed, Nov 19, 2008 at 04:11:23PM CET: > > > > There are a couple issues

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ethan Mallove
On Wed, Nov/19/2008 05:12:03PM, Ralf Wildenhues wrote: > Hello Ethan, > > * Ethan Mallove wrote on Wed, Nov 19, 2008 at 04:11:23PM CET: > > There are a couple issues with SunStudio and Libtool: > > Which Libtool version are you using? If not 2.2.2 or newer, then please > retry with 2.2.6. If

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ethan Mallove
On Wed, Nov/19/2008 10:05:55AM, George Bosilca wrote: > We're still using STL ? I was pretty much sure that we removed this > dependency a while ago ? Open MPI is now set up to use either of Solaris's two versions of STL. The problem is that if libtool links in libCrun/libCstd, then bad things

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ralf Wildenhues
Hello Ethan, * Ethan Mallove wrote on Wed, Nov 19, 2008 at 04:11:23PM CET: > There are a couple issues with SunStudio and Libtool: Which Libtool version are you using? If not 2.2.2 or newer, then please retry with 2.2.6. If the problem persists, then we should fix Libtool rather than patching

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread George Bosilca
We're still using STL ? I was pretty much sure that we removed this dependency a while ago ? george. On Nov 19, 2008, at 09:11 , Ethan Mallove wrote: WHAT: Add patch-libtool-for-sun-studio.pl script