Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This computation was incorrect and actually prevented this case to happen.
[simgrid.git] / src /
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 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 degommePlease sonar.
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 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 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 degommeSeparate boolean from others, as gcc > 6 complains...
2017-02-12 degommeAdd a few extra layers of macros, to save some lines...
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-12 degommeplease clang
2017-02-12 degommeAdd a way to ensure MPI_Accumulate are applied in order...
2017-02-12 degommeadd MPI_Reduce_scatter_block support for MPI_IN_PLACE
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 degommereplace failing algo with a new version from mpich
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 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 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-05 Martin Quinsonchange the default value of maxmin/concurrency_limit...
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 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...
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-28 Martin Quinsonadapt simcall.py to recent code reorg in MC
2017-01-28 Martin Quinsonour semaphore cannot be unlimited since GRAS is gone...
2017-01-27 Martin Quinsonjava: kill obscure NativeException
2017-01-26 Martin QuinsonMake MSG_process_yield visible from java, and test it
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-26 Martin Quinsonfix a memleak in Java VM when the used did not manually...
2017-01-26 Martin QuinsonMC: cosmetics
2017-01-25 Martin QuinsonMC: comment, rename stuff, don't change anything profund
2017-01-25 Martin Quinsonreduce the amount of mallocs and use space on the stack
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-23 Matthieu Volatdarwin: (preliminary) memory mappings + smpi variable...
2017-01-23 Matthieu VolatFix a typo in smpirun.
2017-01-23 Augustin Degommeremove weird blank characters
2017-01-22 Martin Quinsoncosmetics
next