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

Private GIT Repository
Missing include.
[loba.git] / process.h
2011-10-18 Arnaud GierschCount supernumerary comp. iterations.
2011-10-14 Arnaud GierschAdd statistics about idle duration.
2011-10-04 Arnaud GierschCheck for convergence after final receive too.
2011-10-03 Arnaud GierschAdd statistics about convergence (see parameter -%).
2011-09-28 Arnaud GierschAdd all- (or X-) comp. iterations, counting empty itera...
2011-09-27 Arnaud GierschAdd comp. iterations to global statistics.
2011-09-27 Arnaud GierschDocument the rationale behind process::accounting.
2011-06-06 Arnaud GierschFactorize computation of load_to_send.
2011-05-25 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-05-24 Arnaud GierschStop locking the mutex on data_receive.
2011-05-23 Arnaud GierschIt is useless to mention "tr1", now that compilation...
2011-02-22 Arnaud GierschAdd statistics about message exchanges.
2011-02-18 Arnaud GierschTry to make results more consistent.
2011-02-18 Arnaud GierschReintroduce process::get_sum_of_to_send().
2011-02-14 Arnaud GierschAdd ability to delay the beginning of computations.
2011-02-14 Arnaud GierschDo load_balance_loop in the new spawned thread instead...
2011-02-10 Arnaud GierschSimulate computations in a separate thread.
2011-02-07 Arnaud GierschDefine process::pneigh_sort_by_load().
2011-02-04 Arnaud GierschDefine globally pneigh_load_less and pneigh_load_grater.
2011-02-04 Arnaud GierschUse new defined variadic logging macros.
2011-01-30 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-01-30 Raphael Couturiermerge de loba_fairstrategy
2011-01-25 Arnaud GierschCosmetics: make cppcheck happy.
2011-01-25 Arnaud GierschDefine process::send(), and simplify load_balance(...
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-18 Arnaud GierschBug fixed: use a timeout on receive.
2011-01-18 Arnaud GierschAdd statistics on total computation power.
2011-01-18 Arnaud GierschDefine process::lb_load(), and use it.
2011-01-07 Arnaud GierschRevise process::receive and get rid of WAIT_FOR_CLOSE.
2011-01-05 Arnaud GierschDistinguish lb_iter and comp_iter.
2010-12-21 Arnaud GierschDisplay load average and standard deviation at the...
2010-12-21 Arnaud GierschDeadlock fix, and other changes.
2010-12-17 Arnaud GierschCleanup, no functional change (no bug fixed too).
2010-12-17 Arnaud GierschDefine process::print_loads_p() to print loads by using...
2010-12-17 Raphaël Couturiermodification to fairstrategy
2010-12-16 Arnaud GierschOngoing work on process logic...
2010-12-16 Arnaud GierschAdd more documentation.
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip...
2010-12-07 Arnaud GierschInitial commit.