code:run_swarm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:run_swarm [2015/01/20 22:31] – oschuett | code:run_swarm [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| node [shape=box, width=3.5]; | node [shape=box, width=3.5]; | ||
| - | if_master -> m1 [label=" | + | if_master -> m1 [label=" |
| - | if_master -> w1 [label=" | + | if_master -> w1 [label=" |
| - | + | ||
| subgraph cluster_m { | subgraph cluster_m { | ||
| color = blue; | color = blue; | ||
| - | label = "Master"; | + | label = << |
| m1[label=" | m1[label=" | ||
| m2[label=" | m2[label=" | ||
| Line 21: | Line 21: | ||
| subgraph cluster_w { | subgraph cluster_w { | ||
| - | label = "Worker"; | + | label = << |
| color = blue; | color = blue; | ||
| w1[label=" | w1[label=" | ||
| w2[label=" | w2[label=" | ||
| w3[label=" | w3[label=" | ||
| - | w1 -> w2 -> w3; | + | w1 -> w2 -> w3 [dir=back]; |
| - | w3:e -> w1:e [weight=0]; | + | w3:e -> w1:e [dir=back, |
| } | } | ||
| - | subgraph hidden1 { | + | w1 -> m1 [label=" |
| - | rank=" | + | m3 -> w3 [label=" |
| - | | + | |
| - | } | + | |
| - | + | ||
| - | subgraph hidden2 { | + | |
| - | rank=" | + | |
| - | | + | |
| - | } | + | |
| } | } | ||
| </ | </ | ||
code/run_swarm.1421793098.txt.gz · Last modified: (external edit)
