Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2017-02-09 Martin Quinsonsome cosmetics to please sonar
2017-02-08 Martin Quinsoncosmetics
2017-02-07 Martin Quinsonmore info to the user.
2017-02-07 Martin Quinsonbe even more informative to the user
2017-02-07 degommesort output of test
2017-02-07 degommetry to fix build for gcc 7
2017-02-07 Martin Quinsonand now fix NS3 builds, bummer
2017-02-07 Martin Quinsoncosmetics
2017-02-07 Martin Quinsonsmpirun: gracefuly handle the case where the user forge...
2017-02-07 Martin Quinsonfix lua builds
2017-02-07 Martin Quinsoncosmetics
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-02-06 Martin Quinsonrename an option and improve its doc: maxmin/concurrenc...
2017-02-06 Martin Quinsontest that joining a terminated process still works
2017-02-06 Martin QuinsonThis test requires concurrency_limit to 100 (but works...
2017-02-05 Martin Quinsonchange the default value of maxmin/concurrency_limit...
2017-02-05 Martin Quinsonmake this file usable with smpi
2017-02-04 Martin Quinsonuse NAS/ep as an example of SMPI_SHARED_MALLOC and...
2017-02-03 Martin Quinsoncosmetics
2017-02-02 Martin Quinsonplug a huge memleak that I created while optimizing...
2017-02-02 Martin QuinsonDon't specify RuntimeExceptions in throws clauses
2017-02-02 Martin Quinsonplease sonar by marking C functions as such
2017-02-02 Martin Quinsonplease sonar by writing lighter C++ code
2017-02-02 Martin Quinsonimprove the doc of the context factories
2017-02-01 Martin QuinsonFix MC builds, bummer
2017-02-01 Martin Quinsontry to speed up some some traversals
2017-02-01 Martin QuinsonNew callbacks: simgrid::s4u::onSimulationEnd (right...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-02-01 Martin Quinsonyeah, eclipse. Whatever
2017-02-01 degommeAdd some missing types for MPI operators.
2017-02-01 Martin Quinsonoptimize this vector traversal
2017-02-01 Martin Quinsontry to gather more info on this error situation
2017-02-01 Martin QuinsonComment a particularly ... inventive code path
2017-02-01 Martin Quinsonfix NS3 builds
2017-02-01 Martin Quinsoncosmetics
2017-02-01 Martin Quinsondon't malloc tons of dynars in mpi_waitany
2017-01-31 Martin Quinsonlet the users know about config changes concerning...
next