2012-03-01 |
Arnaud Giersch | Make opt::exit_on_convergence an unsigned int. |
blob | commitdiff | raw |
2012-02-29 |
Arnaud Giersch | Parameterize the exit on convergence. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Cosmetics: improve help message. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Add possibility to set the convergence threshold automa... |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Add option -G, to exit on detection of global convergence. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Remove option -x as an alternative for -k. |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Arnaud Giersch | Add statistics about convergence (see parameter -%). |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Arnaud Giersch | Cosmetics: move around a line in initial summary. |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Arnaud Giersch | New parameter: "-k value", to specify divisor for algor... |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Arnaud Giersch | Improve error message. |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Arnaud Giersch | Add support for a constant random, for testing. |
blob | commitdiff | raw | diff to current |
2011-09-22 |
Arnaud Giersch | Add option -X <double>, for testing and/or debugging... |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Arnaud Giersch | Short documentation for makhoul3, and reindentation. |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Raphael Couturier | makhoul3 |
blob | commitdiff | raw | diff to current |
2011-09-15 |
Arnaud Giersch | Add option -E : egocentric mode. |
blob | commitdiff | raw | diff to current |
2011-09-15 |
Arnaud Giersch | Uncapitalize description of algoriothms bulk and lln. |
blob | commitdiff | raw | diff to current |
2011-09-15 |
Arnaud Giersch | Move options at proper place in switch..case. |
blob | commitdiff | raw | diff to current |
2011-08-31 |
Arnaud Giersch | Add the possibility to specify the initial load with... |
blob | commitdiff | raw | diff to current |
2011-06-07 |
Arnaud Giersch | Fix typo in help message. |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Arnaud Giersch | Add option for integer transfer. |
blob | commitdiff | raw | diff to current |
2011-06-03 |
Arnaud Giersch | Add algorithm 2besteffort. |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Aberrahmane Sider | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Arnaud Giersch | Spell sig_atomic_t as std::sig_atomic_t. |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Arnaud Giersch | Use sig_atomic_t for opt::exit_request. |
blob | commitdiff | raw | diff to current |
2011-05-02 |
Aberrahmane Sider | Added Least Load Neighbors and another bulk algorithm |
blob | commitdiff | raw | diff to current |
2011-04-24 |
Aberrahmane Sider | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Aberrahmane Sider | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Arnaud Giersch | Line was too long in help message. |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Arnaud Giersch | Improve help messages. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
sq | Add algorithm bulk. |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Arnaud Giersch | Add debugging option -x. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Arnaud Giersch | Whitespace cleanup. Rename makhoul.txt -> MAKHOUL... |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Arnaud Giersch | Implement random initial load distribution. |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Arnaud Giersch | Terminate smoothly on CTRL-C. |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Arnaud Giersch | Cosmetics: reorder includes. |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Arnaud Giersch | Add skeleton for algorithm besteffort. |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Arnaud Giersch | Add algorithm makhoul2. |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Arnaud Giersch | Improve output alignment. |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Arnaud Giersch | Change "infinity" to "no limit" in help message. |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Arnaud Giersch | Add options to control min./max. data transfer amount. |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Arnaud Giersch | Move declarations at proper place, and fix indentation. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Arnaud Giersch | Add ability to delay the beginning of computations. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Arnaud Giersch | Move min_lb_iter_duration in load-balancing parameters. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Arnaud Giersch | Be more picky when parsing options. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Disable logging completely with a negative log_rate. |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Arnaud Giersch | Define class for MSG thread. |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Arnaud Giersch | Define opt::min_comp_iter_duration. |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Arnaud Giersch | Cosmetic changes in help message. |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Arnaud Giersch | Change default communication cost. |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Arnaud Giersch | Use new defined variadic logging macros. |
blob | commitdiff | raw | diff to current |
2011-02-03 |
Arnaud Giersch | Add Makhoul's algorithm. |
blob | commitdiff | raw | diff to current |
2011-01-30 |
couturie | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-01-30 |
Raphael Couturier | merge de loba_fairstrategy |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Arnaud Giersch | Change default values. |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Arnaud Giersch | Make boolean option togglable. |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Arnaud Giersch | Use square brackets for default values in help. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Be more precise in help message for option "-l". |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Interchange lb_iter and comp_iter, and improve process... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Add option "-t" for fixing a time limit on the simulation. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Add option "-s" for controlling the minimum duration... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Update copyright in version string, and other cosmetic... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Arnaud Giersch | Remove "-s" option from getopt parameters. |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Arnaud Giersch | Do not call flush automatically in communcator::send... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Arnaud Giersch | Allow changing communicator::send_count_before_flush... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Arnaud Giersch | Fix error reporting in opt::parse_args. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Arnaud Giersch | Define an opt_helper class for local functions. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Arnaud Giersch | Distinguish lb_iter and comp_iter. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Arnaud Giersch | Make opt::print() more friendly to update. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Arnaud Giersch | Consolidate helper functions from options.cpp in one... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Arnaud Giersch | Named options may now be selected by prefix if there... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Arnaud Giersch | Use bool for return type of parse_args(). |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Arnaud Giersch | Deadlock fix, and other changes. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Arnaud Giersch | Fix typos. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Arnaud Giersch | Define process::print_loads_p() to print loads by using... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Raphaël Couturier | Add loba_fairstrategy. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Arnaud Giersch | Add option "-v" (verbose). |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Arnaud Giersch | Improved printing of simulation parameters, and fixed... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Arnaud Giersch | Add torus topology. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Arnaud Giersch | Improve documentation. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Arnaud Giersch | Add default auto_depl::topology... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Arnaud Giersch | Cosmetics: sort topologies in source files. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Arnaud Giersch | Add automatic topology generators. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Arnaud Giersch | Cosmetics... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Arnaud Giersch | Add load balancing algorithm selection facility. |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Improve help message. |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip... |
blob | commitdiff | raw | diff to current |
|