Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reviewed locking in mmalloc:
[simgrid.git] / src /
2010-11-09 agierschReviewed locking in mmalloc:
2010-11-09 schnorrtracing option to trace uncategorized resource utilization
2010-11-05 navarropAdd function xbt_dynar_compare
2010-11-05 navarropBy default setting route symetrical to YES
2010-11-05 navarropAdd a backbone sharing policy in dtd.
2010-11-05 schnorrnew configuration option tracing/smpi/group
2010-11-04 agierschFix build in paranoid mode without tracing support.
2010-11-02 navarropInitialized value for compil succed in paranoid mode.
2010-10-31 mquinsonDon't mess with MSG internals from ruby, but use the...
2010-10-31 mquinsonuseless cosmetics
2010-10-31 mquinsoncosmetics (change 'self' identifier to 'me' for g+...
2010-10-29 coldpeaceadding methods to get Host Properties, and trace file...
2010-10-29 schnorrlet pass if action is not being traced with a category
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-28 schnorrfix on the use of dynar by smpi instrumentation
2010-10-27 navarropRename some functions
2010-10-27 navarropAdd function to "config tag" when using properties.
2010-10-27 navarropFix gtnets support with new routing format.
2010-10-27 navarropFix tests using link_ctn and route with bypass.
2010-10-27 navarropSetting symetrical = NO by default.
2010-10-27 navarropImplement symetrical for Asroute
2010-10-27 navarropImplement symetrical for route.
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-27 navarropMove bypassRoutes to s_routing_component_t.
2010-10-27 navarropMove parse_routes to s_routing_component_t.
2010-10-27 schnorrdefine the size of local char variables in the instrume...
2010-10-25 agierschUsing size_t for table_size in surf_routing.c, in order...
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-21 agierschFix bug in xbt_dicti_set: previous was not updated.
2010-10-20 agierschFix supernovae build with older gcc and/or libc.
2010-10-20 navarropThe surf_file_to_parse have to be set to NULL after...
2010-10-19 navarropRevert of Lucas commit. All tests were broken.
2010-10-19 schnorrlet user decide to use other models with simdag if...
2010-10-19 schnorrdotloader to trace task categories based on dot file
2010-10-14 schnorrusing mpi_comm_world to get the global rank
2010-10-13 navarropInitilized vars.
2010-10-13 schnorrtrace: save link end points in timestamp 0 of the trace...
2010-10-13 schnorrtrace: fixing link declaration for gtnets model
2010-10-13 schnorrxbt_die when caller tries to declare a link that is...
2010-10-13 navarropFix supernovae mode.
2010-10-13 navarropPut variable "to_index" into s_routing_component
2010-10-13 schnorrimplementing get_onelink_routes for rulebased
2010-10-13 schnorrsurf actions might arrive here without category
2010-10-12 coldpeaceseparate between the console code and the bindings...
2010-10-12 coldpeacecleanup & reorganize code ...
2010-10-11 navarropRemove the "_" from hostname and routername to Tag...
2010-10-11 schnorrfixing name of the function and its utilization in...
2010-10-11 alegrandIndent include and src using this command:
2010-10-11 alegrandRemove weird parenthesis...
2010-10-11 schnorrconsidering gateways when get_onelink_routes from recur...
2010-10-08 schnorrfix: avoiding the execution of TRACE_surf_action when...
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-10-08 schnorrtrace: when simix action gets its category, pass it...
2010-10-08 schnorrfixing comment
2010-10-08 schnorrchar *name transformed in const char *name to avoid...
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 schnorrtracing uncategorized resource utilization
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-08 alegrandEnable using other workstation models than ptask_L07...
2010-10-07 navarropFix bug when call function get_route.
2010-10-07 navarropAdd a function to have type of an element.
2010-10-07 navarropAdd a test for function is_router.
2010-10-06 navarropUpdate maintainer source.
2010-10-06 navarropAvailable the tag config.
2010-10-06 navarropClean DTD and add tag config.
2010-10-06 navarropImplementation of function is router
2010-10-06 schnorronelink_routes revision: removing a comment
2010-10-06 schnorrbetter handling of resource utilization tracing methods
2010-10-06 schnorrcosmetics on tracing mechanism
2010-10-06 piniUpdated README for SMPI.
2010-10-05 navarropFix lib pcre use.
2010-10-05 coldpeacefix lua console application for SimDag module
2010-10-05 schnorrcleaning some old surf tracing code
2010-10-05 schnorrremoving one space in the beginning of the trace files
2010-10-05 schnorrdo not trace loopback links
2010-10-05 schnorronly trace link-related data if tracing mechanism know...
2010-10-05 schnorrregistering the source and destination of all onelink...
2010-10-04 schnorrfirst implementation of floyd's get_onelink_routes
2010-10-04 schnorrimplementing recursive call to get_onelink_routes
2010-10-04 schnorrimplementation of full_get_onelink_routes
2010-10-04 schnorrmemory address is the unique identifier of links in...
2010-10-04 schnorrfunctions to get_onelink_routes must return an array...
2010-10-04 navarropNow cluster Tag don't necessary need libpcre.
2010-10-04 schnorrcosmetic fix: generic_set_bypassroute was being logged...
2010-10-04 schnorrpreparing get_onelink_routes and is_router for each...
2010-10-04 schnorrfix: small changes to make surf_routing.c compile
2010-10-04 mquinsonupdate all the platforms file with the new s/:/_/ in DTD
2010-10-04 mquinsonstop misusing : in the DTD. use _ as a separator instead
2010-10-04 mquinsonmerge
2010-10-01 coldpeacereimplement lua bingdings code to support the new platf...
2010-10-01 coldpeacedefine new methods to call surf_routing 'parse' methods...
2010-10-01 coldpeacedefine two kind of 'parse' methods, parse_#type_#elemen...
2010-10-01 coldpeaceadd new methods to reimplement the lua console respecti...
2010-10-01 schnorrlet snprintf decide how many digits use for timestamps
2010-10-01 schnorrtracing router existence with the new parser
2010-10-01 schnorrremoving old and no longer used tracing functions
2010-10-01 schnorrproper closing the LINK containers at the end of the...
next