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

Private GIT Repository
loba.git
2011-01-25 Arnaud GierschCosmetics: make cppcheck happy.
2011-01-25 Arnaud GierschAdd BUGS and review TODO.
2011-01-25 Arnaud GierschDefine process::send(), and simplify load_balance(...
2011-01-25 Arnaud GierschUse debug log level in loba_fairstrategy.
2011-01-25 Arnaud GierschBug fix: only send to a lesser loaded neighbor!
2011-01-25 Arnaud GierschImprove warning message.
2011-01-25 Arnaud GierschPartially revert "modif simple"
2011-01-25 Arnaud GierschCosmetics: add spaces around operators, and other white...
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 GierschDefine class statistics for computing sum, mean, and...
2011-01-24 Arnaud GierschUse verbose level for logging results of final checks...
2011-01-24 Arnaud GierschMove final outputs into destructor.
2011-01-21 Arnaud GierschExperimental tracing support.
2011-01-21 Arnaud GierschMakefile: add a rule to generate xml files conforming...
2011-01-21 Arnaud GierschMakefile: improve rules for target "full".
2011-01-19 Arnaud GierschChange default values.
2011-01-19 Arnaud GierschMake boolean option togglable.
2011-01-19 Arnaud GierschUse square brackets for default values in help.
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 GierschBe more precise in help message for option "-l".
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 GierschAdd extract.pl.
2011-01-18 Arnaud GierschUpdate copyright in version string, and other cosmetic...
2011-01-12 Arnaud GierschRemove "-s" option from getopt parameters.
2011-01-12 Arnaud GierschReintroduce make variables for compilation of C programs.
2011-01-12 Arnaud GierschImproved synchronization with receiver process.
2011-01-12 Arnaud GierschDo not call flush automatically in communcator::send...
2011-01-08 Arnaud GierschRemove pointless variable.
2011-01-08 Arnaud GierschBug fix: we really need to consume all messages in...
2011-01-07 Arnaud GierschMove some debugging messages.
2011-01-07 Arnaud GierschAllow changing communicator::send_count_before_flush...
2011-01-07 Arnaud GierschAdd rules to ease building of loba-dev and loba-stable...
2011-01-07 Arnaud GierschRevise process::receive and get rid of WAIT_FOR_CLOSE.
2011-01-07 Arnaud GierschGet simgrid installation path from binary.
2011-01-06 Arnaud GierschUse a separate thread to handle incoming messages.
2011-01-06 Arnaud GierschOnly define SIMGRID_INSTALL_DIR if it is not already...
2011-01-06 Arnaud GierschTODO update.
2011-01-06 Arnaud GierschAdd colorized-loba.
2011-01-06 Arnaud GierschFix error reporting in opt::parse_args.
2011-01-05 Arnaud GierschDefine an opt_helper class for local functions.
2011-01-05 Arnaud GierschDistinguish lb_iter and comp_iter.
2011-01-05 Arnaud GierschUse numerical algorithms for stddev computation.
2011-01-05 Arnaud GierschDo not import full std::tr1 namespace.
2011-01-05 Arnaud GierschMake opt::print() more friendly to update.
2011-01-04 Arnaud GierschConsolidate helper functions from options.cpp in one...
2011-01-04 Arnaud GierschNamed options may now be selected by prefix if there...
2011-01-04 Arnaud GierschUse bool for return type of parse_args().
2011-01-04 Arnaud GierschRemove unused methods.
2010-12-21 Arnaud GierschDisplay load average and standard deviation at the...
2010-12-21 Arnaud GierschAdd profiler output files to .gitignore.
2010-12-21 Arnaud GierschDeadlock fix, and other changes.
2010-12-21 Arnaud GierschRemove C targets from Makefile.
2010-12-21 Arnaud GierschFix an error about misc_autogen.h that is not found.
2010-12-17 Arnaud GierschCleanup, no functional change (no bug fixed too).
2010-12-17 Arnaud GierschFix typos.
2010-12-17 Arnaud GierschDefine neighbor::add_load, and use it.
2010-12-17 Arnaud GierschCosmetics: reindent and remove unused variables.
2010-12-17 Arnaud GierschDefine process::print_loads_p() to print loads by using...
2010-12-17 Raphael Couturiermodif simple
2010-12-17 Raphaël Couturiermodification to fairstrategy
2010-12-17 Raphaël CouturierAdd loba_fairstrategy.
2010-12-17 Arnaud GierschUse a shorter name for function in deployment_generator.
2010-12-17 Arnaud GierschAdd option "-v" (verbose).
2010-12-16 Arnaud GierschOngoing work on process logic...
2010-12-16 Arnaud GierschAdd more documentation.
2010-12-16 Arnaud GierschUse FATPIPE for backbone in cluster1000.xml.
2010-12-16 Arnaud GierschImproved printing of simulation parameters, and fixed...
2010-12-16 Arnaud GierschImproved description for valgrind suppression.
2010-12-16 Arnaud GierschUse auto_depl::nhosts for auto_depl::load auto-setting.
2010-12-16 Arnaud GierschAdd torus topology.
2010-12-16 Arnaud GierschImprove documentation.
2010-12-16 Arnaud GierschRemove redundant includes.
2010-12-15 Arnaud GierschAdd default auto_depl::topology...
2010-12-15 Arnaud GierschCosmetics: sort topologies in source files.
2010-12-15 Arnaud GierschAdd automatic topology generators.
2010-12-15 Arnaud GierschCosmetics...
2010-12-15 Arnaud GierschAdd load balancing algorithm selection facility.
2010-12-14 Arnaud GierschImprove help message.
2010-12-14 Arnaud GierschUpdate .gitignore.
2010-12-14 Arnaud GierschAdd source files for deployment.
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++...
next