Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonmake the C and Fortran interfaces of SMPI as extern...
2017-02-15 Martin Quinsonexclude some more sonar checks on generated files
2017-02-15 Martin Quinsonmake some C functions as such to please sonar
2017-02-15 Martin Quinsonnew callback: s4u::onTimeAdvance
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-15 Martin Quinsonput all of the host_energy plugin in one file only
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-15 Martin Quinsonadd NetworkAction::links(), similar to CpuAction::cpus...
2017-02-15 Martin Quinsonkill dead code
2017-02-15 Frederic Suterfix tiny typo
2017-02-15 degommeRevert "Store this size in a fixed sized, as potentiall...
2017-02-15 degommeStore this size in a fixed sized, as potentially this...
2017-02-15 degommeThis computation was incorrect and actually prevented...
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutertoying with this mess of a code
2017-02-14 Frederic Suterbackport
2017-02-14 Martin Quinsondocument cruft
2017-02-14 Martin QuinsonDon't hide the cruft, even to please sonar. Document...
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-14 Martin Quinsonsonar: disable rule cpp:PPStringifyAndPastingUsage
2017-02-14 degommePlease sonar.
2017-02-14 degommelet's not used global variables for the sake of it...
2017-02-14 degommeManually privatization of mpich tests when needed ...
2017-02-14 degommeIf sonar doesn't like const_cast, then remove the const.
2017-02-14 Frederic Suterget rid of sd_workstation.cpp
2017-02-14 Martin Quinsonfix ns3 builds
2017-02-14 Martin Quinsontell sonar that we will never put our C wrappers in...
2017-02-14 Martin Quinsonimprove the changelog
2017-02-14 Martin Quinsoncomplete a bit the C wrapper of s4u::Host
2017-02-14 Martin Quinsoncosmetics
2017-02-14 degommeFactorize smpi*_f2c, smpi_*c2f and other f77 calls
2017-02-14 degommegeneralize previous type patch
2017-02-14 degommeThat was added at some point because we couldn't comply...
2017-02-14 degommeactivate some MPI 2.2 tests in fortran
2017-02-14 degommeAdd support in fortran for user added MPI operations
2017-02-14 degommeseparate c2f and type creation. That was a bug (and...
2017-02-13 Martin Quinsonplease sonar by removing 2 redundent forward declaration
2017-02-13 Martin Quinsonmove MailboxImpl to kernel::activity where it belongs
2017-02-13 Martin Quinsoncosmetics
2017-02-13 Martin Quinsonalign the Link callbacks with the ones of Host
2017-02-13 Martin Quinsonmove the Link signals to s4u
2017-02-13 degommeFix for [#136] on github.
2017-02-13 degommesonar found these potential issues .. why not.
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 degommeHopefully the last vars to manually privatize here
2017-02-12 degommemanually privatize one mpich test (just for netbsd...
2017-02-12 degommejust forgot to change half of the values I needed to...
2017-02-12 degommeSeparate boolean from others, as gcc > 6 complains...
2017-02-12 degommewe can stop lying here, we handle these
2017-02-12 degommeAdd a few extra layers of macros, to save some lines...
2017-02-12 degommereduce size of some tests, to save some time
2017-02-12 Martin Quinsonincrease a timeout that fires on me from time to time
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-12 degomme...
2017-02-12 degommewarning --
2017-02-12 degommeTry to fix mpich tests on systems without privatization
2017-02-12 degommetry to please 32 bits systems
2017-02-12 degommeplease clang
2017-02-12 degommefix dist n°37
2017-02-12 degommeUpdate topo
2017-02-12 degommeAdd a way to ensure MPI_Accumulate are applied in order...
2017-02-12 degommeUpdate RMA tests
2017-02-12 degommeUpdate perf
2017-02-12 degommeUpdate init
2017-02-12 degommeUpdate info
2017-02-12 degommeUpdate group
2017-02-12 degommeFix dist
2017-02-12 degommeUpdate datatype mpich tests
2017-02-12 degommeUpdate attr tests
2017-02-12 degommeActually tell the testsuite that we are claiming to...
2017-02-12 degommeadd MPI_Reduce_scatter_block support for MPI_IN_PLACE
2017-02-12 degommeWe never supported this one, but it was doing nothing...
2017-02-12 degommeLet's pretend we support MPI 2.2.
2017-02-12 degommedon't go looking for something that does not exist.
2017-02-12 degommefix reduce_scatter in place
2017-02-12 degommeSupport MPI_IN_PLACE in MPI_Alltoall, MPI_Alltoallv...
2017-02-12 degommewarnings
2017-02-12 degommeAdd MPI_Comm_group_create ... which is basically MPI_Co...
2017-02-12 degommeUpdate mpich comm tests
2017-02-12 degommereplace failing algo with a new version from mpich
2017-02-12 degommeUpgrade coll mpich testlist to new mpich
2017-02-12 degommeoops
2017-02-12 degommeUpdate mpich pt2pt tests
2017-02-12 degommeUpdate mpich test files.
2017-02-12 degommefix some potential memory issues with _block MPI datatypes
2017-02-12 degommeAdd MPI_Type_size_x call
2017-02-10 Martin Quinsoneasily please sonar
2017-02-10 Martin Quinsonsplit simix::MailboxImpl to its own files
2017-02-10 Martin Quinsonrename simix::Mailbox to simix::MailboxImpl for sake...
2017-02-10 Martin Quinsonrename a header file now that it's clean
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-10 Martin Quinsoncosmetics
2017-02-10 degommeignore new lib for freebsd (used by libevent)
2017-02-10 degommesome captured params for llambda were unused, triggerin...
2017-02-10 Martin Quinsonexplicitly capture some other callback's scopes
2017-02-10 Martin Quinsongosh, sonar still chokes on this single function. Bette...
2017-02-09 Martin Quinsonsonar complains that these cases are redundant. Fair...
2017-02-09 Martin Quinsonexplicitly capture the variables to please sonar
next