Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix build and dist, add missing folder
[simgrid.git] / teshsuite / msg / pid.tesh
1 $ msg/pid ${srcdir:=.}/msg/pid_p.xml ${srcdir:=.}/msg/pid_d.xml 0 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
2 > [  0.000000] (1:sendpid@toto) Sending pid of "1".
3 > [  0.000000] (2:sendpid@toto) Sending pid of "2".
4 > [  0.000000] (3:sendpid@toto) Sending pid of "3".
5 > [  0.001082] (4:killall@toto) Killing process "1".
6 > [  0.001082] (1:sendpid@toto) Send of pid "1" done.
7 > [  0.001082] (1:sendpid@toto) Process "1" killed.
8 > [  0.002165] (2:sendpid@toto) Send of pid "2" done.
9 > [  0.002165] (4:killall@toto) Killing process "2".
10 > [  0.002165] (2:sendpid@toto) Process "2" killed.
11 > [  0.003247] (3:sendpid@toto) Send of pid "3" done.
12 > [  0.003247] (4:killall@toto) Killing process "3".
13 > [  0.003247] (3:sendpid@toto) Process "3" killed.
14
15 $ msg/pid ${srcdir:=.}/msg/pid_p.xml ${srcdir:=.}/msg/pid_d.xml 2 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
16 > [  0.000000] (2:sendpid@toto) Sending pid of "2".
17 > [  0.000000] (3:sendpid@toto) Sending pid of "3".
18 > [  0.000000] (4:sendpid@toto) Sending pid of "4".
19 > [  0.001082] (5:killall@toto) Killing process "2".
20 > [  0.001082] (2:sendpid@toto) Send of pid "2" done.
21 > [  0.001082] (2:sendpid@toto) Process "2" killed.
22 > [  0.002165] (3:sendpid@toto) Send of pid "3" done.
23 > [  0.002165] (5:killall@toto) Killing process "3".
24 > [  0.002165] (3:sendpid@toto) Process "3" killed.
25 > [  0.003247] (4:sendpid@toto) Send of pid "4" done.
26 > [  0.003247] (5:killall@toto) Killing process "4".
27 > [  0.003247] (4:sendpid@toto) Process "4" killed.