Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill more references to GRAS.
[simgrid.git] / src / simix / smx_host.c
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-07-03 Arnaud GierschFix memory leak.
2012-06-28 Samuel LepetitFix in SIMIX_host_add_auto_restart_process
2012-06-28 Samuel LepetitFix an issue in process autorestart
2012-06-28 navarroAdd the function autorestart in simix_global
2012-06-28 Samuel LepetitAdd SIMIX_host_restart_processes
2012-06-28 navarroCreate a dict with all hosts with state SURF_RESOURCE_O...
2012-06-28 Arnaud GierschTest for failed host is wrong for parallel tasks.
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-21 Samuel LepetitCheck if the host is down after a execute in SIMIX_exec...
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Samuel LepetitDon't give control back to user after a process is...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitFix issue when a host failed while executing a task...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-05 Martin Quinsonavoid double free issues when on host failure+process run
2012-06-05 Martin QuinsonBug fixes around the resource failures in Simix
2012-05-22 Frederic Suterthe "amount" field leads to weird behaviors when dealin...
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandFix a very old typo...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-02-13 Arnaud GierschAvoid to throw an exception, and catch it just below.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Christophe ThiéryMake MSG_TASK_CANCELLED deprecated, replace it by MSG_T...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryThe impossible might be possible sometimes, actually
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryWith optimizations, gcc 4.6 warns about clobbered variables
2011-10-20 Martin Quinsonmerge branches
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 navarropReimplement SIMIX_host_get_dict.
2011-03-24 navarropRemove xbt_dict host from simix.
2011-02-17 agierschUse new style logging macros.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-27 cristianrosaMake SIMIX_req_host_execution_wait to also destroy...
2011-01-27 cristianrosaReturn action state on SIMIX_req_host_execution_wait().
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2010-12-20 cristianrosaBugfix: return after answering the request when running...
2010-12-20 cristianrosaProtect some host execute functions in the case that...
2010-12-07 schnorr[trace] only set category of the surf action if simix...
2010-12-07 schnorr[trace] there is no need to set surf actions category...
2010-12-07 schnorr[trace] check action type before setting its tracing...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-03-22 mquinsontiny improvement of error messages
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
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-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 alegrandReindent!
2007-07-08 mquinsonMore verbose on exception throwing (java still raises...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-01 donassbrCopyright corrected.
2007-03-01 donassbrSimix Initial structure