Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge msg_vm.c - adrien (please note that there is one line (destruction of the tx_pr...
[simgrid.git] / teshsuite / java / sleep_host_off / sleep_host_off.tesh
1 $ java -classpath ${classpath:=.} sleep_host_off.Main ${srcdir:=.}/../../examples/platforms/small_platform.xml ${srcdir:=.}/sleep_host_off/sleep_host_off_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
2 > [  0.000000] (0:@) Using regular java threads. Coroutines could speed your simulation up.
3 > [  0.000000] (1:sleep_host_off.SleepHostOff@Tremblay) **** **** **** ***** ***** Test Sleep ***** ***** **** **** ****
4 > [  0.000000] (1:sleep_host_off.SleepHostOff@Tremblay) Test sleep: Create a process on Jupiter, the process simply make periodic sleep, turn off Jupiter
5 > [  0.000000] (2:sleep@Jupiter) I'm not dead
6 > [  0.010000] (2:sleep@Jupiter) I'm not dead
7 > [  0.020000] (1:sleep_host_off.SleepHostOff@Tremblay) Stop Jupiter
8 > [  0.020000] (2:sleep@Jupiter) I'm not dead
9 > [  0.020000] (1:sleep_host_off.SleepHostOff@Tremblay) Jupiter has been stopped
10 > [  0.020000] (2:sleep@Jupiter) catch HostException: Host Failure (null)
11 > [  0.320000] (1:sleep_host_off.SleepHostOff@Tremblay) Test sleep seems ok, cool !(number of Process : 1, it should be 1 (i.e. the Test one))
12 >
13 > [  0.320000] (0:@) MSG_main finished; Cleaning up the simulation...