2011-02-09 |
Arnaud Giersch | Make communicator::recv() inline.
|
commit | commitdiff | tree |
2011-02-09 |
Arnaud Giersch | Add a catchall case in exception handler.
|
commit | commitdiff | tree |
2011-02-09 |
Arnaud Giersch | Use a vector for sent_comm (smaller and faster than...
|
commit | commitdiff | tree |
2011-02-09 |
Arnaud Giersch | Update .gitignore.
|
commit | commitdiff | tree |
2011-02-09 |
Arnaud Giersch | Define class for MSG thread.
|
commit | commitdiff | tree |
2011-02-09 |
Arnaud Giersch | Define class for message queue.
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | Define classes for mutex and condition objects.
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | Cleanups on communicator.
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | Check if communications are successfull.
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | Cosmetics.
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | No return value for communicator::receiver().
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | Throw an exception on error.
|
commit | commitdiff | tree |
2011-02-08 |
Arnaud Giersch | Rename some variables.
|
commit | commitdiff | tree |
2011-02-07 |
Arnaud Giersch | Define opt::min_comp_iter_duration.
|
commit | commitdiff | tree |
2011-02-07 |
Arnaud Giersch | Do not use MSG_comm_test() after MSG_comm_waitany().
|
commit | commitdiff | tree |
2011-02-07 |
Arnaud Giersch | Use ERROR instead of CRITICAL for total load error.
|
commit | commitdiff | tree |
2011-02-07 |
Arnaud Giersch | Define process::pneigh_sort_by_load().
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Cosmetic changes in help message.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Use tr1/functional for sorting the hosts.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Correctly initialize members for deployment_generator...
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Define globally pneigh_load_less and pneigh_load_grater.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Remove pointless struct keyword.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Make values more legible in XML files, and add a new...
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Change default communication cost.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | TODO update.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Use %zu instead of casting argument.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Use new defined variadic logging macros.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Define variadic logging macros.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Rewrite macro ESSE() and get rid of misc::str_nil.
|
commit | commitdiff | tree |
2011-02-04 |
Arnaud Giersch | Remove unused misc::address.
|
commit | commitdiff | tree |
2011-02-03 |
Arnaud Giersch | Remove misc_autogen.h.
|
commit | commitdiff | tree |
2011-02-03 |
Arnaud Giersch | Add Makhoul's algorithm.
|
commit | commitdiff | tree |
2011-02-03 |
Arnaud Giersch | Make build work with latest developments on simgrid...
|
commit | commitdiff | tree |
2011-02-03 |
Arnaud Giersch | Define a constant for the magic value.
|
commit | commitdiff | tree |
2011-01-27 |
Arnaud Giersch | Document SG 3.5 bugs, and workarounds taken to circumvent...
|
commit | commitdiff | tree |
2011-01-27 |
Arnaud Giersch | Update .gitignore.
|
commit | commitdiff | tree |
2011-01-26 |
Arnaud Giersch | New valgrind suppression.
|
commit | commitdiff | tree |
2011-01-26 |
Arnaud Giersch | Use MSG_comm_waitall for communicator::flush(true).
|
commit | commitdiff | tree |
2011-01-26 |
Arnaud Giersch | Synchronize the processes before exiting.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Use online algorithms for statistics.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Cosmetics: make cppcheck happy.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Add BUGS and review TODO.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Define process::send(), and simplify load_balance(...
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Use debug log level in loba_fairstrategy.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Bug fix: only send to a lesser loaded neighbor!
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Improve warning message.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Partially revert "modif simple"
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Cosmetics: add spaces around operators, and other whitespace...
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Define process::get_load() and set_load() instead of...
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Rename process::load -> process::real_load.
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Delete process::sum_of_to_send().
|
commit | commitdiff | tree |
2011-01-25 |
Arnaud Giersch | Rename process::send() -> process::send_all().
|
commit | commitdiff | tree |
2011-01-24 |
Arnaud Giersch | Define class statistics for computing sum, mean, and...
|
commit | commitdiff | tree |
2011-01-24 |
Arnaud Giersch | Use verbose level for logging results of final checks...
|
commit | commitdiff | tree |
2011-01-24 |
Arnaud Giersch | Move final outputs into destructor.
|
commit | commitdiff | tree |
2011-01-21 |
Arnaud Giersch | Experimental tracing support.
|
commit | commitdiff | tree |
2011-01-21 |
Arnaud Giersch | Makefile: add a rule to generate xml files conforming...
|
commit | commitdiff | tree |
2011-01-21 |
Arnaud Giersch | Makefile: improve rules for target "full".
|
commit | commitdiff | tree |
2011-01-19 |
Arnaud Giersch | Change default values.
|
commit | commitdiff | tree |
2011-01-19 |
Arnaud Giersch | Make boolean option togglable.
|
commit | commitdiff | tree |
2011-01-19 |
Arnaud Giersch | Use square brackets for default values in help.
|
commit | commitdiff | tree |
2011-01-19 |
Arnaud Giersch | Move sleep between iterations in a better place.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Bug fixed: use a timeout on receive.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | There is a bug...
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Variable delay is defined, why not using it?
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Add statistics on total computation power.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Be more precise in help message for option "-l".
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Interchange lb_iter and comp_iter, and improve process...
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Define process::lb_load(), and use it.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Improve log messages.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Add option "-t" for fixing a time limit on the simulation.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Add option "-s" for controlling the minimum duration...
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Add extract.pl.
|
commit | commitdiff | tree |
2011-01-18 |
Arnaud Giersch | Update copyright in version string, and other cosmetic...
|
commit | commitdiff | tree |
2011-01-12 |
Arnaud Giersch | Remove "-s" option from getopt parameters.
|
commit | commitdiff | tree |
2011-01-12 |
Arnaud Giersch | Reintroduce make variables for compilation of C programs.
|
commit | commitdiff | tree |
2011-01-12 |
Arnaud Giersch | Improved synchronization with receiver process.
|
commit | commitdiff | tree |
2011-01-12 |
Arnaud Giersch | Do not call flush automatically in communcator::send...
|
commit | commitdiff | tree |
2011-01-08 |
Arnaud Giersch | Remove pointless variable.
|
commit | commitdiff | tree |
2011-01-08 |
Arnaud Giersch | Bug fix: we really need to consume all messages in...
|
commit | commitdiff | tree |
2011-01-07 |
Arnaud Giersch | Move some debugging messages.
|
commit | commitdiff | tree |
2011-01-07 |
Arnaud Giersch | Allow changing communicator::send_count_before_flush...
|
commit | commitdiff | tree |
2011-01-07 |
Arnaud Giersch | Add rules to ease building of loba-dev and loba-stable...
|
commit | commitdiff | tree |
2011-01-07 |
Arnaud Giersch | Revise process::receive and get rid of WAIT_FOR_CLOSE.
|
commit | commitdiff | tree |
2011-01-07 |
Arnaud Giersch | Get simgrid installation path from binary.
|
commit | commitdiff | tree |
2011-01-06 |
Arnaud Giersch | Use a separate thread to handle incoming messages.
|
commit | commitdiff | tree |
2011-01-06 |
Arnaud Giersch | Only define SIMGRID_INSTALL_DIR if it is not already...
|
commit | commitdiff | tree |
2011-01-06 |
Arnaud Giersch | TODO update.
|
commit | commitdiff | tree |
2011-01-06 |
Arnaud Giersch | Add colorized-loba.
|
commit | commitdiff | tree |
2011-01-06 |
Arnaud Giersch | Fix error reporting in opt::parse_args.
|
commit | commitdiff | tree |
2011-01-05 |
Arnaud Giersch | Define an opt_helper class for local functions.
|
commit | commitdiff | tree |
2011-01-05 |
Arnaud Giersch | Distinguish lb_iter and comp_iter.
|
commit | commitdiff | tree |
2011-01-05 |
Arnaud Giersch | Use numerical algorithms for stddev computation.
|
commit | commitdiff | tree |
2011-01-05 |
Arnaud Giersch | Do not import full std::tr1 namespace.
|
commit | commitdiff | tree |
2011-01-05 |
Arnaud Giersch | Make opt::print() more friendly to update.
|
commit | commitdiff | tree |
2011-01-04 |
Arnaud Giersch | Consolidate helper functions from options.cpp in one...
|
commit | commitdiff | tree |
2011-01-04 |
Arnaud Giersch | Named options may now be selected by prefix if there...
|
commit | commitdiff | tree |
2011-01-04 |
Arnaud Giersch | Use bool for return type of parse_args().
|
commit | commitdiff | tree |
2011-01-04 |
Arnaud Giersch | Remove unused methods.
|
commit | commitdiff | tree |
2010-12-21 |
Arnaud Giersch | Display load average and standard deviation at the...
|
commit | commitdiff | tree |
next |