[OMPI devel] Unable to build OMPI 1.4.2 and newer w/Intel 10 or Intel 11 compilers

2010-08-20 Thread David Gunter
I configure using --prefix and --with-platform=/contrib/platform/lanl/tlcc/debug-panasas This works for every compiler except Intel. The "make" phase terminates with libtool: link: /opt/Intel/cce/10.0.023/bin/icpc -I/opt/panfs/include -shared-intel -g -finline-functions -fexceptions -pthread -f

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] [Open MPI] #2538: PGI compiler issues

2010-08-20 Thread Larry Baker
Jeff, I have not yet finished finding all the problems I'm seeing in 1.5rc5. All I have done so far is look for the ones that I fixed for OpenMPI 1.4.2. For example, compiling with PGI 10.3 on Linux fails. (Has anyone else tried PGI 10.x?) The Intel compiler issues messages I haven't

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