Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Parmap: process the whole dynar, don't force workers to fetch work
[simgrid.git] / src /
2011-12-09 Christophe ThiéryParmap: process the whole dynar, don't force workers...
2011-12-09 Christophe ThiéryThis variable has no reason to be global
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 Arnaud GierschRemove unused log categories.
2011-12-07 Christophe ThiéryParmap: make maestro also do some work.
2011-12-07 Christophe ThiéryThe worker id is now useless in the parmap code
2011-12-07 Christophe ThiéryAdd comments
2011-12-07 Christophe ThiéryRemove xbt_parmap_get_worker_id to simplify the parmap...
2011-12-07 Christophe ThiéryRemove a useless private header and rename variables
2011-12-05 Christophe ThiéryParmaps: remove the event structure to simplify the...
2011-12-05 Christophe ThiéryMake those functions static
2011-12-05 Christophe ThiéryRemove a redundant include and reindent a bit
2011-12-05 Christophe ThiéryRemove parmap_private.h since parmap.c is the only...
2011-12-05 Christophe ThiéryIn sequential mode, don't use thread-specific data
2011-12-05 unknownMake the compilation succed for windows.
2011-12-05 unknownUse the good link for latency.
2011-12-01 Arnaud GierschKill old CVS $Id$ lines.
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Arnaud GierschUse homogeneous dicts for xbt_lib.
2011-12-01 Arnaud GierschAdd some tests for homogeneous dicts (global free funct...
2011-12-01 Arnaud GierschDefine xbt_dict_new_homogeneous().
2011-12-01 Arnaud GierschMake dicts ready to accept homogeneous dictionaries.
2011-12-01 Arnaud GierschDefine a struct s_xbt_het_dictelm for holding the free...
2011-12-01 Arnaud GierschDefine xbt_dictelm_set_data, to reduce code duplication.
2011-12-01 Arnaud GierschAdd a dict parameter to dictelm functions.
2011-12-01 Arnaud GierschAdd two fields to struct dict, in prevision of homogene...
2011-12-01 Arnaud GierschRewrite integer dicts using regular dicts.
2011-12-01 Arnaud GierschA mallocator for dict structs is a bit overkill.
2011-12-01 Frederic Sutertwo more clobbered variables that prevent me to compile...
2011-11-29 Arnaud GierschFree mutex in xbt_dynar_to_array.
2011-11-29 Arnaud GierschAvoid the temporary malloc in xbt_dynar_to_array.
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-29 Arnaud GierschFix uninitialized variable.
2011-11-29 Arnaud GierschInclude surf_resource.h, for surf_resource_name().
2011-11-29 Arnaud Gierschs/add/free/ in doc.
2011-11-28 Arnaud GierschFunction does not exist.
2011-11-28 Arnaud GierschRename dict structs to follow README.coding.
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-28 Arnaud GierschAllow NULL for the reset function of mallocators.
2011-11-28 Arnaud GierschRemove unused empty function.
2011-11-28 Arnaud GierschReorganize structs to save a few bytes.
2011-11-28 Arnaud GierschRemove an useless (but optimized!) memcpy.
2011-11-28 Arnaud GierschAvoid to clear mem for the last element.
2011-11-28 Arnaud Giersch_xbt_clear_mem is used only once. Use memset directly.
2011-11-28 Arnaud GierschFactorize code for xbt_dynar_shrink/_xbt_dynar_expand.
2011-11-28 Arnaud GierschThere's no point in clearing mem in _xbt_dynar_expand.
2011-11-28 Arnaud GierschKill dead (commented) code.
2011-11-28 Arnaud GierschFactorize code for xbt_dynar_set/xbt_dynar_set_at_ptr.
2011-11-28 Arnaud GierschUnlock dynar at proper place.
2011-11-28 Arnaud GierschDon't call _xbt_dynar_expand when it's not needed.
2011-11-28 Arnaud GierschDon't clear mem before free.
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 Gierschxbt_dict_new_ext() doesn't exist anymore.
2011-11-23 Arnaud GierschFix warning about clobbered variable.
2011-11-23 Arnaud GierschFixup for commit 08ac8cf2900.
2011-11-18 Martin Quinsonmake the string large enough to avoid buffer overflows
2011-11-18 Martin Quinsonget workstation model to pick the right network model...
2011-11-16 Christophe ThiéryLua: change the return values of simgrid.task.send.
2011-11-16 Christophe ThiéryMSG_comm_test and MSG_comm_testany did not update isused
2011-11-15 Christophe ThiéryLua: simplify the return values of simgrid.comm.test()
2011-11-15 Christophe ThiéryLua: implement isend, dsend and irecv
2011-11-15 Christophe ThiéryNobody uses MSG_get_errno and wants useless calls to...
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-15 Christophe ThiéryRemove a useless function. The default one does the...
2011-11-15 Martin Quinsonplug some more memleaks. We have no leak on the GOAL...
2011-11-15 NavarropAdd a platform with a bypass route. Add the test to...
2011-11-15 Martin Quinsonrevert [a30523e] (remove supernovae) because I need...
2011-11-15 Martin Quinsonplug some more memleaks. aint bad anymore
2011-11-15 Christophe ThiéryLua: copy tasks so that the sender doesn't have to...
2011-11-15 Martin Quinsonplug a bunch of memleaks
2011-11-15 Martin Quinsondamn it, there is no example testing the bypass mecanism!!
2011-11-15 Martin Quinsonreplace a new/free cycle by a locally stacked object
2011-11-15 Martin Quinsonwork to enforce that link arg is readily usable in...
2011-11-15 Martin Quinsonreduce the dynar creation madness in g_r_a_l in recursi...
2011-11-15 Martin Quinsonrewrite an error message
2011-11-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin Quinsonrename a global to avoid namespace pollution (and other...
2011-11-15 Martin Quinsonkill useless asserts: this is not the way routing logic...
2011-11-15 Martin Quinsonfurther streamline r_get_route_a_l: now that latency...
2011-11-15 Martin Quinsonsimplify _routing_get_route_and_latency wrt latency
2011-11-15 Martin QuinsonChange again the calling convention of routing_get_rout...
2011-11-15 Martin Quinsoncheck that AS->get_route don't return NULL on non-exist...
2011-11-15 Martin Quinsonkill the now useless 'cleanup' parameter of routing_get...
2011-11-15 Martin Quinsonkill global_routing->get_route_no_cleanup()
2011-11-15 Martin Quinsonkill routing_get_route(), use routing_get_route_and_lat...
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonsimplification + add comments + reindent of _get_route_...
2011-11-14 Martin Quinsonuseless cosmetics
2011-11-14 Martin Quinsonpre-parse the vivaldi coordinates
2011-11-14 Martin Quinsonanother empty function murder
2011-11-14 Martin Quinsonnah, properties in the XML file are not the right place...
2011-11-14 Martin Quinsondon't trust globals to be memset'ed to 0 (and rework...
next