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

Private GIT Repository
Cosmetics: improve help message.
[loba.git] / main.cpp
2012-02-29 Arnaud GierschProtect concurrent accesses to shared variables in...
2012-02-07 Arnaud GierschDon't try to be clever with exceptions, let them flow...
2011-11-03 Arnaud GierschUse static instead of volatile for variables that may...
2011-10-18 Arnaud GierschMove idle duration, and supernumerary iterations in...
2011-10-18 Arnaud GierschCount supernumerary comp. iterations.
2011-10-18 Arnaud GierschUse shorter abbreviation in main results.
2011-10-14 Arnaud GierschAdd statistics about idle duration.
2011-10-13 Arnaud GierschAlso print average and deviation for times of convergence.
2011-10-04 Arnaud GierschPrint {min,max} times of convergence on a single line.
2011-10-03 Arnaud GierschCosmetics: use a litteral constant of type double.
2011-10-03 Arnaud GierschAdd statistics about convergence (see parameter -%).
2011-09-28 Arnaud GierschPrint useful metrics at exit.
2011-09-28 Arnaud GierschDefine macro PR_VALUE(), like PR_STATS().
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-08 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-09-05 Arnaud Gierschcmath functions are in namespace std.
2011-09-05 Arnaud GierschAdd missing includes.
2011-08-31 Arnaud GierschEnforce integer initial load when integer transfers...
2011-08-31 Arnaud GierschCosmetics: split long line.
2011-08-31 Arnaud GierschAdd log message about number of hosts in platform file.
2011-08-31 Arnaud GierschAdd the possibility to specify the initial load with...
2011-05-25 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-05-24 Arnaud GierschReport lost load with exit status.
2011-05-20 Arnaud GierschUse sig_atomic_t for opt::exit_request.
2011-05-16 Arnaud GierschQuit immediately on 2nd Ctrl-C.
2011-05-06 Arnaud GierschAccount for elapsed (wall clock) time too.
2011-05-06 Arnaud Gierschtimestamp: add possibility to choose clock type.
2011-03-30 Arnaud GierschAdd colors to trace categories.
2011-03-30 Arnaud GierschNow that THROWF is in SG/svn, remove compatibility...
2011-03-25 Arnaud GierschPreparation for the removal of THROW1 in SG/svn.
2011-02-25 Arnaud GierschTerminate smoothly on CTRL-C.
2011-02-22 Arnaud GierschImprove output alignment.
2011-02-22 Arnaud GierschAdd statistics about message exchanges.
2011-02-21 Arnaud GierschAdd debug messages.
2011-02-10 Arnaud GierschMutex and condition must be initialized after start...
2011-02-10 Arnaud GierschKeep track of load scheduled to be sent, and update...
2011-02-09 Arnaud GierschAdd a catchall case in exception handler.
2011-02-09 Arnaud GierschDefine class for MSG thread.
2011-02-08 Arnaud GierschDefine classes for mutex and condition objects.
2011-02-07 Arnaud GierschUse ERROR instead of CRITICAL for total load error.
2011-02-04 Arnaud GierschRemove pointless struct keyword.
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 GierschSynchronize the processes before exiting.
2011-01-25 Arnaud GierschUse online algorithms for statistics.
2011-01-25 Arnaud GierschImprove warning message.
2011-01-25 Arnaud GierschRename process::load -> process::real_load.
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-21 Arnaud GierschExperimental tracing support.
2011-01-18 Arnaud GierschAdd statistics on total computation power.
2011-01-05 Arnaud GierschUse numerical algorithms for stddev computation.
2011-01-04 Arnaud GierschUse bool for return type of parse_args().
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 GierschDefine process::print_loads_p() to print loads by using...
2010-12-17 Arnaud GierschAdd option "-v" (verbose).
2010-12-16 Arnaud GierschOngoing work on process logic...
2010-12-16 Arnaud GierschImproved printing of simulation parameters, and fixed...
2010-12-16 Arnaud GierschUse auto_depl::nhosts for auto_depl::load auto-setting.
2010-12-16 Arnaud GierschImprove documentation.
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 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-07 Arnaud GierschInitial commit.