Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'add_mutex_python_bindings' into 'master'
[simgrid.git] / examples / python / synchro-mutex / synchro-mutex.tesh
index 169c876d23673239ad1add24be0ffe4f0cf69c3a..2271c0a7f193879418bcc3f8115968baeddf5e81 100644 (file)
@@ -2,41 +2,41 @@
 
 p Testing Mutex
 
-$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/synchro-mutex.py --platform ${platfdir}/two_hosts.xml --workers 0 "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
->[ 10.000000] (1:master@Tremblay) The final result is: 0
+$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/synchro-mutex.py --platform ${platfdir}/two_hosts.xml --actors 0 "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
+>[ 10.000000] (1:master@Tremblay) I'm done, good bye
 
-$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/synchro-mutex.py --platform ${platfdir}/two_hosts.xml --workers 1 "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
->[  0.000000] (2:worker-0(mgr)@Jupiter) I just started
->[  0.000000] (2:worker-0(mgr)@Jupiter) acquired the mutex with context manager
->[  0.000000] (2:worker-0(mgr)@Jupiter) updated shared result, which is now 1
->[  0.000000] (2:worker-0(mgr)@Jupiter) released the mutex after leaving the context manager
->[  0.000000] (2:worker-0(mgr)@Jupiter) Bye now!
->[ 10.000000] (1:master@Tremblay) The final result is: 1
+$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/synchro-mutex.py --platform ${platfdir}/two_hosts.xml --actors 1 "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
+>[  0.000000] (2:worker-0(mgr)@Jupiter) Hello simgrid, I'm ready to compute after acquiring the mutex from a context manager
+>[  0.000000] (2:worker-0(mgr)@Jupiter) I'm done, good bye
+>[  0.000000] (3:worker-0@Tremblay) Hello simgrid, I'm ready to compute after a regular lock
+>[  0.000000] (3:worker-0@Tremblay) I'm done, good bye
+>[ 10.000000] (1:master@Tremblay) Result[0] -> 2
+>[ 10.000000] (1:master@Tremblay) I'm done, good bye
 
-$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/synchro-mutex.py --platform ${platfdir}/two_hosts.xml --workers 5 "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
->[  0.000000] (2:worker-0(mgr)@Jupiter) I just started
->[  0.000000] (2:worker-0(mgr)@Jupiter) acquired the mutex with context manager
->[  0.000000] (2:worker-0(mgr)@Jupiter) updated shared result, which is now 1
->[  0.000000] (3:worker-1@Tremblay) I just started
->[  0.000000] (2:worker-0(mgr)@Jupiter) released the mutex after leaving the context manager
->[  0.000000] (2:worker-0(mgr)@Jupiter) Bye now!
->[  0.000000] (3:worker-1@Tremblay) acquired the mutex manually
->[  0.000000] (3:worker-1@Tremblay) updated shared result, which is now 2
->[  0.000000] (4:worker-2(mgr)@Jupiter) I just started
->[  0.000000] (3:worker-1@Tremblay) released the mutex manually
->[  0.000000] (3:worker-1@Tremblay) Bye now!
->[  0.000000] (4:worker-2(mgr)@Jupiter) acquired the mutex with context manager
->[  0.000000] (4:worker-2(mgr)@Jupiter) updated shared result, which is now 3
->[  0.000000] (5:worker-3@Tremblay) I just started
->[  0.000000] (4:worker-2(mgr)@Jupiter) released the mutex after leaving the context manager
->[  0.000000] (4:worker-2(mgr)@Jupiter) Bye now!
->[  0.000000] (5:worker-3@Tremblay) acquired the mutex manually
->[  0.000000] (5:worker-3@Tremblay) updated shared result, which is now 4
->[  0.000000] (6:worker-4(mgr)@Jupiter) I just started
->[  0.000000] (5:worker-3@Tremblay) released the mutex manually
->[  0.000000] (5:worker-3@Tremblay) Bye now!
->[  0.000000] (6:worker-4(mgr)@Jupiter) acquired the mutex with context manager
->[  0.000000] (6:worker-4(mgr)@Jupiter) updated shared result, which is now 5
->[  0.000000] (6:worker-4(mgr)@Jupiter) released the mutex after leaving the context manager
->[  0.000000] (6:worker-4(mgr)@Jupiter) Bye now!
->[ 10.000000] (1:master@Tremblay) The final result is: 5
+$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/synchro-mutex.py --platform ${platfdir}/two_hosts.xml --actors 5 "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
+>[  0.000000] (2:worker-0(mgr)@Jupiter) Hello simgrid, I'm ready to compute after acquiring the mutex from a context manager
+>[  0.000000] (2:worker-0(mgr)@Jupiter) I'm done, good bye
+>[  0.000000] (3:worker-0@Tremblay) Hello simgrid, I'm ready to compute after a regular lock
+>[  0.000000] (3:worker-0@Tremblay) I'm done, good bye
+>[  0.000000] (4:worker-1(mgr)@Jupiter) Hello simgrid, I'm ready to compute after acquiring the mutex from a context manager
+>[  0.000000] (4:worker-1(mgr)@Jupiter) I'm done, good bye
+>[  0.000000] (5:worker-1@Tremblay) Hello simgrid, I'm ready to compute after a regular lock
+>[  0.000000] (5:worker-1@Tremblay) I'm done, good bye
+>[  0.000000] (6:worker-2(mgr)@Jupiter) Hello simgrid, I'm ready to compute after acquiring the mutex from a context manager
+>[  0.000000] (6:worker-2(mgr)@Jupiter) I'm done, good bye
+>[  0.000000] (7:worker-2@Tremblay) Hello simgrid, I'm ready to compute after a regular lock
+>[  0.000000] (7:worker-2@Tremblay) I'm done, good bye
+>[  0.000000] (8:worker-3(mgr)@Jupiter) Hello simgrid, I'm ready to compute after acquiring the mutex from a context manager
+>[  0.000000] (8:worker-3(mgr)@Jupiter) I'm done, good bye
+>[  0.000000] (9:worker-3@Tremblay) Hello simgrid, I'm ready to compute after a regular lock
+>[  0.000000] (9:worker-3@Tremblay) I'm done, good bye
+>[  0.000000] (10:worker-4(mgr)@Jupiter) Hello simgrid, I'm ready to compute after acquiring the mutex from a context manager
+>[  0.000000] (10:worker-4(mgr)@Jupiter) I'm done, good bye
+>[  0.000000] (11:worker-4@Tremblay) Hello simgrid, I'm ready to compute after a regular lock
+>[  0.000000] (11:worker-4@Tremblay) I'm done, good bye
+>[ 10.000000] (1:master@Tremblay) Result[0] -> 2
+>[ 10.000000] (1:master@Tremblay) Result[1] -> 2
+>[ 10.000000] (1:master@Tremblay) Result[2] -> 2
+>[ 10.000000] (1:master@Tremblay) Result[3] -> 2
+>[ 10.000000] (1:master@Tremblay) Result[4] -> 2
+>[ 10.000000] (1:master@Tremblay) I'm done, good bye