Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / simdag / sd_task.c
2011-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-20 Martin Quinsonsetup a mallocator for the simdag tasks. The gain is...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Martin QuinsonPerformance boost by using a swag internally in SD_simulate
2011-04-18 Martin Quinsonfurther doxygen fixes (I'll try to stop for today)
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-09 sahuadded jedule output to SimDAG
2011-02-09 sahujedule binding to SD started
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 quintin[simdag/dax] the function which details the task inside...
2010-12-01 agierschFix a memory leak in SD_task_schedule.
2010-11-10 alegrandRate should be -1 and not 0... This caused TCP_gamma...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-07-07 quintinDelete the dependencies with stdio in simdag.h. Correct...
2010-07-01 quintinthe comment of some lines add a bug in the execution...
2010-06-17 suterAdd stuff to make compute tasks schedulable.
2010-06-15 mquinsonfix format
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
2010-06-14 suterWhen a transfer is auto-scheduled, it should now be...
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 way a task is considered as ready
2010-06-04 navarropUse a portable inline and declare variables at the...
2010-05-10 suterIn SD_SEQUENTIAL_ACCESS_MODE, when we check if all...
2010-04-25 mquinsonFix copyright headers
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-03-30 mquinsonfix SD_task_get_execution_time() when communication...
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-01 mquinsondon't free scheduling data of typed tasks
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2010-02-04 mquinsonin function SD_task_get_execution_time, return a time...
2010-02-04 mquinsonImprove documentation after discussion with FS
2009-10-15 mquinsonplug various memleaks
2009-10-14 mquinsonI really need this to be printed as an int to fit DOT...
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-06 mquinsonAutomatically schedule E2E comms placed before and...
2009-10-06 mquinsonSimplify the code of typed tasks in simdag by allocatin...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonalso display the kind of a task if known from SD_task_d...
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-05 mquinsonFix copyright headers in simdag
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
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 mquinsonFactorize some code in SURF
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-07 alegrandFix the bug raised by Benjamin Depardon.
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-14 alegrandA simple communication may also be from a host to itself...
2007-08-10 alegrandUse simple communications and computations whenever...
2007-03-05 alegrandAdding convenient function for Fred Suter
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
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-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-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-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 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 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-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-16 thieryUpdate workstation handling in SimDag. Change the prefi...
next