X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/fb7c087879f5cfc2657a4fc04847106b5f75c122..9dc2c85bc1ed02f05598db7a816552c65501cf47:/options.h diff --git a/options.h b/options.h index fcb982a..b3e3081 100644 --- a/options.h +++ b/options.h @@ -38,14 +38,16 @@ namespace opt { // 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 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; + extern unsigned comp_iter_delay; + extern double comp_time_delay; // Parameters for the end of the simulation extern unsigned lb_maxiter;