Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reintroduce a SD_READY state, which now means "ready" in a scheduling
[simgrid.git] / src / simdag / sd_global.c
2010-06-14 suterReintroduce a SD_READY state, which now means "ready...
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-11 suterchange the return type of SD_simulate
2010-06-11 suterChange the way a task is considered as ready
2010-04-25 mquinsonFix copyright headers
2010-03-30 mquinsonRename configuration variables *_model into */model...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-05 mquinsonFix copyright headers in simdag
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-07 alegrandFix the bug raised by Benjamin Depardon.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
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-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
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-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...
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-08 thieryUse malloc instead of calloc
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-12 alegrandModify SD_task structures so that get_start_time, get_f...
2006-07-10 thieryThis function could be useful.
2006-07-07 thieryUse action_free to free the actions
2006-07-06 thieryRemove a huge memory leak
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-29 thieryForgot to remove some debug information
2006-06-29 thieryOptimize SD_simulate and fix bugs
2006-06-28 thieryFinish SimDag documentation
2006-06-27 thieryAdd a state SD_READY to the tasks to optimize SD_simulate
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 thieryDetect when a task reaches a watch point.
2006-06-23 thieryUse swags to handle task states and change structure...
2006-06-21 thieryImplement SD_task_schedule, SD_task_unschedule and...
2006-06-20 thieryRemove field name from strucure SD_link_t.
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-19 thieryImplement link names in SimDag.
2006-06-19 thieryAdd a function get_available_speed in Surf workstation...
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.