Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 degommeSpeedup mpich tests by trying less sizes.
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-21 Frederic Suterdocument changes related to issue #138
2017-02-17 Martin Quinsonsonar: reinterpret_cast is OK in jMSG
2017-02-17 Martin QuinsonRevert "Let our examples compile with java 1.6, or...
2017-02-17 Martin Quinsonplease sonar
2017-02-17 Martin Quinsonmark s4u::Link as public for windows (+cosmetics)
2017-02-17 Martin Quinsonstatic inline are the modern macros
2017-02-17 Martin Quinsonkill some other occurences of the fifo
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
next