Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / simix / smx_global.c
2013-01-30 Arnaud GierschMerge branch 'v3_9_x'
2013-01-30 Arnaud GierschMerge remote-tracking branch 'github/master'
2013-01-30 Paul BédarideMake MSG use SIMIX pids
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMove config from surf to simgrid
2012-12-03 Arnaud GierschDefine inline functions in header file (again).
2012-11-30 shensheiMerge ../simgrid
2012-11-30 shensheiNew simcalls work
2012-11-28 paul bedarideAdd macros to generate simcalls code
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Martin Quinsoncomments, debugs and other minor glitches
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-12 navarroCompilation with warning flags
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-02 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-02 Martin QuinsonEnsures that SIMIX_clean is called automatically
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-06 navarroAdd a simcall for as and router property
2012-08-03 Jean-Baptiste HervéPlatform generation can now be used with MSG
2012-07-22 Martin QuinsonAdd some support to bench the sequential and parallel...
2012-07-22 Martin Quinsonuseless tiny cleanups that should be done all over...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-06-28 navarroAdd the function autorestart in simix_global
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-15 Arnaud LegrandSet up documentation for simix
2012-05-14 Martin Quinsonadd a short proof of corectness. should work too
2012-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-14 Martin Quinsonargument why parallel execution don't jeopardize reprod...
2012-04-27 Arnaud GierschCosmetics: a switch..case is clearer here.
2012-04-26 Arnaud LegrandThis function has no reason to go public.
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandMake sure that kill simcalls are processed (with SIMIX_...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschCosmetics: sort calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-03-28 Arnaud GierschRemove references to undefined log categories.
2012-03-27 schnorrcosmetics, fix indentation
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-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
2012-01-19 Christophe ThiéryA for was a bit too much here. It should be readable...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe ThiéryExport SIMIX_rdv_remove and fix debug messages
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-25 Martin Quinsondocument generic configuration variables (and fix MC...
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-19 Christophe ThiéryMake simix_timers NULL so can SIMIX_init works if calle...
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 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-09 Christophe ThiéryFix possible crashes and leaks with dsends during proce...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-14 Christophe ThiéryIn case of failures, a process may become runnable...
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-05 Arnaud GierschDo not call surf_solve() when there is nothing to run.
2011-09-08 Arnaud LegrandImprove debugging messages when dispaying the status...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-26 Christophe ThiéryImprove what SIMIX_display_process_status() says.
2011-07-25 Christophe ThiérySIMIX: clean the processes trash after each scheduling...
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-05-05 Arnaud GierschDo not run an empty process list.
2011-04-11 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrif deadlock, close trace file so it may help to find...
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 piniimplement quiet exit (fixes #10045)
2011-03-29 marc fuentesimplement quiet exit (fixes #10045)
2011-03-24 navarropUse correct function to free element.
2011-03-24 navarropRemove xbt_dict host from simix.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-03-02 cristianrosaBugfix: do not hardcode the number of workers in the...
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschFree mallocator for SIMIX actions on exit.
2011-02-10 cristianrosaShow also the sub-scheduling rounds.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
next