1
1
openmpi/ompi/mca/mtl/mx
Patrick Geoffray b252cb82c8 oops, ".", not "->", copy error...
This commit was SVN r13287.
2007-01-24 19:16:46 +00:00
..
configure.m4 * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
configure.params * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
Makefile.am Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
mtl_mx_cancel.c * implement cancel for MX 2006-08-15 21:59:37 +00:00
mtl_mx_component.c Fix for issue IU is seeing on BigRed with connections timing out during 2006-11-27 20:10:27 +00:00
mtl_mx_endpoint.c Fix connection timeout error handling.. 2006-09-14 14:02:14 +00:00
mtl_mx_endpoint.h * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
mtl_mx_probe.c * use the MTL-specific output stream for all error messages 2006-08-16 16:28:58 +00:00
mtl_mx_recv.c Reduce the number of branches. Keep the fast path as short as possible. 2006-11-07 23:59:32 +00:00
mtl_mx_request.h * Add new PML (CM) and network drivers (MTL) for high speed 2006-07-04 01:20:20 +00:00
mtl_mx_send.c oops, ".", not "->", copy error... 2007-01-24 19:16:46 +00:00
mtl_mx_types.h Minimize the number of lines of code :) 2006-11-10 20:56:08 +00:00
mtl_mx.c Fix slow startup issue with the MX MTL. The problem is caused by mx_connect() being a one-sided operation from the API level, but not being an interrupting call when the target is not entering the MX library. So if most of the processes exit mtl_mx_add_procs() and enter the stage gate 2 barrier, the other processes can only progress their mx_connect() calls when the targets enter the mx library. Because the event library is in EV_ONELOOP mode, this only happens once a second. The mx progress thread (hidden in the MX library) also only wakes up once a second, so mx_connect calls can take a second to complete. 2006-12-01 02:49:01 +00:00
mtl_mx.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
post_configure.sh * Fix up some direct-calling issues for the PML/MTL 2006-07-06 15:12:38 +00:00