Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an unused (for the moment) module file
[simgrid.git] / src / surf / surf_config.c
2011-02-03 thieryVarious optimizations
2011-02-01 thieryAdd a flag --cfg=contexts/parallel_threshold:n
2011-02-01 thieryRename flag cfg=contexts/parallel to cfg=contexts/nthreads
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-19 navarropTest if the configuration into tag_config is already...
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-15 alegrandUpdate doc
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-06 piniAdded sender-side gaps (only activated by default in...
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-12-02 schnorr[trace] detailed explanation about all tracing options...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-09-07 cristianrosaDo not call xbt_cfg_set_int on the model-check option...
2010-08-09 schnorrproper initilization of the model-check option
2010-08-09 schnorrfix on the default value of fullduplex option
2010-08-09 schnorrfullduplex support
2010-06-24 mquinsonthis test is supposed to check whether the net/cpu...
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-04-25 mquinsonFix copyright headers
2010-04-09 mquinsonfix the documentation of how to get TCP_gamma on linux...
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 mquinsona bit more info on how to guess the right gamma value...
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-09-09 mquinsonUse the LV08 model by default
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
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 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-02 mquinsonAdd a command-line option to choose the routing schema...
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-26 mquinsonDo not set TCP_gamma as a default value, but insist...
2009-06-26 mquinsonSanitize the memory handling of config elems description
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-26 mquinsonChange --surf-path into --cfg=path
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-06-26 mquinsonImplement a --cfg-help flag to show existing configurat...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...