Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / s4u / pid / pid.tesh
index 2c2c1ca..5ad07c9 100644 (file)
@@ -1,4 +1,4 @@
-$ ./pid ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n"
+$ ./pid ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%a@%h)%e%m%n"
 > [  0.000000] (sendpid@Tremblay) Sending pid of "1".
 > [  0.000000] (sendpid@Tremblay) Sending pid of "2".
 > [  0.000000] (sendpid@Tremblay) Sending pid of "3".
@@ -11,17 +11,3 @@ $ ./pid ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n"
 > [  0.001206] (sendpid@Tremblay) Send of pid "3" done.
 > [  0.001206] (killall@Tremblay) Killing process "3".
 > [  0.001206] (sendpid@Tremblay) Process "3" killed.
-
-$ ./pid ${platfdir}/small_platform.xml 2 "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n"
-> [  0.000000] (sendpid@Tremblay) Sending pid of "2".
-> [  0.000000] (sendpid@Tremblay) Sending pid of "3".
-> [  0.000000] (sendpid@Tremblay) Sending pid of "4".
-> [  0.000402] (killall@Tremblay) Killing process "2".
-> [  0.000402] (sendpid@Tremblay) Send of pid "2" done.
-> [  0.000402] (sendpid@Tremblay) Process "2" killed.
-> [  0.000804] (sendpid@Tremblay) Send of pid "3" done.
-> [  0.000804] (killall@Tremblay) Killing process "3".
-> [  0.000804] (sendpid@Tremblay) Process "3" killed.
-> [  0.001206] (sendpid@Tremblay) Send of pid "4" done.
-> [  0.001206] (killall@Tremblay) Killing process "4".
-> [  0.001206] (sendpid@Tremblay) Process "4" killed.