Galen Shipman
c38fd90e63
need state to ack sync send retransmits, even after the recvreq is gone..
...
This commit was SVN r9397.
2006-03-23 22:02:59 +00:00
Galen Shipman
e01cf0a166
Seperate out sequence tracking list as stand alone class.
...
This commit was SVN r9391.
2006-03-23 17:02:17 +00:00
Galen Shipman
70cf1ce562
more work in progress..
...
This commit was SVN r9369.
2006-03-22 23:06:18 +00:00
Tim Woodall
0f6161c6da
reorg
...
This commit was SVN r9366.
2006-03-22 15:02:36 +00:00
Galen Shipman
ff75de8c52
more dr work, add destination check on all receives, misc
...
This commit was SVN r9317.
2006-03-16 19:38:21 +00:00
Galen Shipman
5531baaec6
fix warnings, generalize acked datastructure, allows for easier external
...
testing.
This commit was SVN r9212.
2006-03-06 23:18:26 +00:00
Galen Shipman
84d3055db5
Make sure everything is imediatly acked, even if not matched
...
Buffer first descriptor on the sendreq until postive ACK
Set bytes delivered only after postive ACK, removed num_acks, etc, in general
trying to remove as much state as possible so that rolling things back isn't
such a nightmare
This commit was SVN r9187.
2006-03-01 22:37:10 +00:00
Galen Shipman
d9fd35d399
add acked items to datastructure,
...
fix compile issue.
This commit was SVN r9178.
2006-02-28 01:07:35 +00:00
Galen Shipman
c6b4cc4417
Add data structure to track ACK's
...
This commit was SVN r9177.
2006-02-27 22:56:43 +00:00
Brian Barrett
2eb76ff0cd
* finish the TEG/UNIQ/PTL removal
...
This commit was SVN r9118.
2006-02-23 00:39:01 +00:00
Brian Barrett
566a050c23
Next step in the project split, mainly source code re-arranging
...
- move files out of toplevel include/ and etc/, moving it into the
sub-projects
- rather than including config headers with <project>/include,
have them as <project>
- require all headers to be included with a project prefix, with
the exception of the config headers ({opal,orte,ompi}_config.h
mpi.h, and mpif.h)
This commit was SVN r8985.
2006-02-12 01:33:29 +00:00
George Bosilca
d247436bea
Make the opal_atomic happy by using a signed int instead of an unsigned one.
...
This commit was SVN r8759.
2006-01-19 19:54:51 +00:00
Tim Woodall
8c1027d974
first cut at ack/retrans protocol
...
This commit was SVN r8570.
2005-12-20 21:42:58 +00:00
Tim Woodall
b06335abe2
start of a pml for data reliability
...
This commit was SVN r8236.
2005-11-22 17:24:47 +00:00