Skip to content
Snippets Groups Projects
Commit 36c1e523 authored by erwan's avatar erwan
Browse files

Examples: add a 4x4 grid topology in the coloring dir

parent 5375aa41
No related branches found
No related tags found
No related merge requests found
# Time-stamp: <modified the 28/10/2019 (at 21:27) by Erwan Jahier> # Time-stamp: <modified the 27/11/2019 (at 09:09) by Erwan Jahier>
sasa=$(DIR)/bin/sasa -l 100 sasa=$(DIR)/bin/sasa -l 100
...@@ -22,17 +22,19 @@ lurette: ring.cmxs ring_oracle.lus ...@@ -22,17 +22,19 @@ lurette: ring.cmxs ring_oracle.lus
test100: test100:
for i in $$(seq 100); do make lurette && make clean; done for i in $$(seq 100); do make lurette && make clean; done
rdbg: ring.ml rdbg: grid4.ml
rdbg -o ring.rif \ ledit rdbg -sut "sasa grid4.dot --locally-central-demon"
-sut "$(sasa) ring.dot --locally-central-demon"
rdbg3: ring.ml
ledit rdbg -sut "sasa ring.dot --locally-central-demon"
rdbg1: ring.ml ring_oracle.lus rdbg1: ring.ml ring_oracle.lus
rdbg -o rdbg-ring.rif \ ledit rdbg -o rdbg-ring.rif \
-sut "sasa --replay ring.dot -rif -lcd " \ -sut "sasa --replay ring.dot -rif -lcd " \
-oracle "lv6 ring_oracle.lus -n oracle -exec" -oracle "lv6 ring_oracle.lus -n oracle -exec"
rdbg2: ring.cmxs ring.lut rdbg2: ring.cmxs ring.lut
rdbg -o ring.rif \ ledit rdbg -o ring.rif \
-env "$(sasa) --replay ring.dot -custd -rif" \ -env "$(sasa) --replay ring.dot -custd -rif" \
-sut-nd "lutin ring.lut -n distributed" -sut-nd "lutin ring.lut -n distributed"
......
graph g {
p0 [algo="p.ml" init="0"]
p1 [algo="p.ml" init="0"]
p2 [algo="p.ml" init="0"]
p3 [algo="p.ml" init="0"]
p4 [algo="p.ml" init="0"]
p5 [algo="p.ml" init="0"]
p6 [algo="p.ml" init="0"]
p7 [algo="p.ml" init="0"]
p8 [algo="p.ml" init="0"]
p9 [algo="p.ml" init="0"]
p10 [algo="p.ml" init="0"]
p11 [algo="p.ml" init="0"]
p12 [algo="p.ml" init="0"]
p13 [algo="p.ml" init="0"]
p14 [algo="p.ml" init="0"]
p15 [algo="p.ml" init="0"]
p0 -- p1 -- p2 -- p3 -- p7
p0 -- p4 -- p5 -- p6
p11-- p15
p1 -- p5 -- p9
p10 -- p11 -- p7
p10 -- p14 -- p15
p10 -- p6
p10 -- p9
p12 -- p13 -- p14
p12 -- p8 -- p9
p13 -- p9
p2 -- p6 -- p7
p4 -- p8
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment