2011-02-23 |
Arnaud Giersch | Update TODO. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Arnaud Giersch | Try to describe load-balancing algorithms. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Arnaud Giersch | Fix loba_makhoul. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Arnaud Giersch | Fix loba_simple. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Arnaud Giersch | Assign value at declaration. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Arnaud Giersch | Improve output alignment. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Arnaud Giersch | Add statistics about message exchanges. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Arnaud Giersch | Make messages intelligent about their size. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Arnaud Giersch | Update TODO list. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Arnaud Giersch | Add debug messages. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Arnaud Giersch | Change "infinity" to "no limit" in help message. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Arnaud Giersch | Add options to control min./max. data transfer amount. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Arnaud Giersch | Move declarations at proper place, and fix indentation. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Arnaud Giersch | Try to make results more consistent. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Arnaud Giersch | Reintroduce process::get_sum_of_to_send(). |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Arnaud Giersch | Cosmetics: move around some code. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Arnaud Giersch | Print my own loads too with process:print_loads. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Arnaud Giersch | Change format for log messages. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Arnaud Giersch | Add ability to delay the beginning of computations. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Arnaud Giersch | Move min_lb_iter_duration in load-balancing parameters. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Arnaud Giersch | Do load_balance_loop in the new spawned thread instead... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Arnaud Giersch | Be more picky when parsing options. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Arnaud Giersch | Use std::vector and stl algorithms for cost_func. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Arnaud Giersch | Typo. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Arnaud Giersch | Improve documentation, move open questions in QUESTIONS... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Arnaud Giersch | Improve descriptions of looping processes. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Upgrade extract.pl. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Mutex and condition must be initialized after start... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Add QUESTIONS, update TODO. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Keep track of load scheduled to be sent, and update... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Update prev_load_broadcast. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Delete old fixme comment. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Disable logging completely with a negative log_rate. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Correct log messages. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Improve timing between iterations. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Simulate computations in a separate thread. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Documentation updates. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Separate ctrl and data communications. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Arnaud Giersch | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Arnaud Giersch | Make communicator::recv() inline. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Arnaud Giersch | Add a catchall case in exception handler. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Arnaud Giersch | Use a vector for sent_comm (smaller and faster than... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Arnaud Giersch | Update .gitignore. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Arnaud Giersch | Define class for MSG thread. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Arnaud Giersch | Define class for message queue. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | Define classes for mutex and condition objects. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | Cleanups on communicator. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | Check if communications are successfull. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | Cosmetics. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | No return value for communicator::receiver(). |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | Throw an exception on error. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Arnaud Giersch | Rename some variables. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Arnaud Giersch | Define opt::min_comp_iter_duration. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Arnaud Giersch | Do not use MSG_comm_test() after MSG_comm_waitany(). |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Arnaud Giersch | Use ERROR instead of CRITICAL for total load error. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Arnaud Giersch | Define process::pneigh_sort_by_load(). |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Cosmetic changes in help message. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Use tr1/functional for sorting the hosts. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Correctly initialize members for deployment_generator... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Define globally pneigh_load_less and pneigh_load_grater. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Remove pointless struct keyword. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Make values more legible in XML files, and add a new... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Change default communication cost. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | TODO update. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Use %zu instead of casting argument. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Use new defined variadic logging macros. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Define variadic logging macros. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Rewrite macro ESSE() and get rid of misc::str_nil. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Arnaud Giersch | Remove unused misc::address. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Arnaud Giersch | Remove misc_autogen.h. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Arnaud Giersch | Add Makhoul's algorithm. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Arnaud Giersch | Make build work with latest developments on simgrid... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Arnaud Giersch | Define a constant for the magic value. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
couturie | new fair |
commit | commitdiff | tree | snapshot |
2011-01-30 |
couturie | new fair |
commit | commitdiff | tree | snapshot |
2011-01-30 |
couturie | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
couturie | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raphael Couturier | merge de loba_fairstrategy |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raphael Couturier | change in fair strategy |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Arnaud Giersch | Document SG 3.5 bugs, and workarounds taken to circumve... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Arnaud Giersch | Update .gitignore. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Arnaud Giersch | New valgrind suppression. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Arnaud Giersch | Use MSG_comm_waitall for communicator::flush(true). |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Arnaud Giersch | Synchronize the processes before exiting. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Use online algorithms for statistics. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Cosmetics: make cppcheck happy. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Add BUGS and review TODO. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Define process::send(), and simplify load_balance(... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Use debug log level in loba_fairstrategy. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Bug fix: only send to a lesser loaded neighbor! |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Improve warning message. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Partially revert "modif simple" |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Cosmetics: add spaces around operators, and other white... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Define process::get_load() and set_load() instead of... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Rename process::load -> process::real_load. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Delete process::sum_of_to_send(). |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Arnaud Giersch | Rename process::send() -> process::send_all(). |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Arnaud Giersch | Define class statistics for computing sum, mean, and... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Arnaud Giersch | Use verbose level for logging results of final checks... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Arnaud Giersch | Move final outputs into destructor. |
commit | commitdiff | tree | snapshot |
next |