Re: [OMPI devel] 1.6.x compilation failure with intel compiler

2012-05-01 Thread Jeff Squyres
Can you please file a proper bug report? (background info, configure line, etc.) Thanks. On May 1, 2012, at 1:29 PM, Mike Dubman wrote: > > > > > > > Hi, > > > > ompi 1.6.x - compilation fails with intel compiler, but works with gcc. > > > > compiler version: > 10.1.026 > > >

[OMPI devel] 1.6.x compilation failure with intel compiler

2012-05-01 Thread Mike Dubman
Hi, ompi 1.6.x - compilation fails with intel compiler, but works with gcc. compiler version: 10.1.026 Regards CXX otfaux.o CXX Control.o CXX Handler.o CXX State.o CXXLD otfaux ../../otflib/.libs/libotf.so: undefined reference to `inflateReset' ../../otflib/.libs/libotf.so: undefined reference

[OMPI devel] RFC: Upgrade trunk to AC 2.69

2012-05-01 Thread Jeff Squyres
WHAT: Upgrade the SVN trunk Autoconf requirement to AC 2.69 (just released last week) WHY: Some of our Fortran configury is now officially supported WHERE: ompi/config/*.m4 TIMEOUT: Teleconf, Tuesday 8 May 2012 - More detail: Some of the configury that we have written in

Re: [OMPI devel] [EXTERNAL] Re: libevent socket code

2012-05-01 Thread Barrett, Brian W
This isn't a static library problem and it can't be fixed by the cluster admins, it's a glibc design problem. There are a set of functions (those that use the services configured with nsswitch.conf, which includes host name resolution and user information resolution) that are implemented through a

[OMPI devel] Potential ob1 bug

2012-05-01 Thread Hjelm, Nathan T
Ran across a problem in a failure path of start_prepare in ob1. If prepare_src succeed but send fails the send request convertor needs to be rolled back to the correct position. Can someone with more knowledge of ob1 check if this is indeed an error. Patch is below. -Nathan diff --git a/ompi/m

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Hjelm, Nathan T
Not that I can find. -Nathan From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on behalf of Jeff Squyres [jsquy...@cisco.com] Sent: Tuesday, May 01, 2012 7:29 AM To: Open MPI Developers Subject: Re: [OMPI devel] libevent socket code Is there a

[OMPI devel] RFC: Update libevent

2012-05-01 Thread Ralph Castain
WHAT: Update libevent to 2.0.19 release WHEN: As soon as it is released, expected around May 11 WHY: The 2.0.19 release contains a critical fix to a bug I recently discovered in the libevent 2.0.x series Details: I discovered a bug in libevent over the last few days that causes it to un

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Ralph Castain
I looked and the answer is "no". I could add one and push it upstream, but the problem is really due to someone not installing one or more static libraries. It looks like we are only finding the shared library versions of a couple of libs. I'm going to explore a little more and possibly request

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Jeff Squyres
Is there a libevent configure switch we can use to disable those unused libevent functions? On Apr 30, 2012, at 11:49 PM, Hjelm, Nathan T wrote: > When building statically on Cielito I see the following warnings: > /scratch/hjelmn/xe6/openmpi-gcc/trunk/lib/libmpi.a(session_dir.o): In > function

Re: [OMPI devel] libevent socket code

2012-05-01 Thread Hjelm, Nathan T
When building statically on Cielito I see the following warnings: /scratch/hjelmn/xe6/openmpi-gcc/trunk/lib/libmpi.a(session_dir.o): In function `orte_session_dir_get_name': session_dir.c:(.text+0x204): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared lib