Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added dvfs support
[simgrid.git] / src / surf / surf_routing.c
2013-06-30 acarpenaadded dvfs support
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-09 Arnaud GierschInitialize field loopback_link.
2013-04-03 Augustin Degommefix a bug happening with manually defined clusters
2013-03-29 Augustin Degommeadd a loopback_lat and loopback_bw to cluster tag
2013-03-29 Augustin Degommeadd limiter_link option to cluster tag, to add a pseudo...
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-07 Jonathan Rouzaud... Add a new simcall that modifies the rate of the first...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-29 Paul BédarideMerge branch 'master' of 192.168.8.160:/git/simgrid
2013-01-28 Augustin Degommecreate backbone if either one of the bandwidth or laten...
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-28 Martin QuinsonRevert "Kill the <backbone> tag"
2012-12-28 Martin QuinsonKill the <backbone> tag
2012-12-20 Arnaud GierschSome symbols were renamed by last flexml update.
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMove config from surf to simgrid
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-05 Martin Quinsonthese includes are useless
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Martin QuinsonEnsure that the mallocator are really inactive when...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschInclude standard header files after local includes.
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-17 Arnaud GierschAvoid to dereference a null pointer with --log=surf_rou...
2012-09-06 navarroCosmetics. (Forgot from a previous renaming)
2012-09-06 navarroFinalize properties on AS.
2012-09-03 navarroAdd properties to AS structure (Not work for now) and...
2012-08-28 navarroCompletely remove route_t and replace by sg_platf_route...
2012-08-08 navarroFactorize route ASroute bypassRoute and bypassASroute...
2012-08-08 navarroFirst example for bypass platform wit sg_platf_new...
2012-08-08 navarroRemove link_list from surf_routing.c and add it into...
2012-08-06 navarroMore cleaning for surfxml callback (property and trace*)
2012-08-06 navarroCleanUp unused xbt_dynar_t from callback
2012-08-06 navarroAdd function sg_platf_new_* for *route and bypass*route.
2012-08-03 navarroUse the function sg_platf_new_linkctn when parsing...
2012-08-03 Jean-Baptiste HervéCheck if string is NULL before a strcmp
2012-08-02 Jean-Baptiste HervéCheck if "coord" is not null before do strcmp
2012-07-12 navarroRemove this output.
2012-07-11 navarroAdd a tag cabinet to write new kind of cluster. See...
2012-07-05 navarroUse new tag host_link for peer. No need for router...
2012-07-05 navarroAdd two new tag for routing cluster (only):
2012-07-04 Arnaud GierschDon't define variables in header file.
2012-06-28 navarroTODO comments
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 navarroRemove unused variable
2012-06-20 navarroPut the different model in the dtd. Permit the xml...
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-08 jbrvModify structures to support different sources of avaib...
2012-04-27 Arnaud GierschUseless free, and other cosmetics.
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-09 Martin Quinson[routing] rename routing_global_t -> routing_platf_t...
2012-04-09 Martin Quinson[routing] kill supurious checks, and reformulate error...
2012-04-09 Martin Quinson[routing] clarify why we rely on such a dirty hack
2012-04-09 Martin Quinson[route parsing] make surf_network_resource_by_name...
2012-04-09 Martin Quinson[route parsing] rename network_element_t into sg_routin...
2012-04-09 Martin Quinson[route parsing] kill global_routing->size_of_link
2012-04-04 navarroImplement bypassRoute and bypassASroute. Add an example.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroReorganize storage structures (msg, smx and surf) and...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-29 navarronone_get_route_and_latency must set latency to 0.
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-23 Arnaud GierschUse type network_element_t instead of void*, and avoid...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-22 navarroFirst step to take care of constraint into storage...
2012-03-22 schnorrlet simgrid compile with NDEBUG and warnings are errors
2012-03-22 navarroAdd tag config and path property to be more generic.
2012-03-22 navarroImplement xbt_dict_t content for storage model
2012-03-20 Martin Quinsonupdate surf doc to kill some more doc warnings
2012-03-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-20 navarroDo routing parse before tracing parse
2012-03-19 navarroRemove dict cluster_host_link specific to cluster model.
2012-03-16 navarroReimplement function get_onelink_route.
2012-03-16 navarroNow call communicate and get_route with void* and not...
2012-03-07 navarroAdd a function to merge 2 dynar to avoid xbt_dynar_push...
2012-03-07 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-07 navarrooptim: don't call for xbt_dynar_foreach
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-05 navarroFix mem leack and factorize code.
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroSet the storage_lib and storage_type_lib from parsing.
2012-03-01 navarroSave information from routing corresponding to storage.
2012-03-01 navarroBe compliant with flexml v1.67. This permits to don...
2012-02-29 navarroNew way to use storage. See storage.xml
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-27 navarroAdd model storage to surf and add a tag storage to...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschDon't pass NULL to xbt_die.
2012-02-21 Arnaud GierschFix type name and parsing for random generator.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next