Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord: add a deployment file with 90 nodes and fix some bugs
[simgrid.git] / examples / msg / chord / chord.c
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 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