Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move a definition around so that other network models don't need to see CM02 internals...
[simgrid.git] / src / surf / workstation.c
2008-03-15 alegrandMove a definition around so that other network models...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2007-12-11 quasareliminating KCCFLN05 model
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-26 mquinsonno need for return after a THROW (it will break the...
2007-09-26 alegrandUse THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggest...
2007-09-21 cheriermuse portable.h
2007-09-12 alegrandremove crap in compound. Parallel tasks are not modeled...
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-10 alegrandreindent.
2007-08-10 alegrandvarious cleanups
2007-07-30 alegrand* Moving things around (private->public)
2007-05-17 kayofadded "#include "gras_config.h"" for USE_GTNETS
2007-05-17 kayofadded a new model for GTNetS.
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-08-14 thieryThis dict was not freed
2006-08-08 thieryDon't malloc a new dict each time in execute_parallel_task
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...
2005-10-23 mquinsonLet's compile SURF once in the afternoon and cleanup...
2005-08-09 alegrandadding a priority mechanism
2005-08-07 mquinsonxlC dont like having a return <value> in a void functio...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-08-02 alegrandadd a get_speed function to the cpu and enabled the...
2005-07-25 alegranddo not create a parallel task is it does not consume...
2005-07-23 alegranddo not forget to take into account parallel tasks.
2005-07-22 alegrandadding parallel task to SURF workstations
2005-06-30 alegrandsome compiler don't like this return void... :)
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-23 alegrandHelp debuging
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandCleaning type naming so that Henri has a nice skeleton...
2005-02-04 alegrandMajor bug fix in SURF.
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
2005-01-10 alegrandIt worries me however, to realize how tough an ass...
2005-01-07 alegrandChanged my mind. This function will be defined somewher...
2005-01-06 alegrandRenamed resource initialization functions. Now they...
2004-12-31 alegrandMem leak hunting!
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-21 alegranddebug debug debug
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 alegrandA meta-resource : workstation is simply a CPU and a...
2004-12-09 alegrandAdding workstation : a single CPU and a network card...