1
1
openmpi/ompi/mca
Edgar Gabriel f6598138ba fix some instances, where we might have allocated 0 bytes. Also, for allgather
make sure that we do not call coll_gather and coll_bcast in the very same
instances, since some collective (intra) modules do not seem to like the fact
if they are called for scount or rcount being zero (for regular
intra-communicator operations, this is handled on the MPI API layer).

Fixes trac:2405

This commit was SVN r23188.

The following Trac tickets were found above:
  Ticket 2405 --> https://svn.open-mpi.org/trac/ompi/ticket/2405
2010-05-20 22:23:44 +00:00
..
allocator Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
bml * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
btl Indent and fix some uninitialized variables. 2010-05-19 21:20:33 +00:00
coll fix some instances, where we might have allocated 0 bytes. Also, for allgather 2010-05-20 22:23:44 +00:00
common * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
crcp A few changes to the FT-related configure options: 2010-03-25 22:53:48 +00:00
dpm * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
io Don't let ROMIO mishandle the displacement for contiguous data with a non-zero 2010-03-23 01:23:45 +00:00
mpool Add ummunotify support to Open MPI. See 2010-05-11 21:43:19 +00:00
mtl Allow the PSM component to return ERR_NOT_AVAIL so it can be unloaded silently if executed on a node with no QLogic IB hardware. Also minor modifications to have the CM PML allow itself to be unloaded if no MTL components are available. The component selection logic can then continue to use other PMLs. 2010-01-14 19:39:35 +00:00
op Update Cisco copyrights for consistency 2009-10-07 22:02:32 +00:00
osc Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
pml Add two arguments to the PML error callback function. This 2010-05-19 11:55:45 +00:00
pubsub * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
rcache * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
topo - Replace combinations of 2009-08-20 11:42:18 +00:00