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

Private GIT Repository
Remove old bugsi that don't exit anymore.
[loba.git] / process.cpp
2012-02-29 Arnaud GierschParameterize the exit on convergence.
2012-02-29 Arnaud GierschAdd possibility to set the convergence threshold automa...
2012-02-29 Arnaud GierschAdd option -G, to exit on detection of global convergence.
2012-02-29 Arnaud GierschProtect concurrent accesses to shared variables in...
2011-10-24 Arnaud GierschRevert "Use a do..while() loop instead of this ugly...
2011-10-18 Arnaud GierschCount supernumerary comp. iterations.
2011-10-18 Arnaud GierschAdd a comment about idle duration.
2011-10-14 Arnaud GierschAdd statistics about idle duration.
2011-10-14 Arnaud GierschIn compute_loop(), wait the duration of an *lb* iterati...
2011-10-14 Arnaud GierschUse a do..while() loop instead of this ugly continue...
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-19 Arnaud GierschUse credit to try to avoid useless transfers.
2011-09-19 Arnaud GierschUpdate attribute "credit" for each neighbor.
2011-09-19 Arnaud GierschPrint neighbor loads (debug) at termination.
2011-09-19 Arnaud GierschCosmetic fix in comments.
2011-09-15 Arnaud GierschAdd option -E : egocentric mode.
2011-09-08 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-09-05 Arnaud Gierschcmath functions are in namespace std.
2011-09-01 Arnaud GierschDo not go below expected_load when bookkeeping.
2011-08-31 Arnaud GierschEnforce integer initial load when integer transfers...
2011-06-06 Arnaud GierschAdd option for integer transfer.
2011-06-06 Arnaud GierschFactorize computation of load_to_send.
2011-06-01 Arnaud GierschBe consistent, and start lb-loop by a receive too.
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-24 Arnaud GierschDo not run a last data_send round on exit.
2011-05-24 Arnaud GierschCosmetics in debug messages.
2011-05-24 Arnaud GierschCosmetics: rename message types, INFO -> CTRL, and...
2011-05-24 Arnaud GierschMerge INFO and CREDIT messages.
2011-05-23 Arnaud GierschIt is useless to mention "tr1", now that compilation...
2011-03-09 Arnaud GierschFlush pending comms just before send.
2011-03-09 Arnaud GierschNeighbor/debt should be protected against concurrent...
2011-03-08 Arnaud GierschProtect concurrent access to real_load.
2011-03-08 Arnaud GierschRemove unused default for 2nd parameter of sleep_until_...
2011-03-07 Arnaud GierschCheck for real_load being null *after* sending loop.
2011-02-25 Arnaud GierschTerminate smoothly on CTRL-C.
2011-02-22 Arnaud GierschAdd statistics about message exchanges.
2011-02-20 Arnaud GierschAdd options to control min./max. data transfer amount.
2011-02-18 Arnaud GierschTry to make results more consistent.
2011-02-18 Arnaud GierschReintroduce process::get_sum_of_to_send().
2011-02-15 Arnaud GierschCosmetics: move around some code.
2011-02-15 Arnaud GierschPrint my own loads too with process:print_loads.
2011-02-15 Arnaud GierschChange format for log messages.
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 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 GierschSeparate ctrl and data communications.
2011-02-07 Arnaud GierschDefine opt::min_comp_iter_duration.
2011-02-04 Arnaud GierschUse %zu instead of casting argument.
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-26 Arnaud GierschUse MSG_comm_waitall for communicator::flush(true).
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-24 Arnaud GierschMove final outputs into destructor.
2011-01-21 Arnaud GierschExperimental tracing support.
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 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 GierschUpdate copyright in version string, and other cosmetic...
2011-01-12 Arnaud GierschDo not call flush automatically in communcator::send...
2011-01-08 Arnaud GierschBug fix: we really need to consume all messages in...
2011-01-07 Arnaud GierschRevise process::receive and get rid of WAIT_FOR_CLOSE.
2011-01-06 Arnaud GierschUse a separate thread to handle incoming messages.
2011-01-05 Arnaud GierschDistinguish lb_iter and comp_iter.
2011-01-05 Arnaud GierschDo not import full std::tr1 namespace.
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-16 Arnaud GierschOngoing work on process logic...
2010-12-16 Arnaud GierschAdd more documentation.
2010-12-15 Arnaud GierschAdd load balancing algorithm selection facility.
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++...
next