Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve comments on examples
[simgrid.git] / src / surf /
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-08 cristianrosaBugfix: initialize the model checker memory subsystem...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-25 mquinsonFix copyright headers
2010-04-20 schnorrrenaming more tracing functions
2010-04-15 schnorrrenaming the tracing functions that set the host/link...
2010-04-15 schnorrremoving code that was used to trace every single surf...
2010-04-15 schnorrrenaming some tracing functions to make easy to remembe...
2010-04-15 schnorrtracing vivaldi x,y,h for each host
2010-04-14 navarropMake testall to src/.
2010-04-14 mquinsoncommit generated files produced by flexml and friends
2010-04-14 mquinsonAdd a Vivaldi network model, coded live during SUD...
2010-04-12 velhoRemoved double free on GTNetS code.
2010-04-09 mquinsonfix the documentation of how to get TCP_gamma on linux...
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-30 mquinson--help-models display the long description of all known...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
2010-03-30 mquinsonAllow to set latency_factor, bandwidth_factor and weigh...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-12 mquinsonWarn when there is some remaining actions in the system...
2010-03-12 mquinsona bit more info on how to guess the right gamma value...
2010-02-24 navarropDelete warning during compiling.
2010-02-02 alegrandIt's the least I can do in a cancel function...
2010-02-02 velhoAdded missing header file.
2010-01-28 donassbrAvoid adding elements to active_element_set when the...
2010-01-28 mquinsonplug a few memleaks
2010-01-21 velhoFinally a proper working version of GTNets with RED...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonDo not mark inline hte functions of which we manipulate...
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
2009-11-20 mquinsonMark two more functions as inline in supernovae, and...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 alegrandremove wrong comment
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-16 donassbrBugfix: Initialize variable and remove from heap when...
2009-11-10 mquinsondon't trust gcc for cleaning your code after you. he...
2009-11-04 donassbrRemove parameter timestep.
2009-11-04 donassbrChanges implementation of CPU TI. Now, it uses the...
2009-11-04 donassbrAdd 2 tests to handle problems when using timesteps...
2009-11-04 donassbrAdd tests to skip actions that aren't running or have...
2009-11-04 donassbrRemove old code and useless code.
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-14 mquinsonSanitize static functions' names; kill unused ones
2009-10-14 velhoBug fix, corrected jitter works for each linkk separately.
2009-10-14 mquinsonSanitize a bit the <foreach> handling (cosmetics, no...
2009-10-14 mquinsonMore debug
2009-10-14 mquinsonKill a 'unused variable' warning when compiling without...
2009-10-13 velhoAdded a gtnets_jitter_seed parameter enabling jitted...
2009-10-13 velhoDisable gtnets jitter by default.
2009-10-08 velhoCorrected jitter, now oscillates between [-lat*jitter...
2009-10-08 velhoAdded a jitter functionallity to GTNets model, latency...
2009-10-08 velhoFactorized better debugging output.
2009-10-07 velhoBug fix, surf_routing needs love.
2009-10-06 mquinsonkill cruft that I introduced while merging routing...
2009-10-06 velhoCompletely rewritten surf/gtnets_network.c model to...
2009-10-06 velhoImprove the generic routing for different network model...
2009-10-06 velhoCorrected bug on router/host mapping.
2009-10-06 velhoCommit stollen from Arnaud personal git repository.
2009-10-06 velhoRevert "Fixed full routing support for routers, no...
2009-10-04 velhoCorrected bugs introduced by error checking improvement.
2009-10-04 velhoFixed full routing support for routers, no routing...
2009-10-04 velhoFix bug introduced by the new routing mechanism, added...
2009-10-04 velhoImproved debugging and assert functions in GTNetS inter...
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-09-29 donassbrFix problem when comparing two doubles.
2009-09-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-18 donassbrChange default network model in workstation init function
2009-09-11 donassbrRemove FIXME.
2009-09-09 mquinsonMove a DEBUG request to avoid printing uninitialized...
2009-09-09 mquinsonUse the LV08 model by default
2009-09-09 donassbrAdd support to periodicity = 0 to new model with trace...
2009-09-09 donassbrAdd new level "-1" with the exact trace strucuture.
2009-09-04 donassbrChange test to program ending to avoid infinite loop...
2009-09-04 donassbrImplement use of mean when setting the first level...
2009-09-04 donassbrSolve rroblem when iteration over chunks.
2009-09-01 donassbrFix calcul of solve integral.
2009-09-01 donassbrMove test of finish execution to after handling events.
2009-08-27 donassbrRemove unnecessary changes at maxmin.c.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-20 mquinsonConnect the surf_routing log channel so that it becomes...
2009-08-19 mquinsonmore explicit message on problem
2009-08-17 mquinsonStupid me. I still need to put the retrieved value...
2009-08-09 mquinsonwith GTNetS, the routing is not within to SimGrid but...
2009-07-30 mquinsonVarious cleanups in the routing code, all by Silas
2009-07-28 velhoCope with new tmgr (trace manager) interface.
2009-07-16 mquinsonshut of, model
2009-07-16 mquinsonAllow to instanciate the constant network model. It...
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-16 mquinsonAutomatically switch to compound workstation model...
2009-07-16 mquinsonbummer
2009-07-16 mquinsoncosmetics
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-14 mquinsonone more comment
2009-07-13 mquinsonUseless cleanups
2009-07-13 mquinsonmerge the trace parser from file and the trace parser...
2009-07-13 mquinsonGreately simplify surf_fopen() at the price of one...
next