Re: [OMPI devel] Fixes to OpenMPI-1.4.2 for PGI compilers

2010-08-20 Thread Ralf Wildenhues
Hello Larry, Jeff, I'm one of the Libtool developers. I'm happy to take things over to the Libtool source tree and help get them incorporated. Jeff, any chance you could give me a heads-up when all of them are incorporated in one of the OpenMPI branches so I can pick them up from there? Thanks,

Re: [OMPI devel] Fixes to OpenMPI-1.4.2 for PGI compilers

2010-08-20 Thread Larry Baker
Jeff, Without the 1.4.2 fix in configure to correctly parse the PGI version no. (the same fix you have in 1.5rc5), I'm pretty sure the make of 1.4.2 fails for PGI 10.x. Also, I think the inline assembly of atomic instructions might not be correct for the C++ version of the library withou

Re: [OMPI devel] Fixes to OpenMPI-1.4.2 for PGI compilers

2010-08-20 Thread Jeff Squyres
On Aug 17, 2010, at 9:50 PM, Ralf Wildenhues wrote: >> I patched OpenMPI 1.4.2 to fix some problems/warnings when using the >> PGI compilers. > > FWIW, if there are fixes suitable for upstream Libtool in your changes, > we would be glad if you could send them as bug reports or even 'diff -u' > pa

Re: [OMPI devel] Fixes to OpenMPI-1.4.2 for PGI compilers

2010-08-18 Thread Ralf Wildenhues
Hello Larry, * Larry Baker wrote on Wed, Aug 18, 2010 at 12:26:39AM CEST: > I patched OpenMPI 1.4.2 to fix some problems/warnings when using the > PGI compilers. FWIW, if there are fixes suitable for upstream Libtool in your changes, we would be glad if you could send them as bug reports or even

[OMPI devel] Fixes to OpenMPI-1.4.2 for PGI compilers

2010-08-17 Thread Larry Baker
I patched OpenMPI 1.4.2 to fix some problems/warnings when using the PGI compilers. • openmpi-1.4.2/configure has the libtool patch to correctly parse PGI compiler versions 1 through 5, but the libtool.m4 files do not. I don't know if they are actually used -- I looked for this error befor