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

Private GIT Repository
Add original file g5k.xml.
[loba.git] / options.cpp
2012-05-07 Arnaud GierschCosmetics: insert a space before dotted lines.
2012-03-01 Arnaud GierschRemove useless temporary references.
2012-03-01 Arnaud GierschMake opt::exit_on_convergence an unsigned int.
2012-02-29 Arnaud GierschParameterize the exit on convergence.
2012-02-29 Arnaud GierschCosmetics: improve help message.
2012-02-29 Arnaud GierschAdd possibility to set the convergence threshold automa...
2012-02-29 Arnaud GierschAdd option -G, to exit on detection of global convergence.
2012-02-29 Arnaud GierschRemove option -x as an alternative for -k.
2011-10-03 Arnaud GierschAdd statistics about convergence (see parameter -%).
2011-10-03 Arnaud GierschCosmetics: move around a line in initial summary.
2011-10-03 Arnaud GierschNew parameter: "-k value", to specify divisor for algor...
2011-10-03 Arnaud GierschImprove error message.
2011-09-27 Arnaud GierschAdd support for a constant random, for testing.
2011-09-22 Arnaud GierschAdd option -X <double>, for testing and/or debugging...
2011-09-20 Arnaud GierschShort documentation for makhoul3, and reindentation.
2011-09-20 Raphael Couturiermakhoul3
2011-09-15 Arnaud GierschAdd option -E : egocentric mode.
2011-09-15 Arnaud GierschUncapitalize description of algoriothms bulk and lln.
2011-09-15 Arnaud GierschMove options at proper place in switch..case.
2011-08-31 Arnaud GierschAdd the possibility to specify the initial load with...
2011-06-07 Arnaud GierschFix typo in help message.
2011-06-06 Arnaud GierschAdd option for integer transfer.
2011-06-03 Arnaud GierschAdd algorithm 2besteffort.
2011-05-25 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-05-23 Arnaud GierschSpell sig_atomic_t as std::sig_atomic_t.
2011-05-20 Arnaud GierschUse sig_atomic_t for opt::exit_request.
2011-05-02 Aberrahmane SiderAdded Least Load Neighbors and another bulk algorithm
2011-04-24 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-04-18 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-04-18 Arnaud GierschLine was too long in help message.
2011-04-18 Arnaud GierschImprove help messages.
2011-04-04 sqAdd algorithm bulk.
2011-03-15 Arnaud GierschAdd debugging option -x.
2011-03-07 Arnaud GierschWhitespace cleanup. Rename makhoul.txt -> MAKHOUL...
2011-02-25 Arnaud GierschImplement random initial load distribution.
2011-02-25 Arnaud GierschTerminate smoothly on CTRL-C.
2011-02-25 Arnaud GierschCosmetics: reorder includes.
2011-02-25 Arnaud GierschAdd skeleton for algorithm besteffort.
2011-02-24 Arnaud GierschAdd algorithm makhoul2.
2011-02-22 Arnaud GierschImprove output alignment.
2011-02-20 Arnaud GierschChange "infinity" to "no limit" in help message.
2011-02-20 Arnaud GierschAdd options to control min./max. data transfer amount.
2011-02-20 Arnaud GierschMove declarations at proper place, and fix indentation.
2011-02-14 Arnaud GierschAdd ability to delay the beginning of computations.
2011-02-14 Arnaud GierschMove min_lb_iter_duration in load-balancing parameters.
2011-02-14 Arnaud GierschBe more picky when parsing options.
2011-02-10 Arnaud GierschDisable logging completely with a negative log_rate.
2011-02-09 Arnaud GierschDefine class for MSG thread.
2011-02-07 Arnaud GierschDefine opt::min_comp_iter_duration.
2011-02-04 Arnaud GierschCosmetic changes in help message.
2011-02-04 Arnaud GierschChange default communication cost.
2011-02-04 Arnaud GierschUse new defined variadic logging macros.
2011-02-03 Arnaud GierschAdd Makhoul's algorithm.
2011-01-30 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-01-30 Raphael Couturiermerge de loba_fairstrategy
2011-01-19 Arnaud GierschChange default values.
2011-01-19 Arnaud GierschMake boolean option togglable.
2011-01-19 Arnaud GierschUse square brackets for default values in help.
2011-01-18 Arnaud GierschBe more precise in help message for option "-l".
2011-01-18 Arnaud GierschInterchange lb_iter and comp_iter, and improve process...
2011-01-18 Arnaud GierschAdd option "-t" for fixing a time limit on the simulation.
2011-01-18 Arnaud GierschAdd option "-s" for controlling the minimum duration...
2011-01-18 Arnaud GierschUpdate copyright in version string, and other cosmetic...
2011-01-12 Arnaud GierschRemove "-s" option from getopt parameters.
2011-01-12 Arnaud GierschDo not call flush automatically in communcator::send...
2011-01-07 Arnaud GierschAllow changing communicator::send_count_before_flush...
2011-01-06 Arnaud GierschFix error reporting in opt::parse_args.
2011-01-05 Arnaud GierschDefine an opt_helper class for local functions.
2011-01-05 Arnaud GierschDistinguish lb_iter and comp_iter.
2011-01-05 Arnaud GierschMake opt::print() more friendly to update.
2011-01-04 Arnaud GierschConsolidate helper functions from options.cpp in one...
2011-01-04 Arnaud GierschNamed options may now be selected by prefix if there...
2011-01-04 Arnaud GierschUse bool for return type of parse_args().
2010-12-21 Arnaud GierschDeadlock fix, and other changes.
2010-12-17 Arnaud GierschFix typos.
2010-12-17 Arnaud GierschDefine process::print_loads_p() to print loads by using...
2010-12-17 Raphaël CouturierAdd loba_fairstrategy.
2010-12-17 Arnaud GierschAdd option "-v" (verbose).
2010-12-16 Arnaud GierschImproved printing of simulation parameters, and fixed...
2010-12-16 Arnaud GierschAdd torus topology.
2010-12-16 Arnaud GierschImprove documentation.
2010-12-15 Arnaud GierschAdd default auto_depl::topology...
2010-12-15 Arnaud GierschCosmetics: sort topologies in source files.
2010-12-15 Arnaud GierschAdd automatic topology generators.
2010-12-15 Arnaud GierschCosmetics...
2010-12-15 Arnaud GierschAdd load balancing algorithm selection facility.
2010-12-14 Arnaud GierschImprove help message.
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip...