Re: [OMPI devel] RFC: update to libevent 2021

2013-07-05 Thread Jeff Squyres (jsquyres)
+1

On Jul 4, 2013, at 9:31 AM, Ralph Castain 
 wrote:

> WHAT: switch the default version of libevent to 2.0.21
> 
> WHY: has some thread-related fixes in it
> 
> WHEN: July 12, 2013
> 
> This has been in the trunk for a long time and is passing all tests. Unless 
> someone objects, we'll make it the default and remove the old 2.0.19 version.
> 
> 
> 
> ___
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/




[OMPI devel] RFC: Dead code removal

2013-07-05 Thread Jeff Squyres (jsquyres)
What: Remove code identified by compilers as being dead (e.g., set-but-unused)

Why: It's dead, Jim.

Where: Attached patch removes snipits of code from:

- openib udcm CPC
- coll inter
- coll ml
- coll sm
- sbgp basemsocket
- routed binomial

Timeout: next Tuesday teleconf (July 9)

More detail:

In the spirit of George's patch, I found a few more warnings that were simple 
to eliminate.  Most of these should be non-controversial, hence the short 
timeout.

If you own one of the above components, you might want to make sure that this 
dead code removal doesn't actually indicate a bug.

Note that I specifically did *not* remove some dead code compiler warnings from:

- oob
- osc

because these two sections are both under revamp right now, and a) it's not 
worth fixing them because they're changing so much, and b) it would probably 
create unnecessary conflicts for the maintainers of those revamps.

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/


dead-code-removal.diff
Description: dead-code-removal.diff


Re: [OMPI devel] RFC: Dead code removal

2013-07-05 Thread Shamis, Pavel
> - coll ml
This one is used.
> 
> - sbgp basemsocket
This one is used as well

-P.




Re: [OMPI devel] RFC: Dead code removal

2013-07-05 Thread Jeff Squyres (jsquyres)
They are assigned but not used.


On Jul 5, 2013, at 8:47 AM, "Shamis, Pavel"  wrote:

>> - coll ml
> This one is used.
>> 
>> - sbgp basemsocket
> This one is used as well
> 
> -P.
> 
> 
> ___
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/