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

Private GIT Repository
loba.git
2011-05-02 Aberrahmane... Added Least Load Neighbors and another bulk algorithm
2011-04-24 Aberrahmane... Merge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-04-20 Arnaud GierschAdd script to run experimentations.
2011-04-20 Arnaud GierschWrap long lines, and other typos.
2011-04-20 Arnaud GierschUpdate .gitignore.
2011-04-19 Arnaud GierschUpdate BUGS.
2011-04-19 Arnaud GierschFix valgrind_suppressions.
2011-04-18 Aberrahmane... Merge 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-18 Arnaud GierschMost memory leaks in SimGrid are gone.
2011-04-04 sqAdd algorithm bulk.
2011-03-30 Arnaud GierschAdd colors to trace categories.
2011-03-30 Arnaud GierschNow that THROWF is in SG/svn, remove compatibility...
2011-03-25 Arnaud GierschUpdate valgrind_suppressions.
2011-03-25 Arnaud GierschRename valgrind_suppressions.
2011-03-25 Arnaud GierschPreparation for the removal of THROW1 in SG/svn.
2011-03-24 Arnaud GierschUpdate BUGS.
2011-03-17 Arnaud GierschSimGrid version <= 3.5 is not supported anymore.
2011-03-17 Arnaud GierschCleanup: remove simple_async.
2011-03-15 Arnaud GierschAdd debugging option -x.
2011-03-15 Arnaud GierschUse two empty lines to separate data sets.
2011-03-09 Arnaud GierschUse absolute path for SIMGRID_INSTALL_DIR (take #2).
2011-03-09 Arnaud GierschFlush pending comms just before send.
2011-03-09 Arnaud GierschNeighbor/debt should be protected against concurrent...
2011-03-09 Arnaud GierschNew bug?
2011-03-08 Arnaud GierschProtect concurrent access to real_load.
2011-03-08 Arnaud GierschRemove unused default for 2nd parameter of sleep_until_...
2011-03-08 Arnaud GierschRemove useless include.
2011-03-08 Arnaud GierschUse absolute path for SIMGRID_INSTALL_DIR.
2011-03-07 Arnaud GierschWhitespace cleanup. Rename makhoul.txt -> MAKHOUL...
2011-03-07 Arnaud GierschCheck for real_load being null *after* sending loop.
2011-03-07 Arnaud GierschUse FATPIPE for backbone in machines1000.xml.
2011-03-07 Arnaud GierschMake colorized-loba obey to LOBA environment variable.
2011-02-25 Arnaud GierschImplement random initial load distribution.
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.
next