1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
<?xml version="1.0" encoding="UTF-8"?>
<mxfile host="drawio.corp.amazon.com" modified="2021-07-19T13:47:34.573Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15" etag="WZxVpdtQeOrHKn9q1XDl" version="12.4.8" type="browser">
<diagram id="aD31mCK-H1K8Hn6eNp0I" name="Page-1">
<mxGraphModel dx="935" dy="627" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-2" value="Application call libfabric's send API" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="20" y="20" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-3" value="Receiver's progress engine" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="220" y="20" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-6" value="" style="endArrow=classic;html=1;dashed=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="hM9hUbB8x_-XiU8bxfhU-9" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="79.5" y="80" as="sourcePoint"/>
<mxPoint x="80" y="250" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-7" value="" style="endArrow=classic;html=1;dashed=1;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="279.5" y="80" as="sourcePoint"/>
<mxPoint x="280" y="259" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-8" value="" style="endArrow=classic;html=1;dashed=1;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="106" as="sourcePoint"/>
<mxPoint x="280" y="166" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-9" value="Application got send<br>Completion" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="20" y="260" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-10" value="Application got<br>receive<br>Completion" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="220" y="260" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="hM9hUbB8x_-XiU8bxfhU-14" value="EAGER_RTM&nbsp;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=17;" parent="1" vertex="1">
<mxGeometry x="160" y="117" width="40" height="20" as="geometry"/>
</mxCell>
<mxCell id="L2E3QGy6i6LVfAEWww4Z-2" value="Application call libfabric's receive API" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="365" y="137" width="120" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
|