Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore all sanitizers
[simgrid.git] / src /
2016-06-25 degommeignore all sanitizers
2016-06-25 Martin QuinsonMC: ignore the library of gcc's sanitizer
2016-06-24 Gabriel Corona[simix] Use Task instead of std::package_task for timer...
2016-06-24 degommetypo
2016-06-24 degommeThis model can't handle 0 sized msg with 0 computation
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-24 Frederic Sutersmells--
2016-06-24 Martin Quinsontry to please sonarqube on that loop
2016-06-23 Frederic Suterchase a few more rules
2016-06-23 adfaure[s4u] fix s4u::ConditionVariable::wait_for() return...
2016-06-23 Gabriel CoronaFix compilation of MC
2016-06-23 Frederic Sutermodifiers in right order
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel CoronaMerge get-pid
2016-06-22 adfaure[s4u] add this_actor::getPid()
2016-06-22 Gabriel Corona[simix] Fix extern 'C' error from clang
2016-06-22 Gabriel Corona[s4u] Register function names
2016-06-22 Gabriel Corona[simix] More generic mapping between function name...
2016-06-22 Gabriel Corona[s4u] .notify_one() instead of .notify()
2016-06-22 Christian Heinrich[SMPI] Use lambda function for sorting
2016-06-22 Martin Quinsonimprove a comment
2016-06-22 degommehave tests passing without smpi
2016-06-21 degommetry to cleanup sleep
2016-06-21 Gabriel Corona[s4u] Actor::forPid()
2016-06-21 Gabriel Corona[simix] Do not deadlock when joining a process which...
2016-06-21 Martin QuinsonRemove exception specifications
2016-06-21 Gabriel Corona[s4u] ConditionVariable, implement missing wait methods
2016-06-21 Gabriel Corona[s4u] Make wait_for return a std::cv
2016-06-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-21 Gabriel Corona[s4u] Use unique_ptr in ConditionVariable (like the...
2016-06-20 degommetry to prevent 32 bits systems from crying
2016-06-20 Martin Quinsonsmall improvments advised by sonar
2016-06-20 degommeFix the way reading of the smpi correction factors...
2016-06-20 degommeFix bug in timing injection. Smallest value were ignored...
2016-06-20 degommeWhy would we use double for the size here ? Weird.
2016-06-20 Martin Quinsondon't return void values
2016-06-20 Gabriel Corona[simix] Avoid useless mutex increment
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin Quinsonkill dupplicates
2016-06-19 Martin QuinsonFix a warning in javadoc that turns into an error on...
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-06-18 degomme*** macos
2016-06-18 degommefix compilation on macos and with MC
2016-06-18 degommeWe add a ref directly at creation, so start at 0. Leaks --
2016-06-18 degommeleak --
2016-06-18 degommeWe intercept sleep, usleep and gettimeofday. Add clock_...
2016-06-18 degommeprint the right walue here
2016-06-18 degommeFix bug : limiter_link was not read as a bandwidth...
2016-06-17 degommemaintainer mode pass, to add dragonfly topology
2016-06-17 degommewarnings --
2016-06-17 degommeDocument the Dragonfly cluster
2016-06-17 degommeHave Dragonfly use only one link with n times the bw...
2016-06-17 degommeBugfixes in dragonfly routing
2016-06-17 degommeAdd loopbacks and limiters for dragonfly
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Christian Heinrich[XBT] Remove unused code
2016-06-17 Christian Heinrich[SMPI] Add XBT_ATTRIB_UNUSED to prevent OSX compilation...
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Martin Quinsonkill an unused static global
2016-06-17 Gabriel Corona[simix] Add a `run_blocking` simcall and simix::kernelSync
2016-06-17 Martin Quinsonrename some methods of s4u::Host
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Christian Heinrich[XBT] Fix array indices in memory_map.cpp
2016-06-17 Christian Heinrich[XBT] Add/fix some comments in memory_map.cpp
2016-06-17 Christian Heinrich[SMPI] Remove function declaration from smpi_bench.cpp
2016-06-17 Christian Heinrich[SMPI] Replace some #define with static const variables.
2016-06-17 Christian Heinrich[SMPI] Added a \todo item for further changes.
2016-06-17 Christian Heinrich[SMPI] Replace some xbt_abort with xbt_die + error msg
2016-06-17 Christian Heinrich[SMPI] die() if memory map is not readable.
2016-06-17 Christian Heinrich[SMPI] Indentation / cosmetics in smpi_base.cpp
2016-06-17 Christian Heinrich[SMPI] Move definition of macro TOPAGE to private.hpp
2016-06-17 Christian Heinrich[SMPI/MC] Use std::strlen() instead of manual counting.
2016-06-17 Christian Heinrich[SMPI] Renamed smpi_c99.cpp to smpi_static_variables.cpp
2016-06-17 Martin Quinsonsmall cleanups in s4u::hosts: improve doc, kill useless...
2016-06-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-17 Frederic Suterreduce Java debt (endless wip)
2016-06-16 adfaure[simix] Refcounting with SIMIX_cond_{ref,unref}()
2016-06-16 Gabriel Corona[simix] Add warning about atomic operations
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Group simcall_process_create()
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Create actors by value (instead of new()-ing...
2016-06-16 Gabriel Corona[simix] Refcounting with SIMIX_{process,mutex}_{ref...
2016-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-15 Gabriel Corona[s4u] Use simix simix::Mutex refcount support for s4u...
2016-06-15 Gabriel Corona[simix] Add refcount to Process
2016-06-15 adfaure[s4u] add mutex
2016-06-15 Gabriel Corona[simix] Fix refcount in Mutex
2016-06-15 Christian HeinrichRevert "[SMPI] Fix wrong return value in MPI_Testany."
2016-06-14 degommefix build with MC but without SMPI
2016-06-14 Martin Quinsontiny doc formating improvement
2016-06-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-14 Christian Heinrich[SMPI] Update notice in smpirun.in for cluster tags.
2016-06-14 Christian Heinrich[SMPI] Fix wrong return value in MPI_Testany.
2016-06-14 Christian Heinrich[SMPI] Remove outdated comment.
2016-06-14 Christian Heinrich[SMPI] Cosmetics in smpi_base.cpp
next