1
1
openmpi/ompi/mca
Jeff Squyres 008fa8c5cc Fixes trac:1236, #1237.
* Various changes to enable 0-dimensional cartesian communicators:
   * Set various mtc_* members to NULL when there are 0 dimensions (and
     don't bother trying to memcpy these arrays when duplicating the
     communicator -- because they're NULL)
   * adjust topo_base_cart_sub to correctly handle 0 dimensions
     (simplified it a bit)
   * adjust a few error codes to return ERR_OUT_OF_RESOURCE
   * adjust error checking of CART_CREATE, CART_RANK
 * Allow MPI_GRAPH_CREATE to accept 0 == nnodes.
 * Bump reported MPI version in mpi.h to 2.1

This commit was SVN r19461.

The following Trac tickets were found above:
  Ticket 1236 --> https://svn.open-mpi.org/trac/ompi/ticket/1236
2008-08-31 19:31:10 +00:00
..
allocator Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
bml Gah; bml_base_endpoint.h was listed ''twice'' in this Makefile.am; I 2008-08-09 01:18:13 +00:00
btl Check the return code from opal_paffinity before continuing to set maffinity as it can only be done if the map_to_socket_core function succeeds. 2008-08-23 03:13:29 +00:00
coll no need to create and free the groups. We just want to translate the ranks and we can use the internal group structures right away for that operation. Fixes an issue with groups that have not been freed previously, due to the fact that ompi_group_free was not visible here (I know, this could have been solved also by setting OMPI_DECLSPEC on ompi_group_free, but this solution should be faster.) 2008-08-19 13:59:58 +00:00
common Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
crcp Some more work on the man pages: 2008-08-07 19:20:40 +00:00
dpm - Fix resource leak in case of error 2008-08-06 08:12:12 +00:00
io Fix one item missed by r19175. 2008-08-07 14:49:27 +00:00
mpool Don't forget to set the node to some negative value or ... the memory will 2008-08-12 16:58:32 +00:00
mtl * Handle buffered and "complete" sends properly. Since we can always 2008-08-31 18:05:00 +00:00
osc - The MS VC compiler complains "error C2512: 'ompi_convertor_master_t' : no appropriate default constructor available", initialize it, it's not the fast path anyway. 2008-08-27 15:57:59 +00:00
pml Fix indentation. 2008-08-17 20:10:54 +00:00
pubsub Per July technical meeting: 2008-08-04 16:43:12 +00:00
rcache Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
topo Fixes trac:1236, #1237. 2008-08-31 19:31:10 +00:00