Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't call lmm_solve and correctly use latency in update_actions_state
[simgrid.git] / src / simdag /
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-05 alegrandBug Fix: The symptom is hard to describe. Sometimes...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonKill code duplication, and doc tiny improvements
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-17 velhoSubstitution of the word "resource" by "model" in every...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-14 alegrandThere may be other resources than workstation. The...
2007-08-14 alegrandA simple communication may also be from a host to itself...
2007-08-10 alegrandUse simple communications and computations whenever...
2007-08-10 alegrandUse the modular surf resource mechanism to allow SD...
2007-07-30 alegrandHack so that SD_simulate(2.0) stops after 2 seconds...
2007-03-06 mquinsonNew function SD_application_reinit() allowing to test...
2007-03-05 alegrandAdding convenient function for Fred Suter
2007-02-28 alegrandHelp debug.
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsoncosmetics
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-09 thieryForgot to initialize a field
2006-08-08 thieryFix uninitialized values
2006-08-08 thieryUse malloc instead of calloc
2006-08-04 thieryImprove the function SD_task_get_state
2006-08-04 thieryRemove useless reallocs
2006-08-04 thieryOptimize function SD_route_get_list()
2006-07-31 thieryAdd a sequential mode to the workstations. In this...
2006-07-18 thieryUse exceptions instead of assertions when it is appropriate
2006-07-18 thieryUpdate SD_init() and SD_exit()
2006-07-17 thieryUse model KCCFLN05 in SimDag
2006-07-13 mquinsonFix doxygen
2006-07-12 alegrandModify SD_task structures so that get_start_time, get_f...
2006-07-12 thieryAdd functions SD_task_get_start_time() and SD_task_get_...
2006-07-10 thieryThis function could be useful.
2006-07-07 thieryForgot to initialise a pointer
2006-07-07 thieryUse action_free to free the actions
2006-07-06 thieryRemove a huge memory leak
2006-07-05 thieryChange some function names
2006-07-04 thieryAdd functions SD_workstation_get_computation_time,...
2006-07-03 thieryAdd functions SD_link_get_list() and SD_link_get_number...
2006-07-03 thieryAllow how_long to be negative
2006-07-03 thieryUse macros DEBUG and INFO instead of printf
2006-06-30 thieryAmount is finally back
2006-06-30 thieryRemove attribute amount from structure task
2006-06-29 thieryForgot to remove some debug information
2006-06-29 thieryOptimize SD_simulate and fix bugs
2006-06-28 thieryFinish SimDag documentation
2006-06-28 thieryAdd documentation for workstations and fix a few bugs
2006-06-27 thieryAdd a state SD_READY to the tasks to optimize SD_simulate
2006-06-27 thieryUpdate SimDag documentation: main page and datatypes
2006-06-27 mquinsonCreate a proper channel hierarchie for SD
2006-06-26 thieryFix SD_simulate return value
2006-06-26 thieryFix SimDag compilation warnings.
2006-06-26 thieryUpdate function SD_simulate.
2006-06-23 alegrandDo not forget to insert task in the correct swag after...
2006-06-23 thieryDetect when a task reaches a watch point.
2006-06-23 thieryMake private structures SD_link and SD_workstation
2006-06-23 thieryUse swags to handle task states and change structure...
2006-06-22 thieryAdd a function SD_task_dependency_get_data and improve...
2006-06-22 thieryReplace xbt_dynar_get_ptr by xbt_dynar_get_cpy to simpl...
2006-06-22 thieryImplement functions SD_task_dependency_add and SD_task_...
2006-06-21 thieryImplement SD_task_schedule, SD_task_unschedule and...
2006-06-21 thieryImplement functions SD_get_amount, SD_get_remaining_amo...
2006-06-20 thieryUpdate SimDag task structure.
2006-06-20 thieryRemove field name from strucure SD_link_t.
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-19 thieryUpdate function __SD_link_destroy
2006-06-19 thieryImplement link names in SimDag.
2006-06-19 thieryAdd a function get_available_speed in Surf workstation...
2006-06-16 thieryFix a memory leak.
2006-06-16 thieryUpdate workstation handling in SimDag. Change the prefi...
2006-06-15 thieryUpdate destructors and test access to surf structures
2006-06-15 thieryAdd private structures and functions + wrapping for...
2006-06-14 thieryFixed a mistake.
2006-06-14 thieryWorking on SimDag.
2006-06-13 thieryFirst SimDag draft. See simgrid.gforge.inria.fr/doc...