Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new example inspired by storage systems to trace user variables
[simgrid.git] / src / surf /
2012-01-23 navarroChange cluster sharing policy for FULLDUPLEX by default.
2012-01-23 navarroUpdate factor for model LegrandVelho.
2012-01-20 Christophe ThiérySurf: also parallelize update_actions_state() of models
2012-01-20 Christophe ThiéryAdd an option --cfg=surf/nthreads:N to update Surf...
2012-01-20 Christophe ThiérySurf: allow to call share_resources in parallel (never...
2012-01-17 Arnaud GierschCosmetics: fix indentation.
2012-01-17 navarroFactorize functions for smpi factor.
2012-01-17 navarroFix some memory leak.
2012-01-16 navarroAdd a platform with tag config and explain how to chang...
2012-01-16 navarroOffer the possibility to change smpi bandwidth and...
2012-01-16 navarroPut xbt_cfg_register for smpi into surf_config.c file
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Arnaud GierschFix the order of contraints changed by previous commits:
2012-01-06 Arnaud GierschIn lmm_update_modified_set, don't visit variables twice.
2012-01-06 Arnaud GierschTry hard to optimize lmm_update_modified_set.
2012-01-06 NavarropThe variable-constraint graph is already traversed...
2012-01-06 Arnaud GierschEnsure that all constraints are put in modified_constra...
2012-01-06 Arnaud GierschRemove constraint from modified_constraint_set, when...
2012-01-06 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-06 NavarropAdd some tests for crosstraffic = 1.
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe Thiéry-0.000000 is lower than 0.0. True story.
2012-01-05 PierreUse of busy wait instead of futex if there is not futex.h
2012-01-02 Martin Quinsonthis configuration option does not exist anymore (and...
2011-12-30 Christophe ThiéryFix supernovae compilation
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Lucas Schnorr[trace] tracing needs a Full network/optim, otherwise...
2011-12-26 Lucas Schnorrbug fix, tracing mechanism relies on a correct set_cate...
2011-12-26 Lucas Schnorrtypo
2011-12-25 Martin Quinsondocument the configuration items related to packet...
2011-12-25 Martin Quinsondocument simix-related config options
2011-12-25 Martin Quinsonkill the deprecated now unused config variable 'routing'
2011-12-25 Martin Quinsonfix the tests that my cleanups in the config variable...
2011-12-25 Martin Quinsondocument generic configuration variables (and fix MC...
2011-12-25 Martin QuinsonRename the coordinates configuration option to network...
2011-12-25 Martin Quinsondocument all network-related config options
2011-12-25 Martin QuinsonRename the TCP_gamma configuration option to network...
2011-12-25 Martin Quinsonkill the deprecated CLM03 workstation model
2011-12-25 Martin Quinsonalso display the existing optimizations on --help-models
2011-12-25 Martin Quinsonproperly kill deprecated option that were recently...
2011-12-25 Martin Quinsoncosmetics in the description of network models
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-22 Lucas Schnorrfix destination parameter when asking for a route in...
2011-12-19 NavarropRemove unstash #ifdef HAVE_SMPI from a commit.
2011-12-16 NavarropFix vivaldi model with lazy update mechanism. :)
2011-12-16 Stephane GenaudMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 NavarropCosmetics
2011-12-16 NavarropProof-read of communicate/share_resources/update_action...
2011-12-16 NavarropCleanups suggested by eclipse.
2011-12-16 NavarropGet rid of all these nasty _im_.
2011-12-16 NavarropAdd the right references
2011-12-16 NavarropCommit that breaks most tesh files by changing the...
2011-12-16 NavarropAllow selective update to be independently set for...
2011-12-16 NavarropCosmetics
2011-12-16 NavarropApply the optimization mechanism as requested in config...
2011-12-16 NavarropStart using optimization mode flag in network.
2011-12-16 NavarropNew values from INRIA RR-7821 (callibration when phase...
2011-12-16 NavarropCheck for failed links on back_route when crosstraffic...
2011-12-16 NavarropRename misleading "fullduplex" keyword to "crosstraffic".
2011-12-16 NavarropOptimization + cleanup. Test for optimization only...
2011-12-16 NavarropDo not create a dict for every resource especially...
2011-12-16 NavarropCleanup (no more _im_ but lazy or full when needed).
2011-12-16 NavarropRename for clarity.
2011-12-16 NavarropCleanup to allow separation of model specification...
2011-12-16 NavarropRevert new time for token-ring
2011-12-16 NavarropArgh I was confused between UM_FULL and UM_LAZY. This...
2011-12-16 NavarropMerge network.c and network_im.c
2011-12-16 NavarropAdd update mechanism for cpu instead of cpu_model name.
2011-12-16 NavarropMerge cpu.c and cpu_im.c
2011-12-16 Mark StillwellFWIW this is the calibration I'm using to run experimen...
2011-12-16 mstillwellFWIW this is the calibration I'm using to run experimen...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-08 Arnaud GierschKill duplicated macro.
2011-12-08 Arnaud GierschUse xbt_swag_reset wherever possible.
2011-12-08 Arnaud GierschRemove redundant assignment in lmm_solve.
2011-12-07 Arnaud GierschThose are constraints, and not elements.
2011-12-07 Arnaud GierschUpdate comment (name was changed 7 years ago).
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 unknownMake the compilation succed for windows.
2011-12-05 unknownUse the good link for latency.
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschKill old CVS $Id$ lines.
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-29 Christophe ThiéryRevert "The latency is constant with the constant netwo...
2011-11-29 Christophe ThiéryThe latency is constant with the constant network model.
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-28 Arnaud GierschRemove unused empty function.
2011-11-28 Arnaud GierschReorganize structs to save a few bytes.
2011-11-28 Arnaud GierschPush last_route in global_routing.
2011-11-23 Arnaud GierschNeed to have my own link list.
2011-11-23 Arnaud GierschFree cost table on finalize.
2011-11-23 Arnaud GierschStrings are already dup'ed by caller.
2011-11-23 Arnaud GierschFixup for commit 08ac8cf2900.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-18 Martin Quinsonmake the string large enough to avoid buffer overflows
next