Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
optimize: strings that are only used on debug should only get computed when debug...
[simgrid.git] / examples / msg / actions / actions.c
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