Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
VM migration: do not precompute dp_rate
[simgrid.git] / include / simgrid / datatypes.h
index dd73424..815e937 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef SIMGRID_DATATYPES_H_
 #define SIMGRID_DATATYPES_H_
 
-#include <simgrid/forward.h>
+#include "simgrid/forward.h"
 
 struct vm_params {
   int ncpus;
@@ -21,7 +21,7 @@ struct vm_params {
   int skip_stage2;
   double max_downtime;
 
-  double dp_rate;
+  double dp_intensity; // Percentage of pages that get dirty compared to netspeed [0;1]
   double dp_cap; /* bytes per 1 flop execution */
 
   /* set migration speed */