Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-02-17 Martin Quinsonuse the C++ API from the flatifier (as an example of...
2017-02-17 Martin Quinsondocument my last changes
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 Suterdead store-- + rewrite of hash function
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 degommeAvoid overflowing in the MPI_Prod version by using...
2017-02-16 Frederic Sutersign the parameters
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Suterfifo2dynar
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 Frederic Suterfix newly introduced bugs
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 Quinsonsonar: fix a regex
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 Quinsonmake the Actors extendable (that was easy)
2017-02-15 Martin Quinsoncosmetics: reinterpret_cast does not mandate any interm...
2017-02-15 Martin Quinsonsonar: ignore more generated files
2017-02-15 Frederic Suterused unsigned long long to have more than 50 bits
2017-02-15 Frederic Suteruse bitfields as bitfields
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...
next