forked from sandialabs/portals4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
20 lines (15 loc) · 764 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Shared Memory Unimplemented Features:
- Ptl{LE,ME}Append() does not work with persistent LEs and buffered headers
- Ptl{LE,ME}Append() cannot deliver buffered messages without local data (no
retransmit protocol yet implemented)
- Truncated Messages for gets and atomics (works for puts)
- PtlPTEnable()
- PtlPTDisable()
Shared Memory Performance Needs:
- Add MPI-like benchmark tests
+ Message latency (hotpotato is nice, but not an exact MPI duplicate)
Infiniband Informal list of known issues/bugs:
# open closed Description
---- ---------- ---------- ---------------------------------------------------
1000 2011/04/14 open PtlPTDisable busywaits, should use a cond variable
1001 2011/04/14 2011/04/14 pt_h doesn't need to contain an object, fixed.