Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Do not execute MCer code in MCed mode in MC_remove_ignore_heap()
[simgrid.git] / examples / java / cloud / migration / Test.java
index f1b5936..7edd538 100644 (file)
@@ -129,6 +129,7 @@ public class Test extends Process{
         endTime = Msg.getClock();
         Msg.info("     - End of Migration from host 1 to host 0 (duration:"+(endTime-startTime)+")");
 
+
         Msg.info("\n \n \nRound trip of VM1 (load "+load2+"%)");
         vm1.setLoad(load2);
         Msg.info("     - Launch migration from host 0 to host 1");