Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document an ugly pimple in the code that were added for autorestart to work
[simgrid.git] / src / surf / cpu_ti.c
2012-06-28 navarroCreate a dict with all hosts with state SURF_RESOURCE_O...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-08 jbrvModify structures to support different sources of avaib...
2012-05-10 navarroPrepare network.c and cpu_cas01.c for net and cpu merge.
2012-03-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-14 Martin Quinsonfactorize some more code so that supernovae works again
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-16 NavarropCosmetics
2011-12-16 NavarropCleanups suggested by eclipse.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Martin Quinsonfurther parser cleanups
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin Quinsonfix the last broken tests by sanitizing the way propert...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonensure that the create_resource functions do call strdu...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
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...