Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add update mechanism for cpu instead of cpu_model name.
[simgrid.git] / src / surf / maxmin.c
2011-12-08 Arnaud GierschKill duplicated macro.
2011-12-08 Arnaud GierschUse xbt_swag_reset wherever possible.
2011-12-08 Arnaud GierschRemove redundant assignment in lmm_solve.
2011-12-07 Arnaud GierschThose are constraints, and not elements.
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-05 Arnaud GierschFix the fixme.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-03 thieryOptimization of the lmm_variable_t mallocator
2011-02-02 thieryLarge-scale simulations need bigger mallocators
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-11-10 alegrandImprove debugging and fix a broken test that was only...
2010-10-11 alegrandIndent include and src using this command:
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-08-09 schnorrfullduplex support
2010-04-25 mquinsonFix copyright headers
2010-03-12 mquinsonWarn when there is some remaining actions in the system...
2010-01-28 donassbrAvoid adding elements to active_element_set when the...
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
2009-11-20 mquinsonMark two more functions as inline in supernovae, and...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-10 mquinsondon't trust gcc for cleaning your code after you. he...
2009-11-04 donassbrRemove old code and useless code.
2009-08-27 donassbrRemove unnecessary changes at maxmin.c.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-14 mquinsonone more comment
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-02-24 alegrandFix the bug on MSG_task_put_bounded raised by Fredo...
2008-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-10-16 velhoRevert "Added a get Df function in order to implement...
2008-10-14 velhoAdded a get Df function in order to implement beta...
2008-07-14 alegrandDon't be a sissy! Abort when there is something wrong.
2008-06-24 alegrandFix the bug raised by Tchimou.
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-16 alegrandYet another harmless optimizations
2008-06-16 alegrandHarmless optimization
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2007-12-20 mquinsonThis file needs stdio.h for sprintf (it could use bprin...
2007-10-16 alegrandImprove debug readability.
2007-08-14 alegrandhandle 0-size tasks.
2007-08-10 alegrandreindent.
2007-08-01 alegrandjust warn me when a value is weird. This is just a...
2007-07-26 alegrandfunc_f and func_fp need to be provided. This is weird...
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 velhoCleanups and cosmetics
2007-07-19 alegrandDebug cosmetics.
2007-07-19 alegrandmoving lagrange functions for Vegas and Reno to their...
2007-07-18 alegrandRemoving bugs and changing verbosity.
2007-07-18 velhoDebuging surf Reno and Vegas with lagrange optimization...
2007-07-13 velhoBug corrections: i) boundless variables wasn't detected...
2007-07-02 velhoAdded the generic method to model fairness depending...
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 velhoAdded the update for the Df parameter (lmm_variable_t...
2007-02-14 velhoImproved debbugging information.
2007-02-01 alegrandGlups. Second bug of the week on FATPIPES in the maxmin...
2007-01-24 alegrandStupid me! Bug fix in the maxmin algorithm (occurs...
2007-01-19 velhoMaking lmm_print public.
2006-10-11 dutotThanks Arnaud for allowing me to increase my commit...
2006-08-31 alegrandSome values were close to 0 instead of equal to 0,...
2006-08-27 mquinsonNo need to memset what we will free one line afterward
2006-08-09 thieryUse malloc instead of calloc because reset_f is called...
2006-08-08 thieryUse a mallocator for Surf variables
2006-07-19 mquinsonTypo (?)
2006-07-19 alegrandadd more debugging
2006-05-18 alegrandSanitize channel naming convention
2006-04-24 alegrandBug correction.
2006-04-24 alegrandAdding debuging informations
2006-03-27 alegrandAdding convenient functions and traces for debuging
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-07-25 alegrandExtending the maxmin solver to take into account shared...
2005-07-25 alegrandhelp readability
2005-07-22 alegrandtrivial API extension of the maxmin solver
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-01 alegrandbugfix... I'm so pissed off to keep finding bug in...
2005-01-19 alegrandBugfix... I had forgotten to reorder elements when...
2005-01-14 alegrandFinding this damn fucking bug took me an inordinate...
2005-01-10 alegrandAdd two convenient functions
2004-12-31 alegrandMem leak hunting!
2004-12-29 alegrand*** empty log message ***
2004-12-18 alegrandThis function has been accidentally deleted in the...
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-14 alegrandSorry for those stupid assert.
2004-12-12 mquinsoncosmetic
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-09 alegrandBug fix + handling of variables with a weight equal...
2004-12-09 alegrandMore explicit names
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 alegrandAdd lmm_get_var_from_cnst
2004-12-07 alegrandIf a system has not been modified between two successiv...
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-29 alegrandFailures now taken into account. Need to write clean...
2004-11-29 alegrandOK, now clean structures are used for my objects. Forge...
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
next