2013-02-05 |
Arnaud Giersch | Kill unused include. |
blob | commitdiff | raw |
2012-07-02 |
Arnaud Giersch | MSG type names got renamed in SimGrid 3.8. |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Arnaud Giersch | Tracing API has changed. Disable it until its usage... |
blob | commitdiff | raw | diff to current |
2012-03-30 |
Arnaud Giersch | Take tracing API changes into account. |
blob | commitdiff | raw | diff to current |
2012-03-15 |
Arnaud Giersch | Bug fix: credit can be negative. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Parameterize the exit on convergence. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Add possibility to set the convergence threshold automa... |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Add option -G, to exit on detection of global convergence. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Arnaud Giersch | Protect concurrent accesses to shared variables in... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Arnaud Giersch | Revert "Use a do..while() loop instead of this ugly... |
blob | commitdiff | raw | diff to current |
2011-10-18 |
Arnaud Giersch | Count supernumerary comp. iterations. |
blob | commitdiff | raw | diff to current |
2011-10-18 |
Arnaud Giersch | Add a comment about idle duration. |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Arnaud Giersch | Add statistics about idle duration. |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Arnaud Giersch | In compute_loop(), wait the duration of an *lb* iterati... |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Arnaud Giersch | Use a do..while() loop instead of this ugly continue... |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Arnaud Giersch | Check for convergence after final receive too. |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Arnaud Giersch | Add statistics about convergence (see parameter -%). |
blob | commitdiff | raw | diff to current |
2011-09-28 |
Arnaud Giersch | Add all- (or X-) comp. iterations, counting empty itera... |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Arnaud Giersch | Use credit to try to avoid useless transfers. |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Arnaud Giersch | Update attribute "credit" for each neighbor. |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Arnaud Giersch | Print neighbor loads (debug) at termination. |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Arnaud Giersch | Cosmetic fix in comments. |
blob | commitdiff | raw | diff to current |
2011-09-15 |
Arnaud Giersch | Add option -E : egocentric mode. |
blob | commitdiff | raw | diff to current |
2011-09-08 |
couturie | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-09-05 |
Arnaud Giersch | cmath functions are in namespace std. |
blob | commitdiff | raw | diff to current |
2011-09-01 |
Arnaud Giersch | Do not go below expected_load when bookkeeping. |
blob | commitdiff | raw | diff to current |
2011-08-31 |
Arnaud Giersch | Enforce integer initial load when integer transfers... |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Arnaud Giersch | Add option for integer transfer. |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Arnaud Giersch | Factorize computation of load_to_send. |
blob | commitdiff | raw | diff to current |
2011-06-01 |
Arnaud Giersch | Be consistent, and start lb-loop by a receive too. |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Aberrahmane Sider | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Arnaud Giersch | Stop locking the mutex on data_receive. |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Arnaud Giersch | Do not run a last data_send round on exit. |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Arnaud Giersch | Cosmetics in debug messages. |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Arnaud Giersch | Cosmetics: rename message types, INFO -> CTRL, and... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Arnaud Giersch | Merge INFO and CREDIT messages. |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Arnaud Giersch | It is useless to mention "tr1", now that compilation... |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Arnaud Giersch | Flush pending comms just before send. |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Arnaud Giersch | Neighbor/debt should be protected against concurrent... |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Arnaud Giersch | Protect concurrent access to real_load. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Arnaud Giersch | Remove unused default for 2nd parameter of sleep_until_... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Arnaud Giersch | Check for real_load being null *after* sending loop. |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Arnaud Giersch | Terminate smoothly on CTRL-C. |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Arnaud Giersch | Add statistics about message exchanges. |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Arnaud Giersch | Add options to control min./max. data transfer amount. |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Arnaud Giersch | Try to make results more consistent. |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Arnaud Giersch | Reintroduce process::get_sum_of_to_send(). |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Arnaud Giersch | Cosmetics: move around some code. |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Arnaud Giersch | Print my own loads too with process:print_loads. |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Arnaud Giersch | Change format for log messages. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Arnaud Giersch | Add ability to delay the beginning of computations. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Arnaud Giersch | Do load_balance_loop in the new spawned thread instead... |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Keep track of load scheduled to be sent, and update... |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Update prev_load_broadcast. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Delete old fixme comment. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Disable logging completely with a negative log_rate. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Correct log messages. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Improve timing between iterations. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Simulate computations in a separate thread. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Arnaud Giersch | Separate ctrl and data communications. |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Arnaud Giersch | Define opt::min_comp_iter_duration. |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Arnaud Giersch | Use %zu instead of casting argument. |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Arnaud Giersch | Use new defined variadic logging macros. |
blob | commitdiff | raw | diff to current |
2011-01-30 |
couturie | Merge branch 'master' of ssh://info.iut-bm.univ-fcomte... |
blob | commitdiff | raw | diff to current |
2011-01-30 |
Raphael Couturier | merge de loba_fairstrategy |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Arnaud Giersch | Use MSG_comm_waitall for communicator::flush(true). |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Arnaud Giersch | Cosmetics: make cppcheck happy. |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Arnaud Giersch | Define process::send(), and simplify load_balance(... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Arnaud Giersch | Define process::get_load() and set_load() instead of... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Arnaud Giersch | Rename process::load -> process::real_load. |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Arnaud Giersch | Delete process::sum_of_to_send(). |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Arnaud Giersch | Rename process::send() -> process::send_all(). |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Arnaud Giersch | Move final outputs into destructor. |
blob | commitdiff | raw | diff to current |
2011-01-21 |
Arnaud Giersch | Experimental tracing support. |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Arnaud Giersch | Move sleep between iterations in a better place. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Bug fixed: use a timeout on receive. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | There is a bug... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Variable delay is defined, why not using it? |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Add statistics on total computation power. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Interchange lb_iter and comp_iter, and improve process... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Define process::lb_load(), and use it. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Improve log messages. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Add option "-t" for fixing a time limit on the simulation. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Add option "-s" for controlling the minimum duration... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Arnaud Giersch | Update copyright in version string, and other cosmetic... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Arnaud Giersch | Do not call flush automatically in communcator::send... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Arnaud Giersch | Bug fix: we really need to consume all messages in... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Arnaud Giersch | Revise process::receive and get rid of WAIT_FOR_CLOSE. |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Arnaud Giersch | Use a separate thread to handle incoming messages. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Arnaud Giersch | Distinguish lb_iter and comp_iter. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Arnaud Giersch | Do not import full std::tr1 namespace. |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Arnaud Giersch | Deadlock fix, and other changes. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Arnaud Giersch | Cleanup, no functional change (no bug fixed too). |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Arnaud Giersch | Define process::print_loads_p() to print loads by using... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Arnaud Giersch | Ongoing work on process logic... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Arnaud Giersch | Add more documentation. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Arnaud Giersch | Add load balancing algorithm selection facility. |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Arnaud Giersch | Wip++... |
blob | commitdiff | raw | diff to current |
next |