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

Private GIT Repository
Use new defined variadic logging macros.
[loba.git] / process.cpp
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++...
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.