1
1
openmpi/ompi/mca
Kenneth Matney 07f7f00c91 This disables sendi, since it may do 0-byte requests and it still has
another bug.  This also causes 0-byte requests to be treated as a buffer
error, causing the base request to be requeued.  On Cray XT, it may be
temporarily impossible to make allocations for buffer requests, as the
default stack size is small (8 MB) and there is no true swap device.
Even with the stack size increased, there will be cases in which this
condition recurs.

One possibility is to make the buffer allocations off of the heap; but,
this does not change the fact that eventually an out-of-memory condition
will occur and we need to support multiple receives in transit, a
condition for which the available buffer space may change.  On the other
hand, if we switch to allocating the buffer space from the heap, we will
need to return an error when the allocation fails and there are no other
buffers in transit.

This commit was SVN r19981.
2008-11-12 16:04:14 +00:00
..
allocator Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
bml Minor nit: use the real filename. opal_show_help() will ultimately 2008-10-31 21:48:18 +00:00
btl This disables sendi, since it may do 0-byte requests and it still has 2008-11-12 16:04:14 +00:00
coll Fix warnings (thanks Jeff) from previous fix. This is extra 2008-10-10 14:35:52 +00:00
common Per http://www.open-mpi.org/community/lists/devel/2008/09/4648.php, 2008-09-11 19:02:33 +00:00
crcp A fix for the intel "MPI_Send_init_ator_c" test. 2008-11-10 16:55:58 +00:00
dpm The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
io Patch originally from George to improve ROMIO's performance when 2008-09-06 09:50:12 +00:00
mpool Commit to bring online OpenIB, MX, and shared memory support for Open MPI's checkpoint/restart functionality. Some tuning is still needed, but basic functionality is in place. 2008-10-16 15:09:00 +00:00
mtl Fix a bunch of compiler warnings. Refs trac:1458 2008-09-26 16:15:05 +00:00
osc The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +00:00
pml The patch for "Unexpected message queue for unknown CID's required" ticket #1460. 2008-11-04 21:58:06 +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 Remove redundant code 2008-09-05 04:29:21 +00:00