Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove xbt_dict coordinates and move info into host_lib or as_router_lib.
[simgrid.git] / examples /
2011-03-24 navarropUpdate tesh as the SD_get_host_table has change.
2011-03-22 cristianrosaFactorize some code and cosmetic fixes.
2011-03-22 cristianrosaNew MSG example: Parallel Matrix Multiplication
2011-03-18 coldpeacemove files...
2011-03-18 coldpeacerearrange lua example in separate simulation component...
2011-03-18 piniThese functions in SIMIX should return 0, and that...
2011-03-18 piniDirty hacks again: shot more bullets, it may be a zombie
2011-03-15 thieryDirty hacks for the action replayer
2011-03-15 thieryChord: update some messages displayed
2011-03-15 piniParameters were swapped.
2011-03-15 mquinsonMake sure that the action don't fail miserably if we...
2011-03-15 mquinsondeal with short eager messages in a better way
2011-03-07 navarropAdd working directory to command line for generating...
2011-03-04 coldpeaceremove some useless info
2011-03-04 coldpeacesplaySim: a lua implementation of a splay (simulation...
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-03-01 thierySort the output of the msg token ring tesh file.
2011-02-25 navarropCompletely remove ruby and java from simgrid project.
2011-02-23 coldpeaceupdate script
2011-02-23 coldpeaceupdate example
2011-02-22 coldpeacexbt_die : set argument to a format string with args
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 thieryThis initialization change the experiment too much
2011-02-22 agierschFix memory leaks in simdag examples and tests.
2011-02-22 agierschThere is no need to dup the key when using xbt_dict_set.
2011-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-17 navarropRemove unused call to MSG_process_sleep(1).
2011-02-17 navarropCorrection of problems from commit 9644
2011-02-17 coldpeaceadd a misseing argument to xbt_assert1
2011-02-16 thieryEvaluating the expression of xbt_assert must not have...
2011-02-16 thieryAll tesh files have the .tesh extension now
2011-02-16 coldpeacecheck HAVE_MC before calling MC_assert
2011-02-15 cristianrosaAdd another SMPI bugged example to test the MC.
2011-02-15 cristianrosaAdd SMPI bugged example to test the MC.
2011-02-15 cristianrosaCompute the real simulation time.
2011-02-14 navarropAdd --log option to token_ring.tesh
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...
next