Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove remaining bits of libdw outside of mc_libdw.{h,c}pp
[simgrid.git] / examples / java / master_slave_bypass / bypass.tesh
index cf1bee4f7c2c4e7f9d58c72bae38b94d56da442d..01efba0fe13248c814fc4ae39a2c0843bcdb5020 100644 (file)
@@ -1,12 +1,12 @@
 #! tesh
 
-! output sort
+! output sort 19
 
-$ java -cp ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/master_slave_bypass/platform.xml
+$ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/../platforms/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!
+> [Boivin:process1:(1) 0.000000] [jmsg/INFO] Master Hello!
+> [Boivin:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'Jacquelin'
+> [Jacquelin:process2:(2) 0.000000] [jmsg/INFO] Slave Hello!
+> [Jacquelin:process2:(2) 0.000000] [jmsg/INFO] Send finalize!
+> [Boivin:process1:(1) 1.048881] [jmsg/INFO] Received Finalize. I'm done. See you!
+> [1.048881] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...