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

Private GIT Repository
Remove option -x as an alternative for -k.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 29 Feb 2012 15:19:28 +0000 (16:19 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 29 Feb 2012 15:19:28 +0000 (16:19 +0100)
TODO
options.cpp

diff --git a/TODO b/TODO
index a337bc4fc53de1c99b51bc28917889a8ab86adf4..77dbb42286c0cd98c42d99fdbbe411529fbbaf54 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,9 +4,6 @@
     (i) send the tasks that have the most count of iterations;
    (ii) send the tasks that have the least count of iterations.
 
-* Remove usage of opt::option_x in loba_besteffort.cpp and loba_2besteffort.cpp
-   Use -k instead (done).  Remove hack marked "FIXME" in opt::parse_args().
-
 * Support heterogeneous platforms?
    Not sure yet.
    Should be doable if each process also sends its speed to its neighbors.
index 01ae4470bc092cfe0e37b95efa35697690f46655..7c5a649561c17d672ba42124ea72c7a3a6797081 100644 (file)
@@ -355,13 +355,6 @@ bool opt::parse_args(int* argc, char* argv[])
 
 #undef PARSE_ARG
 
-    if (opt::option_x) {        // FIXME: remove this one day...
-        opt::loba_best_divisor = opt::option_x;
-        XBT_WARN("divisor for algorithms *best* set from option -x (%d => %u),"
-                 " use -k instead",
-                 opt::option_x, opt::loba_best_divisor);
-    }
-
     if (opt::version_requested || opt::help_requested)
         return 1;