Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] faster method to insert into buffer
[simgrid.git] / examples / msg /
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 mquinsonreduce verbosity when activating sexy new contextes
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 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 ;)
2010-12-07 thieryMSG does not auto-destroy the MSG_comm_t objects anymore
2010-12-07 mquinsonimplement actions irecv and wait w/o spawning; kill...
2010-12-07 suterreimplement reduce and bcast (non tested) w/o spawns
2010-12-07 thieryDon't auto-destroy the MSG_comm_t in MSG_comm_wait()
2010-12-07 suterSimix seems to destroy the comm by itself, comment...
2010-12-07 mquinsonreimplement action_allReduce w/o spawning processes
2010-12-07 schnorr[trace] updating tesh to contain new tracing options
2010-12-07 mquinsonreal isend action, w/o spawning. Still ongoing but...
2010-12-07 mquinsoncosmetics, no profund change
2010-12-06 schnorr[trace] configuration option tracing/platform renamed...
2010-12-06 schnorr[trace] categories may have colors registered in the...
2010-12-04 suterintegrate george modifications. Still use old-fashioned...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 alegrandUpdate tesh file for vivaldi.
2010-12-02 alegrandUpdate the vivaldi test.
2010-12-02 alegrandAdd a simple exemple and test of multicore machine.
2010-12-02 alegrandUpdate to take the new DTD modifications into account.
2010-12-02 mquinsondon't glob txt files in archive and install, I have...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-02 navarropDefinitively remove old variable PROJECT_DIRECTORY...
2010-12-01 navarropRemove symetrical for symmetrical.
2010-12-01 suterversion=3
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-30 navarropRemove Makefile.am from autotools.
2010-11-30 navarropUpdate platform version.
2010-11-30 suterAdd some input to test instrumentation of trace replay
2010-11-30 suterFirst try at instrumenting the action replay tool.
2010-11-30 navarropUpdate platfrom version to 3.
2010-11-30 navarropNew way to give LUA_CPATH.
2010-11-28 mquinsonAllow out of source builds
2010-11-28 mquinsonlet the binding examples work without the funky symlink...
2010-11-25 suteradding the --cfg=tracing/platform:1 adds one line to...
2010-11-24 schnorrtracing platform on process migration example so we...
2010-11-23 mquinsonNew tesh file for the msg actions (plus some little...
2010-11-23 mquinsonstop that misuse of semaphores and use conditions where...
2010-11-23 mquinsonmore debug
2010-11-23 mquinsoncleanup the text files around the actions; tesh files...
2010-11-23 mquinsonthat should never have landed in the SVN in the first...
2010-11-23 schnorrno longer need to call TRACE_start and TRACE_end on...
2010-11-23 schnorrupdating tesh files to go ok with new tracing option
2010-11-23 schnorrTRACE_start and TRACE_end should no longer be called...
2010-11-18 velhoAdded deployment file for fullduplex model.
2010-11-18 velhoAdded test files for testing fullduplex TCP model.
2010-11-18 velhoAdd example to test the fullduplex aware TCP model...
2010-11-16 thieryAdd symetrical=NO to msg_platform.xml (symetrical is...
2010-11-16 agierschFix path to binary in tesh file.
2010-11-15 agierschFix memory leaks in msg/icomms examples.
2010-11-12 coldpeaceupdate lua(bypass) examples
2010-11-10 suterrecv was still in DEBUG instead of VERB
2010-11-10 suterchange timed trace output from DEBUG to VERB to disting...
2010-10-31 mquinsonfix file permissions
2010-10-28 schnorravoid inclusion of internal headers in user code
2010-10-27 navarropFix output problem with gtnets tests.
2010-10-27 navarropFix tests using link_ctn and route with bypass.
2010-10-22 suterAdd a small example to test the barrier action which...
2010-10-20 navarropAdd a masterslave examples with clusters.
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-10-06 navarropClean DTD and add tag config.
2010-10-05 coldpeacefix the platform script
next