Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* Cleanup the DTD by renaming:
[simgrid.git] / src / surf / workstation_KCCFLN05.c
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-21 cheriermDeclaration of the variables at the beginning of the...
2007-09-21 alegrandRemoving now useless function.
2007-09-12 alegrandconsequence of the global maxmin system removal.
2007-09-12 alegrandremove global maxmin system. Every model should use...
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-09-12 alegrandgetting rid of workstation_KCCFLN05_private.h
2007-08-24 alegrandUse priorities...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-14 alegrandhandle 0-size tasks.
2007-08-10 alegrandreindent.
2007-08-10 alegrandvarious cleanups + debug
2007-08-02 alegrandAdding a nice description mechanism for models + cleani...
2007-07-31 mquinsonmemleak
2007-07-30 velhoCorrected router parsing.
2007-07-30 velhoBug fix.
2007-07-26 alegrandfunc_f and func_fp need to be provided. This is weird...
2007-07-26 velhoAdded the router as dumb cpus in order to work with...
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-17 mquinsonLet it compile without --disable-compile-optimizations
2007-07-14 mquinsonIf the element is not found, don't try to continue...
2007-07-06 velhoCorrected some bugs, added the simix support to the...
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 velhoAdded the update for the Df parameter (lmm_variable_t...
2007-05-11 alegrandAdding more debuging info.
2007-05-10 alegrandAdd debuging informations.
2007-03-23 alegrandsleep actions can neither be suspended nor resumed...
2007-03-02 alegrandAdding debuging informations.
2007-02-14 velhoMaking a surf workstation model using csdp. How simple...
2006-11-08 alegrandOoups. I was still using Mb instead of b...:(
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-08-14 thieryThis dict was not freed
2006-08-10 thieryRemove useless and costly strdups in platform file...
2006-08-09 thieryThere was too many reallocs
2006-08-08 thieryDon't malloc a new dict each time in execute_parallel_task
2006-07-18 thieryForgot to remove that comment
2006-07-18 thieryImplement execute_parallel_task in model KCCFLN05
2006-07-12 alegrandSet start_time.
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-20 thieryFix function get_route
2006-06-19 thieryImplement function get_route in model KCCFLN05 (not...
2006-06-19 thieryAdd prototype of function get_route in Surf
2006-06-19 thieryAdd a function get_available_speed in Surf workstation...
2006-05-16 alegrandSanitize channels naming.
2006-05-09 alegrandFixing forgotten function.
2006-04-24 alegrand*** empty log message ***
2006-04-21 alegrandCorrecting the relative priority problem in the default...
2006-03-27 alegrandcheck this constraint exists before testing something...
2006-03-27 alegrandComplete rewriting of this workstation instance! I...
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2005-10-23 mquinsonLet's compile SURF once in the afternoon and cleanup...
2005-10-03 alegrandMake SURF complain when you ask to perform a communicat...
2005-08-07 mquinsonUse xbt_dict_get_or_null to avoid the exception madness
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-22 alegrandadding parallel task to SURF workstations
2005-06-30 alegrandsome compiler don't like this return void... :)
2005-06-29 alegrandI had forgotten a few functions last time. It could...
2005-06-29 mquinsonKill evil cruft ;)
2005-06-29 alegrandAdding a function to set the max_duration of an action.
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-04 alegrandNo more dead code + bug fix.
2005-02-04 alegrandToday Martin Quinson wrote :
2005-02-04 alegrandMajor bug fix in SURF.
2005-02-04 alegrandFilling placeholders...
2005-02-01 alegrandMore reasonnable value.
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandParsing values is good. Taking into account parsed...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
2005-01-11 alegrandNow, it works.
2005-01-10 alegrandIt worries me however, to realize how tough an ass...