Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Potpourri of python bindings (disk, host, netzone)
[simgrid.git] / teshsuite / python / platform-mix / platform-mix.tesh
1 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/platform-mix.py "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
2 > [  0.000000] (0:maestro@) Creating zone: dijkstra
3 > [  0.000000] (0:maestro@) Creating zone: vivaldi
4 > [  0.000000] (0:maestro@) Creating zone: empty
5 > [  0.000000] (0:maestro@) Creating zone: wifi
6 > [  0.000000] (1:sender@host1) Sending msg to host1
7 > [  1.000000] (2:receiver@host1) Using disk disk1
8 > [  2.100000] (2:receiver@host1) Using disk disk2
9 > [  2.190103] (2:receiver@host1) I got 'Hello. I'm host1'.
10 > [  2.190103] (2:receiver@host1) Finished executing. Goodbye!
11 > [  2.190103] (1:sender@host1) Sending msg to host2
12 > [  2.204144] (3:receiver@host2) I got 'Hello. I'm host1'.
13 > [  2.204144] (3:receiver@host2) Finished executing. Goodbye!
14 > [  2.204144] (1:sender@host1) Sending msg to host3
15 > [  2.205226] (4:receiver@host3) I got 'Hello. I'm host1'.
16 > [  2.205226] (4:receiver@host3) Finished executing. Goodbye!
17 > [  2.205226] (1:sender@host1) Sending msg to host4
18 > [  2.264825] (5:receiver@host4) I got 'Hello. I'm host1'.
19 > [  2.264825] (5:receiver@host4) Finished executing. Goodbye!
20 > [  2.264825] (1:sender@host1) Sending msg to host5
21 > [  2.265908] (6:receiver@host5) I got 'Hello. I'm host1'.
22 > [  2.265908] (6:receiver@host5) Finished executing. Goodbye!
23 > [  2.265908] (1:sender@host1) Sending msg to host6
24 > [ 10.240550] (1:sender@host1) Done dispatching all messages. Goodbye!
25 > [ 10.240550] (7:receiver@host6) I got 'Hello. I'm host1'.
26 > [ 10.240550] (7:receiver@host6) Finished executing. Goodbye!