Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reimplement old tag random.
[simgrid.git] / examples /
2011-02-14 navarropCosmetics
2011-02-11 agierschReview const attribute for pointers..
2011-02-11 agierschFix and cleanups for test msg-icomms-waitany.
2011-02-08 thieryChord: display the number of messages created
2011-02-07 velhoRemoved unnecessary print on master process, tests...
2011-02-07 velhoRemoved master message to improve output readability.
2011-02-07 schnorr[trace] updating tesh'es to consider the new event...
2011-02-04 agierschDoctype as changed.
2011-02-02 schnorr[trace] fixing tracing tesh'es due to changes in event...
2011-02-01 thieryI forgot the ones without the extension .tesh
2011-02-01 thieryProtect --log=root.fmt flag with double quotes in tesh...
2011-01-31 suterbetter to include msg/msg.h to use msg functions
2011-01-31 thieryFix a compilation problem with dsend and Chord
2011-01-31 navarropRename two_peer by two_peers
2011-01-31 navarropAdd token_ring example.
2011-01-31 thieryChord: use MSG_task_dsend when possible
2011-01-28 cristianrosaSet the task to NULL to avoid a warning message.
2011-01-28 cristianrosaMake the platform symmetric.
2011-01-28 cristianrosaAdd example pcontexts2 (parallel independent master...
2011-01-27 cristianrosaAdd MSG's parallel_contexts example.
2011-01-27 agierschFix memory leaks in msg examples.
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-25 thieryFinally beat the communication failure leaks of MSG
2011-01-24 navarropUpdate tesh for 64bits
2011-01-23 thieryReplace while+modulo by a bitwise operation
2011-01-21 navarropWe now use simgrid.gforge.inria.fr/simgrid.dtd to gener...
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-14 thieryThe output of this test has changed after r9407
2011-01-12 thieryDon't try forever to join the Chord ring
2011-01-06 navarropUpdate tesh for mc.
2011-01-05 schnorr[trace] updating process migration tracing tesh
2011-01-05 schnorr[trace] process category is deprecated (for now, at...
2011-01-05 navarropCosmetics
2011-01-05 navarropCan compile out of source now.
2011-01-05 schnorr[trace] clean-up tracing ctests
2011-01-04 thieryStill working on Chord
2011-01-03 schnorr[trace] updating tracing tesh'es to check correct conta...
2011-01-03 schnorr[trace] improved example of traced migration
2011-01-03 schnorr[trace] faster method to insert into buffer
2011-01-03 schnorr[trace] updating tesh'es to unconditional buffer dump...
2011-01-03 schnorr[trace] fix on tesh again, missing log lines
2011-01-03 schnorr[trace] fixing the tesh to contain the proper log format
2010-12-29 schnorr[trace] updating tracing tesh files to compare trace...
2010-12-22 navarropUpdate tesh file for gtnets.
2010-12-17 thieryFix memory leaks
2010-12-16 thieryChord finally beats the deadlocks
2010-12-16 cristianrosaAdd deployment file for the bugged3 example.
2010-12-16 cristianrosaBugfix: the example contained an non-intentional dead...
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-15 velhoCope avec refurbished interface.
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-15 mquinsonconvert msg/replay to modern replay things even in...
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-14 thieryFix test mc-bugged1
2010-12-13 schnorr[trace] updating tesh, no categories are declared in...
2010-12-13 schnorr[trace] update on --cfg=tracing/msg/task:1, now works...
2010-12-13 schnorr[trace] update of msg process tracing (to monitor migra...
2010-12-13 schnorr[trace] categories declaration must be after environmen...
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 thieryFix tesh files of gras-rpc-sg and gras-synchro-sg
2010-12-10 mquinsonand now, test that the file I commit actually works...
2010-12-10 mquinsonput pid on 2 chars to help sorting, and revalidate...
2010-12-10 thieryUpdate tesh files of gras-simple_token-sg
2010-12-10 mquinsonreduce verbosity when activating sexy new contextes
2010-12-10 thieryUpdate tesh files of gras-pmm-sg
2010-12-10 thieryUpdate smpi-tracing-ptp tesh file
2010-12-10 thieryCosmetics
2010-12-10 thieryFree some memory
2010-12-10 suterrevalidation of the test with the line that warns users...
2010-12-09 thieryChord: the join operations work
2010-12-09 mquinsona few more machines
2010-12-09 mquinsonGet verbose when activating the sexy new contextes...
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
2010-12-07 suterone & too much
2010-12-07 mquinsonxbt_dynar_to_array now destroys the dynar. The caller...
2010-12-07 suterrevalidating the tesh outputs for ctest
2010-12-07 thieryFix more memory leaks
2010-12-07 mquinsongiven the following line, this FIXME seems now done ;)
next