Galen Shipman
0be42b22b9
Fix connection timeout error handling..
...
This commit was SVN r11651.
2006-09-14 14:02:14 +00:00
George Bosilca
3f0a7cad9e
The last patch for Windows support. Mostly casting and conversion to C++ friendly headers.
...
This commit was SVN r11400.
2006-08-24 16:38:08 +00:00
Brian Barrett
292068b34b
* check return status of module init
...
This commit was SVN r11235.
2006-08-16 21:27:57 +00:00
Brian Barrett
6d414f2d44
* use the MTL-specific output stream for all error messages
...
* use OPAL_OUTPUT_VERBOSE rather than printfs for debugging messages
This commit was SVN r11227.
2006-08-16 16:28:58 +00:00
Brian Barrett
dc74a6a8e1
* implement iprobe for the MX MTL
...
This commit was SVN r11211.
2006-08-15 22:16:50 +00:00
Brian Barrett
0d218c6bdc
* implement cancel for MX
...
This commit was SVN r11209.
2006-08-15 21:59:37 +00:00
Brian Barrett
d3c6035ea9
* allow direct calling to work with the MX MTL. Had to move some types
...
around so that the myriexpress.h header wasn't included in the same
header as the interface declarations
This commit was SVN r10817.
2006-07-14 21:32:03 +00:00
Galen Shipman
6ed255f114
Substantial changes to the CM PML, allows us to have a very thin request for
...
all but buffered and persistent requests. Unfortunately we were note able to
reuse the pml_base_request_t as it was just too heavy for our needs. Lots of
code for 2/10 usec ;-)
This commit was SVN r10810.
2006-07-14 19:32:26 +00:00
George Bosilca
40f7d054f2
No more unused variables ...
...
This commit was SVN r10735.
2006-07-11 15:24:57 +00:00
Galen Shipman
9a1221bf7d
fix buffered sends (don't use blocking sends!)
...
removed inaccurate comment..
This commit was SVN r10703.
2006-07-10 16:11:14 +00:00
Galen Shipman
5085061475
don't call unpack when we received directly into the user buffer.. the
...
convertor doesn't handle it properly
continue peeking until we don't get anything else..
close the endpoint before closing the library..
add a blocking send that uses mx_test ..
This commit was SVN r10684.
2006-07-06 19:54:13 +00:00
Brian Barrett
ef6b7e170f
* make mtl datatype wrapper code inline functions
...
This commit was SVN r10678.
2006-07-06 15:58:07 +00:00
Brian Barrett
ef8c6a249b
* Fix up some direct-calling issues for the PML/MTL
...
This commit was SVN r10676.
2006-07-06 15:12:38 +00:00
Galen Shipman
c933c0f65f
unpack the length actually received, not the length posted..
...
This commit was SVN r10668.
2006-07-05 22:16:46 +00:00
Galen Shipman
fe480cd003
change mask bits and don't call convertor if we received directly into the
...
user buffer..
This commit was SVN r10665.
2006-07-05 21:10:09 +00:00
George Bosilca
d2bf3844e9
Include the header file which define opal_output.
...
This commit was SVN r10648.
2006-07-04 06:23:01 +00:00
Brian Barrett
47725c9b02
* Add new PML (CM) and network drivers (MTL) for high speed
...
interconnects that provide matching logic in the library.
Currently includes support for MX and some support for
Portals
* Fix overuse of proc_pml pointer on the ompi_proc structuer,
splitting into proc_pml for pml data and proc_bml for
the BML endpoint data
* bug fixes in bsend init code, which wasn't being used by
the OB1 or DR PMLs...
This commit was SVN r10642.
2006-07-04 01:20:20 +00:00