Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] kill unused cruft aiming at surviving pre-c++11 or pre-c99 compilers
[simgrid.git] / examples / scala / master_slave_bypass / bypass.tesh
1 #! tesh
2
3 ! output sort 19
4 $ java -classpath ${classpath:=.} master_slave_bypass/MsBypass ${srcdir:=.}/../platforms/small_platform.xml
5 > [0.000000] [jmsg/INFO] Using regular java threads.
6 > [Jupiter:process1:(1) 0.000000] [jmsg/INFO] Master Hello!
7 > [Jupiter:process1:(1) 0.000000] [jmsg/INFO] Create process on host 'Tremblay'
8 > [Tremblay:process2:(2) 0.000000] [jmsg/INFO] Slave Hello!
9 > [Tremblay:process2:(2) 0.000000] [jmsg/INFO] Send finalize!
10 > [Jupiter:process1:(1) 0.019014] [jmsg/INFO] Received Finalize. I'm done. See you!
11 > [0.019014] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...