Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused include "simgrid_config.h"
[simgrid.git] / examples / msg / actions / actions.c
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..
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-09 mquinsonGet verbose when activating the sexy new contextes...
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 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-30 suterFirst try at instrumenting the action replay tool.
2010-11-23 mquinsonstop that misuse of semaphores and use conditions where...
2010-11-23 mquinsonmore debug
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-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-04-25 mquinsonFix copyright headers
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-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