]> AND Private Git Repository - loba.git/blobdiff - options.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Update TODO list.
[loba.git] / options.h
index fcb982a5a1e1da3f37c43652015eeb857db9c6dd..b3e30816f0c127d4b935d706f408fd7436c9a6cb 100644 (file)
--- a/options.h
+++ b/options.h
@@ -38,14 +38,16 @@ namespace opt {
     // Load balancing algorithm
     extern std::string loba_algo;
     extern bool bookkeeping;
     // Load balancing algorithm
     extern std::string loba_algo;
     extern bool bookkeeping;
+    extern double min_transfer_amount;
+    extern double max_transfer_amount;
     extern double min_lb_iter_duration;
     extern double min_lb_iter_duration;
-    extern unsigned comp_iter_delay;
-    extern double comp_time_delay;
 
     // Application parameters
     extern cost_func comp_cost;
     extern cost_func comm_cost;
     extern double min_comp_iter_duration;
 
     // Application parameters
     extern cost_func comp_cost;
     extern cost_func comm_cost;
     extern double min_comp_iter_duration;
+    extern unsigned comp_iter_delay;
+    extern double comp_time_delay;
 
     // Parameters for the end of the simulation
     extern unsigned lb_maxiter;
 
     // Parameters for the end of the simulation
     extern unsigned lb_maxiter;