Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to activate coverity for simgrid
[simgrid.git] / examples / scala / master_slave_bypass / bypass.tesh
index 95bfebb..a38a098 100644 (file)
@@ -1,11 +1,11 @@
 #! tesh
 
-! output sort
-$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/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!
+! output sort 19
+$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/../platforms/small_platform.xml
+> [0.000000] [jmsg/INFO] Using regular java threads.
+> [Jupiter:process1:(1) 0.000000] [jmsg/INFO] Master Hello!
+> [Jupiter:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'Tremblay'
+> [Tremblay:process2:(2) 0.000000] [jmsg/INFO] Slave Hello!
+> [Tremblay:process2:(2) 0.000000] [jmsg/INFO] Send finalize!
+> [Jupiter:process1:(1) 0.019014] [jmsg/INFO] Received Finalize. I'm done. See you!
+> [0.019014] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...