From 5012e07790450b078e83e0494af6de8ba60c8c92 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 29 Feb 2012 16:19:28 +0100 Subject: [PATCH] Remove option -x as an alternative for -k. --- TODO | 3 --- options.cpp | 7 ------- 2 files changed, 10 deletions(-) diff --git a/TODO b/TODO index a337bc4..77dbb42 100644 --- 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. diff --git a/options.cpp b/options.cpp index 01ae447..7c5a649 100644 --- a/options.cpp +++ b/options.cpp @@ -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; -- 2.39.5