1
1
openmpi/ompi
Jeff Squyres 87910daf51 Fix a collection of bugs found by QA and Coverity, and make some minor
improvements:

* Fix minor memory leaks during component_init
* Ensure that an initialization loop does not underflow an unsigned int
* Improve mlock limit checking
* Fix set of BTL modules created during component_init when failing to
  get QP resources or otherwise excluding some (but not all) usnic
  verbs devices
* Fix/improve error messages to be consistent with other Cisco
  documentation
* Randomize the initial sliding window sequence number so that we
  silently drop incoming frames from previous jobs that still have
  existant processes in the middle of dying (and are still
  transmitting) 
* Ensure we don't break out of add_procs too soon and create an
  asymetrical view of what interfaces are available

This commit was SVN r28975.
2013-08-01 16:56:15 +00:00
..
attribute Implement MPI-2.2 functionality of deleting attributes on 2013-05-02 12:32:21 +00:00
class rename ompi_free_list operations to _mt, as per discussions at last face to face meeting 2013-07-08 22:07:52 +00:00
communicator Do not destroy the sub-communicator until we have freed its attributes, 2013-07-05 12:15:03 +00:00
contrib Fixed # 3704 2013-07-31 07:38:24 +00:00
datatype MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
debuggers MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
errhandler Per the RFC and discussion on the devel list, update the RTE-MPI error handling interface. There are a few differences in the code from the original RFC that came out of the discussion - I've captured those in the following writeup 2013-07-19 01:08:53 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
file == Highlights == 2012-04-18 15:57:29 +00:00
group Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
include This define is not needed in mpi.h (it's private to the 2013-07-30 21:33:19 +00:00
info Update to r27292: only use "valuelen-1" when the valuelen is 2012-10-30 17:56:28 +00:00
mca Fix a collection of bugs found by QA and Coverity, and make some minor 2013-08-01 16:56:15 +00:00
message Remove a bunch of unused variables. 2013-03-26 14:34:29 +00:00
mpi Propagate the use of MPI_COUNT_KIND everywhere. 2013-07-25 22:41:48 +00:00
mpiext We want to ignore this MPI extension in the general case -- it's just 2013-06-19 16:01:45 +00:00
op Fix support for complex datatypes when fortran is not available but _Complex is 2013-07-25 19:08:21 +00:00
patterns MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc In talking about this with Jeff and Ralph, we don't actually need 2013-02-12 21:10:11 +00:00
request Correctly handle the invalid status for null and inactive 2013-05-01 12:55:24 +00:00
runtime Disable mpi_param_check by default if parameter checking is compiled out. 2013-07-26 17:44:10 +00:00
tools Fixes trac:376: bu default the wrappr compilers will enable rpath support 2013-05-11 00:49:17 +00:00
win == Highlights == 2012-04-18 15:57:29 +00:00
Makefile.am Remote duplicate mpi/tool from DIST_SUBDIRS 2013-07-17 04:35:47 +00:00