Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use more consistently the resource create of models, killing some useless/borken...
[simgrid.git] / src / surf / cpu_ti.c
2011-10-20 Martin Quinsonuse more consistently the resource create of models...
2011-10-20 Martin Quinsonmerge branches
2011-09-16 Christophe ThiéryFix a uninitialized variable warning and simplify surf_...
2011-09-15 Martin Quinsonlet this code compile without warning
2011-09-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-09-15 NavarropUse C style dichotomy instead of CAML style dichotomy. :)
2011-09-15 NavarropBug fix raised by warnings (variable set but never...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove old function surf_model_resource_by_name.
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryUse a mallocator for the Surf actions
2011-01-21 navarropCorrectly set callbacks for tags.
2010-12-02 alegrandStart handling the core attribute (store in cpu.c and...
2010-10-11 alegrandIndent include and src using this command:
2010-07-23 coldpeaceadda new callback(add_traces) to the CPU models
2010-07-23 coldpeacedeclare create_resource callback for other CPU models
2010-04-25 mquinsonFix copyright headers
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-16 donassbrBugfix: Initialize variable and remove from heap when...
2009-11-04 donassbrChanges implementation of CPU TI. Now, it uses the...
2009-11-04 donassbrAdd 2 tests to handle problems when using timesteps...
2009-09-11 donassbrRemove FIXME.
2009-09-09 mquinsonMove a DEBUG request to avoid printing uninitialized...
2009-09-09 donassbrAdd support to periodicity = 0 to new model with trace...
2009-09-09 donassbrAdd new level "-1" with the exact trace strucuture.
2009-09-04 donassbrImplement use of mean when setting the first level...
2009-09-04 donassbrSolve rroblem when iteration over chunks.
2009-09-01 donassbrFix calcul of solve integral.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...