User Tools

Site Tools


code:run_swarm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:run_swarm [2015/01/20 22:33] oschuettcode: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="yes", weight=0]; +  if_master -> m1 [label="yes"]; 
-  if_master -> w1 [label="no",  weight=0]; +  if_master -> w1 [label="no"]; 
-  +
 subgraph cluster_m { subgraph cluster_m {
   color = blue;   color = blue;
-  label = "Master";+  label = <<u>Master</u>>;
   m1[label="Receive report (blocking)"];   m1[label="Receive report (blocking)"];
   m2[label="CALL steer(report, command)"];   m2[label="CALL steer(report, command)"];
Line 21: Line 21:
  
 subgraph cluster_w { subgraph cluster_w {
-  label = "Worker";+  label = <<u>Worker</u>>;
   color = blue;   color = blue;
   w1[label="Send report"];   w1[label="Send report"];
Line 30: Line 30:
 } }
  
-subgraph hidden1 { +w1 -> m1 [label="MPI", color=red,   minlen=3.5, weight=0]; 
-  rank="same"; +m3 -> w3 [label="MPI", color=green, minlen=3.5, weight=0];
-  w1 -> m1 [label="MPI", color=red, minlen=3.5]; +
-+
- +
-subgraph hidden2 { +
-  rank="same"; +
-  m3 -> w3 [label="MPI", color=green, minlen=3.5]; +
-}+
  
 } }
 </graphviz> </graphviz>
code/run_swarm.1421793231.txt.gz · Last modified: 2020/08/21 10:14 (external edit)