Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Quick verif to know if elements src and dst are found when set route.
[simgrid.git] / src / simdag / sd_global.c
2011-04-22 NavarropAdd ns3 level to libraries.
2011-04-18 Martin Quinsondoxygen_error--
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe ThiéryLibs created in surf_init should be destroyed be surf_exit
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschReplace, when possible, calls to bprintf() by calls...
2011-03-24 navarropfree libs at the right moment.
2011-03-24 navarropUse correct function to free element.
2011-03-24 navarropRemove host_lib, link_lib and as_router_lib from SD_exi...
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove xbt_dict_t links from struct SD_global.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-02-17 agierschUse new style logging macros.
2011-02-09 sahuadded jedule output to SimDAG
2011-02-09 sahujedule binding to SD started
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-13 navarropNow tag config is available.
2010-12-13 schnorr[trace] remove the function that was used to save the...
2010-12-06 schnorr[trace] end must be called while surf configuration...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 suterwhine if tasks stay unexecuted at the end of the simulation
2010-12-01 alegrandFix doc
2010-11-23 schnorrSD_init and SD_exit call TRACE_start/end if tracing...
2010-10-19 navarropRevert of Lucas commit. All tests were broken.
2010-10-19 schnorrlet user decide to use other models with simdag if...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-10-08 alegrandEnable using other workstation models than ptask_L07...
2010-08-04 coldpeaceadd SD_load_environment_script function to Simdag Module
2010-06-17 suterAdd stuff to make compute tasks schedulable.
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
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.
next