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

Private GIT Repository
loba.git
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.
2011-01-26 Arnaud GierschUse MSG_comm_waitall for communicator::flush(true).
2011-01-26 Arnaud GierschSynchronize the processes before exiting.
2011-01-25 Arnaud GierschUse online algorithms for statistics.
2011-01-25 Arnaud GierschCosmetics: make cppcheck happy.
2011-01-25 Arnaud GierschAdd BUGS and review TODO.
2011-01-25 Arnaud GierschDefine process::send(), and simplify load_balance(...
2011-01-25 Arnaud GierschUse debug log level in loba_fairstrategy.
2011-01-25 Arnaud GierschBug fix: only send to a lesser loaded neighbor!
2011-01-25 Arnaud GierschImprove warning message.
2011-01-25 Arnaud GierschPartially revert "modif simple"
2011-01-25 Arnaud GierschCosmetics: add spaces around operators, and other white...
2011-01-25 Arnaud GierschDefine process::get_load() and set_load() instead of...
2011-01-25 Arnaud GierschRename process::load -> process::real_load.
2011-01-25 Arnaud GierschDelete process::sum_of_to_send().
2011-01-25 Arnaud GierschRename process::send() -> process::send_all().
2011-01-24 Arnaud GierschDefine class statistics for computing sum, mean, and...
2011-01-24 Arnaud GierschUse verbose level for logging results of final checks...
2011-01-24 Arnaud GierschMove final outputs into destructor.
2011-01-21 Arnaud GierschExperimental tracing support.
2011-01-21 Arnaud GierschMakefile: add a rule to generate xml files conforming...
2011-01-21 Arnaud GierschMakefile: improve rules for target "full".
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-19 Arnaud GierschMove sleep between iterations in a better place.
2011-01-18 Arnaud GierschBug fixed: use a timeout on receive.
2011-01-18 Arnaud GierschThere is a bug...
2011-01-18 Arnaud GierschVariable delay is defined, why not using it?
2011-01-18 Arnaud GierschAdd statistics on total computation power.
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 GierschDefine process::lb_load(), and use it.
2011-01-18 Arnaud GierschImprove log messages.
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 GierschAdd extract.pl.
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 GierschReintroduce make variables for compilation of C programs.
2011-01-12 Arnaud GierschImproved synchronization with receiver process.
2011-01-12 Arnaud GierschDo not call flush automatically in communcator::send...
2011-01-08 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
next