X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..b558f9b18c938af6a35ebea66ac2323a60178202:/examples/java/master_slave_bypass/bypass.tesh?ds=sidebyside diff --git a/examples/java/master_slave_bypass/bypass.tesh b/examples/java/master_slave_bypass/bypass.tesh new file mode 100644 index 0000000000..dfcc347225 --- /dev/null +++ b/examples/java/master_slave_bypass/bypass.tesh @@ -0,0 +1,12 @@ +#! ./tesh + +! output sort + +$ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar master_slave_bypass/MsBypass ${srcdir:=.}/examples/master_slave_bypass/platform.xml +> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. +> [0.013010] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... +> [alice:process2:(2) 0.000000] [jmsg/INFO] Slave Hello! +> [alice:process2:(2) 0.000000] [jmsg/INFO] Send finalize! +> [bob:process1:(1) 0.000000] [jmsg/INFO] Master Hello! +> [bob:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'alice' +> [bob:process1:(1) 0.013010] [jmsg/INFO] Received Finalize. I'm done. See you!