2011-08-31 |
Arnaud Giersch | Fix run-all script broken by commits cd83815d1a and...
|
commit | commitdiff | tree |
2011-08-31 |
Arnaud Giersch | Add the possibility to specify the initial load with...
|
commit | commitdiff | tree |
2011-06-07 |
Arnaud Giersch | Fix typo in help message.
|
commit | commitdiff | tree |
2011-06-06 |
Arnaud Giersch | Add option for integer transfer.
|
commit | commitdiff | tree |
2011-06-06 |
Arnaud Giersch | Factorize computation of load_to_send.
|
commit | commitdiff | tree |
2011-06-03 |
Arnaud Giersch | Add algorithm 2besteffort.
|
commit | commitdiff | tree |
2011-06-03 |
Arnaud Giersch | Don't be so picky about new algorithm name.
|
commit | commitdiff | tree |
2011-06-03 |
Arnaud Giersch | ALGORITHMS: spell check, reindent, and keep algorithms...
|
commit | commitdiff | tree |
2011-06-01 |
Arnaud Giersch | Be consistent, and start lb-loop by a receive too.
|
commit | commitdiff | tree |
2011-06-01 |
Arnaud Giersch | Cosmetics: replace in doc "xxx-er thread" by "xxx-ing...
|
commit | commitdiff | tree |
2011-05-31 |
Arnaud Giersch | Cosmetics: declare condition_t as friend of mutex_t.
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Update BUGS.
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Stop locking the mutex on data_receive.
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Do not run a last data_send round on exit.
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Report lost load with exit status.
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Cosmetics in debug messages.
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Cosmetics: rename message types, INFO -> CTRL, and...
|
commit | commitdiff | tree |
2011-05-24 |
Arnaud Giersch | Merge INFO and CREDIT messages.
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Use bigger chunk allocations in sync_queue.
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Remove parameter "next" for constructor of sync_queue...
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Fix missing definition in gcc 4.4/cstdatomic.
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Use a lock-free synchronized queue for the message...
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Add a lock-free synchronized queue.
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | It is useless to mention "tr1", now that compilation...
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Compile with -std=c++0x.
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Makefile: add compiler flags to MAKEDEPEND, define...
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Update files descriptions in README.
|
commit | commitdiff | tree |
2011-05-23 |
Arnaud Giersch | Spell sig_atomic_t as std::sig_atomic_t.
|
commit | commitdiff | tree |
2011-05-20 |
Arnaud Giersch | Use sig_atomic_t for opt::exit_request.
|
commit | commitdiff | tree |
2011-05-20 |
Arnaud Giersch | Add a bug entry about mutex usage in process.
|
commit | commitdiff | tree |
2011-05-18 |
Arnaud Giersch | Use -pipe to speed up compilation a little bit.
|
commit | commitdiff | tree |
2011-05-16 |
Arnaud Giersch | Quit immediately on 2nd Ctrl-C.
|
commit | commitdiff | tree |
2011-05-06 |
Arnaud Giersch | Account for elapsed (wall clock) time too.
|
commit | commitdiff | tree |
2011-05-06 |
Arnaud Giersch | timestamp: add possibility to choose clock type.
|
commit | commitdiff | tree |
2011-04-20 |
Arnaud Giersch | Add script to run experimentations.
|
commit | commitdiff | tree |
2011-04-20 |
Arnaud Giersch | Wrap long lines, and other typos.
|
commit | commitdiff | tree |
2011-04-20 |
Arnaud Giersch | Update .gitignore.
|
commit | commitdiff | tree |
2011-04-19 |
Arnaud Giersch | Update BUGS.
|
commit | commitdiff | tree |
2011-04-19 |
Arnaud Giersch | Fix valgrind_suppressions.
|
commit | commitdiff | tree |
2011-04-18 |
Arnaud Giersch | Line was too long in help message.
|
commit | commitdiff | tree |
2011-04-18 |
Arnaud Giersch | Improve help messages.
|
commit | commitdiff | tree |
2011-04-18 |
Arnaud Giersch | Most memory leaks in SimGrid are gone.
|
commit | commitdiff | tree |
2011-03-30 |
Arnaud Giersch | Add colors to trace categories.
|
commit | commitdiff | tree |
2011-03-30 |
Arnaud Giersch | Now that THROWF is in SG/svn, remove compatibility...
|
commit | commitdiff | tree |
2011-03-25 |
Arnaud Giersch | Update valgrind_suppressions.
|
commit | commitdiff | tree |
2011-03-25 |
Arnaud Giersch | Rename valgrind_suppressions.
|
commit | commitdiff | tree |
2011-03-25 |
Arnaud Giersch | Preparation for the removal of THROW1 in SG/svn.
|
commit | commitdiff | tree |
2011-03-24 |
Arnaud Giersch | Update BUGS.
|
commit | commitdiff | tree |
2011-03-17 |
Arnaud Giersch | SimGrid version <= 3.5 is not supported anymore.
|
commit | commitdiff | tree |
2011-03-17 |
Arnaud Giersch | Cleanup: remove simple_async.
|
commit | commitdiff | tree |
2011-03-15 |
Arnaud Giersch | Add debugging option -x.
|
commit | commitdiff | tree |
2011-03-15 |
Arnaud Giersch | Use two empty lines to separate data sets.
|
commit | commitdiff | tree |
2011-03-09 |
Arnaud Giersch | Use absolute path for SIMGRID_INSTALL_DIR (take #2).
|
commit | commitdiff | tree |
2011-03-09 |
Arnaud Giersch | Flush pending comms just before send.
|
commit | commitdiff | tree |
2011-03-09 |
Arnaud Giersch | Neighbor/debt should be protected against concurrent...
|
commit | commitdiff | tree |
2011-03-09 |
Arnaud Giersch | New bug?
|
commit | commitdiff | tree |
2011-03-08 |
Arnaud Giersch | Protect concurrent access to real_load.
|
commit | commitdiff | tree |
2011-03-08 |
Arnaud Giersch | Remove unused default for 2nd parameter of sleep_until_date.
|
commit | commitdiff | tree |
2011-03-08 |
Arnaud Giersch | Remove useless include.
|
commit | commitdiff | tree |
2011-03-08 |
Arnaud Giersch | Use absolute path for SIMGRID_INSTALL_DIR.
|
commit | commitdiff | tree |
2011-03-07 |
Arnaud Giersch | Whitespace cleanup. Rename makhoul.txt -> MAKHOUL...
|
commit | commitdiff | tree |
2011-03-07 |
Arnaud Giersch | Check for real_load being null *after* sending loop.
|
commit | commitdiff | tree |
2011-03-07 |
Arnaud Giersch | Use FATPIPE for backbone in machines1000.xml.
|
commit | commitdiff | tree |
2011-03-07 |
Arnaud Giersch | Make colorized-loba obey to LOBA environment variable.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Implement random initial load distribution.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Implement loba_besteffort.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Minor cleanups.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Terminate smoothly on CTRL-C.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Minor fixes (cosmetics only).
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Do not insert line twice.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Hide dependency files.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Automatically update "options.cpp".
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Add forgotten files.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Cosmetics: reorder includes.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Add skeleton for algorithm besteffort.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | Add new_loba.sh to help adding a new algorithm.
|
commit | commitdiff | tree |
2011-02-25 |
Arnaud Giersch | One more simplification for algorithm makhoul.
|
commit | commitdiff | tree |
2011-02-24 |
Arnaud Giersch | Render algorithm makhoul much more simpler.
|
commit | commitdiff | tree |
2011-02-24 |
Arnaud Giersch | Add algorithm makhoul2.
|
commit | commitdiff | tree |
2011-02-24 |
Arnaud Giersch | Update description of fairstrategy algorithm.
|
commit | commitdiff | tree |
2011-02-24 |
Arnaud Giersch | Add reference code for Makhoul's algorithm.
|
commit | commitdiff | tree |
2011-02-24 |
Arnaud Giersch | Add references.
|
commit | commitdiff | tree |
2011-02-24 |
Arnaud Giersch | Use the correct algorithm to find the bound.
|
commit | commitdiff | tree |
2011-02-23 |
Arnaud Giersch | Update TODO.
|
commit | commitdiff | tree |
2011-02-23 |
Arnaud Giersch | Try to describe load-balancing algorithms.
|
commit | commitdiff | tree |
2011-02-23 |
Arnaud Giersch | Fix loba_makhoul.
|
commit | commitdiff | tree |
2011-02-23 |
Arnaud Giersch | Fix loba_simple.
|
commit | commitdiff | tree |
2011-02-23 |
Arnaud Giersch | Assign value at declaration.
|
commit | commitdiff | tree |
2011-02-22 |
Arnaud Giersch | Improve output alignment.
|
commit | commitdiff | tree |
2011-02-22 |
Arnaud Giersch | Add statistics about message exchanges.
|
commit | commitdiff | tree |
2011-02-22 |
Arnaud Giersch | Make messages intelligent about their size.
|
commit | commitdiff | tree |
2011-02-21 |
Arnaud Giersch | Update TODO list.
|
commit | commitdiff | tree |
2011-02-21 |
Arnaud Giersch | Add debug messages.
|
commit | commitdiff | tree |
2011-02-20 |
Arnaud Giersch | Change "infinity" to "no limit" in help message.
|
commit | commitdiff | tree |
2011-02-20 |
Arnaud Giersch | Add options to control min./max. data transfer amount.
|
commit | commitdiff | tree |
2011-02-20 |
Arnaud Giersch | Move declarations at proper place, and fix indentation.
|
commit | commitdiff | tree |
2011-02-18 |
Arnaud Giersch | Try to make results more consistent.
|
commit | commitdiff | tree |
2011-02-18 |
Arnaud Giersch | Reintroduce process::get_sum_of_to_send().
|
commit | commitdiff | tree |
2011-02-15 |
Arnaud Giersch | Cosmetics: move around some code.
|
commit | commitdiff | tree |
2011-02-15 |
Arnaud Giersch | Print my own loads too with process:print_loads.
|
commit | commitdiff | tree |
next |