Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's compile SURF once in the afternoon and cleanup the mess I've set by changing...
[simgrid.git] / src / surf / workstation.c
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...