Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] updating tesh's to follow recent changes in tracing system
[simgrid.git] / examples / msg / chord /
2011-04-26 Christophe ThiéryFix the binary directory of Chord tesh file
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 Navarropadd ${bindir}/ to tesh chord
2011-04-21 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-21 Christophe ThiéryAdd Chord to the test suite
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-15 thieryChord: update some messages displayed
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 thieryThis initialization change the experiment too much
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-15 cristianrosaCompute the real simulation time.
2011-02-08 thieryChord: display the number of messages created
2011-02-04 agierschDoctype as changed.
2011-01-31 thieryFix a compilation problem with dsend and Chord
2011-01-31 thieryChord: use MSG_task_dsend when possible
2011-01-26 cristianrosaChange again the size of the problem for the MC.
2011-01-26 cristianrosaIncrease the frequency of chord's getrequest operations...
2011-01-26 cristianrosaReduce the run size for the MC
2011-01-23 thieryReplace while+modulo by a bitwise operation
2011-01-21 navarropLet simgrid.dtd to be accessible from the web in order...
2011-01-20 thieryChord: protect MC calls
2011-01-20 thieryChord: fix more memory leaks
2011-01-20 cristianrosaAdd assertions to use with the model-checker
2011-01-20 cristianrosaDo not free the data structures before leaving because...
2011-01-20 thieryFix memory leaks
2011-01-19 thieryChord: make a lookup every 10 seconds
2011-01-19 thieryChord: load a platform with appropriate size
2011-01-19 thieryChord: reproduce the scenario of the Oversim paper
2011-01-17 thieryChord: give some options at runtime
2011-01-17 thieryChord: add a large deployment file and a script to...
2011-01-14 thieryChord: add a deployment file with 90 nodes and fix...
2011-01-12 thieryDon't try forever to join the Chord ring
2011-01-04 thieryStill working on Chord
2010-12-17 thieryFix memory leaks
2010-12-16 thieryChord finally beats the deadlocks
2010-12-16 thieryHandle transfer failures in MSG_test, MSG_testany and...
2010-12-16 thieryChord: adding timeouts to avoid waiting forever
2010-12-15 thieryChord: implement the updated (and simpler) version...
2010-12-15 thieryImplementing concurrent join in Chord
2010-12-10 coldpeacefix warning msg...
2010-12-10 coldpeaceFix quit_notify function
2010-12-10 coldpeaceadd a deadline condition to finish properly the simulat...
2010-12-10 coldpeaceChord Deployment File :add a deadline value for each...
2010-12-10 thieryCosmetics
2010-12-10 thieryFree some memory
2010-12-09 thieryChord: the join operations work
2010-12-09 thieryWorking on Chord
2010-12-08 thieryFix compilation warnings
2010-12-08 coldpeaceFist implementation of a Chord example using MSG
2010-12-08 thieryStarting to implement a Chord example with MSG