Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
(wip) Move the MCed public API in the same file
[simgrid.git] / src / surf /
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2015-02-02 Gabriel CoronaEnable C++11
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-13 Gabriel CoronaFix small leak in NetworkIBModel::NetworkIBMode()
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-17 Augustin DegommeAdd option to configure the factors used for IB model
2014-10-16 Augustin DegommeChange verbosity of debug messages
2014-10-16 Augustin DegommeAdd a new Infiniband network model, based on the works...
2014-10-16 Augustin DegommeAdd a safe version of lmm_get_var_from_cnst to avoid...
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-15 Martin QuinsonI'm not sure of why flexml generated a different flex...
2014-09-23 Augustin Degommeuse _XBT_GNUC_UNUSED instead of previous buggy fix.
2014-09-23 Augustin DegommeRevert "Don't use variables only for asserts."
2014-09-22 Augustin DegommeDon't use variables only for asserts.
2014-09-19 Augustin Degomme[xbt/surf] Change the costly heapremove+heapinsert...
2014-09-12 Augustin DegommeFix issue with precision in 394ea1fb (on 32 bits platfo...
2014-09-11 Augustin DegommeFix bug in lmm_solve, which triggered incorrect die_imp...
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-28 Augustin Degommebring back network model updateActionsStateFull functio...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 Augustin DegommeLoopback was not correctly used in fat tree clusters.
2014-08-11 Paul BédarideAdd vm tesh
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-24 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-24 Paul BédarideAdd test for host on off and some fixes
2014-07-17 Augustin Degommefabien's work on surf
2014-07-07 Paul BédarideXml platform cleaning teshsuite/msg
2014-07-01 Paul BédaridePath relative to xml directory works
2014-06-30 Paul BédarideXml platform cleaning examples/msg/ns3
2014-06-30 Paul BédarideFix ns3
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-26 Augustin DegommeChange send/isend simcalls to add a new parameter ...
2014-06-20 suterdoc is whining +indent
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-16 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-16 Stéphane CastelliSome boilerplate around IB networking
2014-06-16 Stéphane CastelliUninstall recently added manpages
2014-06-11 Paul BédarideNetwork::shareResourcesFull revival
2014-06-10 degommetorus should provide better results if latency is taken...
2014-06-04 scastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-04 scastelliSome minor documentation fixes
2014-06-04 Takahiro Hirofuchifix spell and remove trailing space
2014-06-04 Takahiro HirofuchiMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-04 scastelliIs seems as right as before, only shorter
2014-06-04 scastelliSome documentation to NetworkModel.
2014-06-02 Arnaud GierschMake xbt_free a function-like macro.
2014-05-30 suterchange the dict in which parsed properties are stored...
2014-05-30 suterchased tabs while looking for a leak
2014-05-30 Stéphane CastelliVery minor removal of unnecessary comments
2014-05-28 Paul BédarideFix bug windows msg-file
2014-05-28 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-28 Stéphane Castellidoc++
2014-05-28 Stéphane Castellileak--
2014-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-27 sutercomment a part that leads to suspect behaviors. write...
2014-05-27 suterprinting path and not fullpath
2014-05-27 suterbummer, no file descriptor yest in open function
2014-05-27 sutermore information in debug mode
2014-05-27 suterchanging type of offset parameter in file_seek from...
2014-05-27 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-27 Stéphane CastelliLoopback links properly added to fat trees.
2014-05-27 Stéphane CastelliAdd limiter and loopback link support in fat trees
2014-05-27 Augustin Degommeadd rule to handle case where we want a route to router...
2014-05-27 Augustin Degommefix error message
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-26 Stéphane CastelliFix a compilation error regarding logging and strings...
2014-05-26 Stéphane CastelliLots of bugfixes for the fat trees, it should at least...
2014-05-26 Stéphane Castellismall cosmetics to AsClusterFatTree::generateDotFile()
2014-05-26 Stéphane CastelliFix some bugs in fat trees
2014-05-23 suterleak--
2014-05-23 suterThrow an exception only when it's really not implemented
2014-05-20 Arnaud GierschFree powerPeak which is unused here.
2014-05-19 Paul BédarideUse boost::intrusive in CpuTi
2014-05-16 degommemove a declaration. Should fix compilation bug on MacOS X .
2014-05-16 degommeFix compil without tracing, which was broken multiple...
2014-05-16 Paul BédarideRevert "Replace xbt_heap by boost::heap::fibonacci_heap"
2014-05-16 Paul BédarideReplace xbt_heap by boost::heap::fibonacci_heap
2014-05-16 Paul BédarideRemove unnecessary casts
2014-05-16 Paul BédarideUnify models apis
2014-05-14 Stéphane CastelliFat trees may actually be used
2014-05-14 Stéphane CastelliAdd a routing for fat trees
2014-05-13 Stéphane CastelliThe tag cluster accepts the topology fat_tree
2014-05-13 Stéphane CastelliAdd a function returning an instance of fat tree
2014-05-12 Henri CasanovaMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-12 Arnaud GierschFix dead assignments.
2014-05-12 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-12 Stéphane CastelliFix use of wrong variable
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-07 Stéphane CastelliFix warning introduced by previous commit
2014-05-07 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-07 Stéphane CastelliCompletion of the routing for fat trees
2014-05-07 Stéphane CastelliAdd some routing for the fat trees
2014-05-06 Augustin Degommetypo --
2014-05-06 Augustin Degommeadd MSG_get_as_by_name call, answering [#17311]
2014-05-06 Paul BédarideFix tesh-simdag-flatifier
2014-05-06 Stéphane CastelliCorrections to fat trees, set the size of connection...
next