Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely remove channel mecanism with tesh tested examples.
[simgrid.git] / examples / msg / actions /
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-14 Christophe ThiéryTimings have changed: comms cannot continue when a...
2011-10-14 Christophe ThiéryNow that processes are terminated cleanly, this recv...
2011-10-13 Christophe ThiéryRevert msg-actions to an older and more stable version
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-12 Christophe ThiéryAction replayer: don't hardcode the usage of raw contextes
2011-05-12 Christophe ThiéryUse variadic macros
2011-05-12 Christophe ThiéryAction replayer: remove dirty hacks, they didn't work...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
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 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-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschReview const attribute for pointers..
2011-02-01 thieryProtect --log=root.fmt flag with double quotes in tesh...
2011-01-21 navarropLet simgrid.dtd to be accessible from the web in order...
2011-01-05 navarropCan compile out of source now.
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-10 mquinsonreduce verbosity when activating sexy new contextes
2010-12-10 suterrevalidation of the test with the line that warns users...
2010-12-09 mquinsona few more machines
2010-12-09 mquinsonGet verbose when activating the sexy new contextes...
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 mquinsonreal isend action, w/o spawning. Still ongoing but...
2010-12-07 mquinsoncosmetics, no profund change
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 mquinsondon't glob txt files in archive and install, I have...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 suterversion=3
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-28 mquinsonAllow out of source builds
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-10 suterrecv was still in DEBUG instead of VERB
2010-11-10 suterchange timed trace output from DEBUG to VERB to disting...
2010-10-22 suterAdd a small example to test the barrier action which...
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-10-04 mquinsonupdate all the platforms file with the new s/:/_/ in DTD
2010-09-28 navarropNew platform files (just add AS tag)
2010-06-17 navarropDelete unused -fprofile-arcs flags.
2010-04-25 mquinsonFix copyright headers
2010-04-14 navarropSecond commit for cmake in an other directory.
2010-03-23 navarropMassive mv to use cmake as the default compilation...
2010-03-17 mquinsonAnd now, a version that compiles, bummer (load the...
2010-03-17 mquinsonImplement the barrier action of MSG actions
2010-03-17 mquinsonoptimize: strings that are only used on debug should...
2010-03-04 mquinsonAdd some files to constitute an example of split action...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-02-04 suterRepair collective operations (changes made for asynchro...
2010-01-19 suteridentify sender on the recv lines
2009-12-11 mquinsonAvoid a name conflict with /usr/include/sys/wait.h...
2009-12-11 mquinsonuse simgrid_config.h in example code relying on getline
2009-11-30 suterModify the output of the action replay tool.
2009-11-05 suterFirst implementation of allReduce action (Refactoring...
2009-10-29 suteradd a reduce X bytes Y flops action
2009-10-29 suterRefactor spawned_send and bcast_spawned_send
2009-10-29 suteradd a flat broadcast action
2009-10-29 suterforgot to remove the cleaning of a remove data
2009-10-29 suteradd an Isend, just the prototype for the barrier action
2009-10-23 sutersmall improvements suggested by Arnaud
2009-10-22 suterAdd Irecv and wait actions and corresponding example
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonUse parse values as double instead of casting them...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-19 mquinsonUse parse values as double instead of casting them...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-07 mquinsonPlug a bunch of memleaks
2009-05-05 mquinsonooops, typo
2009-05-05 mquinsondraft implementation of the 4 basic actions
2009-05-05 mquinsonfirst draft of the action runner