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

Private GIT Repository
loba.git
2011-02-25 Arnaud GierschImplement loba_besteffort.
2011-02-25 Arnaud GierschMinor cleanups.
2011-02-25 Arnaud GierschTerminate smoothly on CTRL-C.
2011-02-25 Arnaud GierschMinor fixes (cosmetics only).
2011-02-25 Arnaud GierschDo not insert line twice.
2011-02-25 Arnaud GierschHide dependency files.
2011-02-25 Arnaud GierschAutomatically update "options.cpp".
2011-02-25 Arnaud GierschAdd forgotten files.
2011-02-25 Arnaud GierschCosmetics: reorder includes.
2011-02-25 Arnaud GierschAdd skeleton for algorithm besteffort.
2011-02-25 Arnaud GierschAdd new_loba.sh to help adding a new algorithm.
2011-02-25 Arnaud GierschOne more simplification for algorithm makhoul.
2011-02-24 Arnaud GierschRender algorithm makhoul much more simpler.
2011-02-24 Arnaud GierschAdd algorithm makhoul2.
2011-02-24 Arnaud GierschUpdate description of fairstrategy algorithm.
2011-02-24 Arnaud GierschAdd reference code for Makhoul's algorithm.
2011-02-24 Arnaud GierschAdd references.
2011-02-24 Arnaud GierschUse the correct algorithm to find the bound.
2011-02-23 Arnaud GierschUpdate TODO.
2011-02-23 Arnaud GierschTry to describe load-balancing algorithms.
2011-02-23 Arnaud GierschFix loba_makhoul.
2011-02-23 Arnaud GierschFix loba_simple.
2011-02-23 Arnaud GierschAssign value at declaration.
2011-02-22 Arnaud GierschImprove output alignment.
2011-02-22 Arnaud GierschAdd statistics about message exchanges.
2011-02-22 Arnaud GierschMake messages intelligent about their size.
2011-02-21 Arnaud GierschUpdate TODO list.
2011-02-21 Arnaud GierschAdd debug messages.
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-18 Arnaud GierschTry to make results more consistent.
2011-02-18 Arnaud GierschReintroduce process::get_sum_of_to_send().
2011-02-15 Arnaud GierschCosmetics: move around some code.
2011-02-15 Arnaud GierschPrint my own loads too with process:print_loads.
2011-02-15 Arnaud GierschChange format for log messages.
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 GierschDo load_balance_loop in the new spawned thread instead...
2011-02-14 Arnaud GierschBe more picky when parsing options.
2011-02-14 Arnaud GierschUse std::vector and stl algorithms for cost_func.
2011-02-11 Arnaud GierschTypo.
2011-02-11 Arnaud GierschImprove documentation, move open questions in QUESTIONS...
2011-02-11 Arnaud GierschImprove descriptions of looping processes.
2011-02-10 Arnaud GierschUpgrade extract.pl.
2011-02-10 Arnaud GierschMutex and condition must be initialized after start...
2011-02-10 Arnaud GierschAdd QUESTIONS, update TODO.
2011-02-10 Arnaud GierschKeep track of load scheduled to be sent, and update...
2011-02-10 Arnaud GierschUpdate prev_load_broadcast.
2011-02-10 Arnaud GierschDelete old fixme comment.
2011-02-10 Arnaud GierschDisable logging completely with a negative log_rate.
2011-02-10 Arnaud GierschCorrect log messages.
2011-02-10 Arnaud GierschImprove timing between iterations.
2011-02-10 Arnaud GierschSimulate computations in a separate thread.
2011-02-10 Arnaud GierschDocumentation updates.
2011-02-10 Arnaud GierschSeparate ctrl and data communications.
2011-02-10 Arnaud GierschFix comment.
2011-02-09 Arnaud GierschMake communicator::recv() inline.
2011-02-09 Arnaud GierschAdd a catchall case in exception handler.
2011-02-09 Arnaud GierschUse a vector for sent_comm (smaller and faster than...
2011-02-09 Arnaud GierschUpdate .gitignore.
2011-02-09 Arnaud GierschDefine class for MSG thread.
2011-02-09 Arnaud GierschDefine class for message queue.
2011-02-08 Arnaud GierschDefine classes for mutex and condition objects.
2011-02-08 Arnaud GierschCleanups on communicator.
2011-02-08 Arnaud GierschCheck if communications are successfull.
2011-02-08 Arnaud GierschCosmetics.
2011-02-08 Arnaud GierschNo return value for communicator::receiver().
2011-02-08 Arnaud GierschThrow an exception on error.
2011-02-08 Arnaud GierschRename some variables.
2011-02-07 Arnaud GierschDefine opt::min_comp_iter_duration.
2011-02-07 Arnaud GierschDo not use MSG_comm_test() after MSG_comm_waitany().
2011-02-07 Arnaud GierschUse ERROR instead of CRITICAL for total load error.
2011-02-07 Arnaud GierschDefine process::pneigh_sort_by_load().
2011-02-04 Arnaud GierschCosmetic changes in help message.
2011-02-04 Arnaud GierschUse tr1/functional for sorting the hosts.
2011-02-04 Arnaud GierschCorrectly initialize members for deployment_generator...
2011-02-04 Arnaud GierschDefine globally pneigh_load_less and pneigh_load_grater.
2011-02-04 Arnaud GierschRemove pointless struct keyword.
2011-02-04 Arnaud GierschMake values more legible in XML files, and add a new...
2011-02-04 Arnaud GierschChange default communication cost.
2011-02-04 Arnaud GierschTODO update.
2011-02-04 Arnaud GierschUse %zu instead of casting argument.
2011-02-04 Arnaud GierschUse new defined variadic logging macros.
2011-02-04 Arnaud GierschDefine variadic logging macros.
2011-02-04 Arnaud GierschRewrite macro ESSE() and get rid of misc::str_nil.
2011-02-04 Arnaud GierschRemove unused misc::address.
2011-02-03 Arnaud GierschRemove misc_autogen.h.
2011-02-03 Arnaud GierschAdd Makhoul's algorithm.
2011-02-03 Arnaud GierschMake build work with latest developments on simgrid...
2011-02-03 Arnaud GierschDefine a constant for the magic value.
2011-02-03 couturienew fair
2011-01-30 couturienew fair
2011-01-30 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-01-30 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-01-30 Raphael Couturiermerge de loba_fairstrategy
2011-01-30 Raphael Couturierchange in fair strategy
2011-01-27 Arnaud GierschDocument SG 3.5 bugs, and workarounds taken to circumve...
2011-01-27 Arnaud GierschUpdate .gitignore.
2011-01-26 Arnaud GierschNew valgrind suppression.
next