Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize functions for smpi factor.
[simgrid.git] / src / surf / network.c
2012-01-17 navarroFactorize functions for smpi factor.
2012-01-17 navarroFix some memory leak.
2012-01-16 navarroOffer the possibility to change smpi bandwidth and...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
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 Quinsonproperly kill deprecated option that were recently...
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 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 NavarropRename misleading "fullduplex" keyword to "crosstraffic".
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-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Martin Quinsonkill the now useless 'cleanup' parameter of routing_get...
2011-11-15 Martin Quinsonkill routing_get_route(), use routing_get_route_and_lat...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
2011-11-11 Martin Quinsonkill another "method" away from the "singleton" global_...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Martin QuinsonThat pointer to function was never given anything but...
2011-11-10 Martin Quinsonfactorize the routing_exit functionality, and ensure...
2011-11-10 Martin Quinsonwhat is that pimple, for god's sake??
2011-11-09 Martin QuinsonRemove the complexity needed to save a global that...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Arnaud GierschDon't duplicate strings uselessly, and avoid memory...
2011-11-09 Arnaud GierschReindent before change.
2011-11-08 Martin Quinsonfurther parser cleanups
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-04 Martin Quinsonensure that the create_resource functions do call strdu...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-20 Martin Quinsonuse more consistently the resource create of models...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Martin QuinsonUse the partial invalidation optimization by default...
2011-09-26 Stephane Genaud model with updated parameters (griffon-based) + lines...
2011-09-20 Stephane Genaudremove upper bound as the model is also valid for great...
2011-09-20 Stephane Genaudupdated values for SMPI network model
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] cosmetics, remove TRACE_is_active, use TRACE_is...
2011-05-17 Pierre-Nicolas ClaussMerge back master branch.
2011-05-17 Arnaud GierschRegister get_route_latency in global_routing, and use it.
2011-05-17 Arnaud Giersch[trace] Guard expensive computations with TRACE_is_active.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-05 Arnaud GierschDo not make an expensive call to get_route if it is...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropRemove resource_set from surf_model.
2011-02-22 agierschReplace a combination of malloc+strcpy by xbt_strdup.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryUse a mallocator for the Surf actions
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-13 schnorr[trace] updating (availability) trace support in tracin...
2010-12-13 schnorr[trace] links are identified by their names (the same...
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-10 piniDo not use a gap if route has length 0.
2010-12-07 schnorr[trace] implement set_category function for network...
2010-12-07 schnorrweird definition of a surf_cpu_model function inside...
2010-12-06 piniAdded sender-side gaps (only activated by default in...
2010-12-02 alegrandAllow communication actions to use no link at all ...
2010-12-02 alegrandStart modifying net_communicate so that it can work...
2010-12-02 alegrandUse the get_latency function from the routing mechanism...
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-11-18 velhoBug fix. This is a backroute!
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrget trace category from surf_action instead of smx_acti...
2010-10-08 schnorrnew variable for surf_action_t to contain its tracing...
2010-10-08 alegrandKeep adding missing function required when using SimDAG.
2010-10-08 alegrandImplement the get_link_latency function for SD (and...
2010-10-04 schnorrmemory address is the unique identifier of links in...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-28 schnorrusing correct variables name when getting route from...
2010-09-28 schnorronly need src and dst_name when tracing
2010-09-28 schnorrremoving misplaced code (was moved from here before...
2010-09-28 navarropClean code.
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-09-23 schnorrplacing instrumentation of network utilization on bette...
2010-09-14 piniBugfix: C is _not_ object-oriented (a.k.a. missing...
next