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

Private GIT Repository
Move declarations at proper place, and fix indentation.
[loba.git] / options.h
index ed5b49865376017823d012a9803403d9d4c6e7ae..1032a633969c2f811d6192f08d83991c2d874764 100644 (file)
--- a/options.h
+++ b/options.h
@@ -38,12 +38,14 @@ namespace opt {
     // Load balancing algorithm
     extern std::string loba_algo;
     extern bool bookkeeping;
+    extern double min_lb_iter_duration;
 
     // Application parameters
     extern cost_func comp_cost;
     extern cost_func comm_cost;
-    extern double min_lb_iter_duration;
     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;