Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92302862
distributed-memory.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 19, 05:52
Size
798 B
Mime Type
text/x-tex
Expires
Thu, Nov 21, 05:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22417749
Attached To
R11821 phys-743-lecture
distributed-memory.tex
View Options
% Slide 41
\begin
{
tikzpicture
}
[node distance=8mm,
dots/.style=
{
font=
\sffamily
,
xshift=5mm,
minimum width=1cm
}
,
node split/.append style =
{
xshift=5mm
}
]
\tikzstyle
{
sample
}
= [-,thin]
\node
(node0) [node split,]
{
$
P_
0
$
\nodepart
{
second
}
$
M_
0
$
}
;
\node
(node1) [node split,right of=node0]
{
$
P_
1
$
\nodepart
{
second
}
$
M_
1
$
}
;
\node
(dots) [dots,right of=node1]
{
$
\ldots
$
}
;
\node
(nodeN) [node split,right of=dots]
{
$
P_N
$
\nodepart
{
second
}
$
M_N
$
}
;
\node
(switch) [switch,below of=node1, xshift=6mm, yshift=-1cm]
{
network or switch
}
;
\path
[sample]
(node0.south) edge[out=-60,in=120] (switch.north);
\path
[sample]
(node1.south) edge[out=-60,in=120] (switch.north);
\path
[sample]
(nodeN.south) edge[out=-60,in=120] (switch.north);
\end
{
tikzpicture
}
Event Timeline
Log In to Comment