Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
save some more lines
[simgrid.git] / src /
2017-02-23 degommesave some more lines
2017-02-23 Frederic Sutersmells and bugs
2017-02-23 Martin Quinsonchange a 'use after free' into a leak. For now
2017-02-23 Augustin Degommeoops
2017-02-22 degommeAt this point of the program simgrid values are not...
2017-02-22 degommesomehow off_t is not enough there, and ends up being...
2017-02-22 degommeThis should be an off_t (breaks some 32 bits systems)
2017-02-22 degommeTry to get rid of some old and weird way of doing thing...
2017-02-22 degommeMacOS mappings were 1 byte off, preventing extension...
2017-02-22 Martin Quinsoncomment to explain what's going on
2017-02-22 Martin Quinsondoh, I broke SMPI
2017-02-22 Martin Quinsonput MsgActorExt in a namespace
2017-02-21 degommeProtect access to remote process list of rma requests...
2017-02-17 Martin Quinsonstatic inline are the modern macros
2017-02-17 Frederic Suterforgot one include
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic SuterFriday smell chase
2017-02-17 Frederic Suterdo not test equality on double
2017-02-17 Frederic Suterplease sonar there
2017-02-16 Augustin Degommetypo --
2017-02-16 Augustin Degommewarning --, and ignore map_populate when not implemente...
2017-02-16 Martin QuinsonImplement a new algorithm for SMPI_SHARED_MALLOC: global
2017-02-16 Martin Quinsonsanitize the option smpi/shared-malloc, and improve...
2017-02-16 Frederic Suterxbt_fifo -> std::list
2017-02-16 Frederic Suterempty statements...
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Suterwoops
2017-02-16 degommeAvoid doing things when there is nothing to do.
2017-02-16 degommeAvoid potential invalid reads
2017-02-16 degommeHandle MPI_UNSIGNED_LONG_LONG in this algorithm
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Luka StanisicSometimes (most notably in StarPU-MPI case) the issuer...
2017-02-16 Frederic Sutera bit of cleaning
2017-02-16 Frederic Sutercosmetics
2017-02-16 Frederic Suteryet another bitwise pickyness + hey that's a foreach
2017-02-16 Martin Quinsonmatch new with delete, not with free
2017-02-16 Martin Quinsonsimplify code by using default values for the fields
2017-02-16 Martin Quinsonreindent
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsoneven more C++ style
2017-02-16 Martin Quinsonactually, there is no need for the MsgActor to remember...
2017-02-16 Martin Quinsonobey our coding standards + kill dead code
2017-02-16 Martin Quinsonkill dead code
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2017-02-15 Martin Quinsonnot even for debugging purposes :)
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsonreindent
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-15 Martin Quinsonmove two severly misnamed identifiers to make them...
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-15 Martin Quinsoncosmetics: reinterpret_cast does not mandate any interm...
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 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 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 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...
next