Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-07-08 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Augustin Degommeadd include for papi
2018-07-08 Martin Quinsoncodacy: remove trailing spaces
2018-07-08 Martin Quinsonsurf/Cbindings: kill another unused function
2018-07-08 Martin Quinsonsurf/Cbinding: kill an unused and misnamed function
2018-07-08 Martin QuinsonI forgot once again to mark my constructors as explicit...
2018-07-08 Martin QuinsonC++ify some forgotten part of surf
2018-07-08 Martin Quinsoncontinue emptying surf.hpp from symbols that should...
2018-07-08 Martin Quinsontravis: allow_unauthenticated, as boost 1.60 are not...
2018-07-08 Martin QuinsonAllow to register plugins from their file, w/o touching...
2018-07-07 Martin Quinsonthe model descriptions also don't need to be public
2018-07-07 Martin Quinsoncleanup __surf_is_absolute_file_path + empty a bit...
2018-07-07 Martin Quinsonthe author of these lines loves complexity, but I don't
2018-07-07 Martin QuinsonCpuTiTmgr: further cleanups (make the enum class private)
2018-07-07 Martin QuinsonCpuTiTmgr: change a C enum into an enum class
2018-07-07 Martin Quinsoncosmetics around CpuTiModel
2018-07-07 Martin Quinsonimprove a comment
2018-07-07 Martin Quinsontiny cleanups in HostCLM03Model
2018-07-07 Martin QuinsonDijkstra is so ugly, I could spend weeks cleaning it up
2018-07-07 Martin Quinsondijkstra: convert a public struct into a private class
2018-07-07 Martin Quinsonsimplifications in DijkstraZone
2018-07-07 Martin Quinsonsonar: allow # and ## in macros to please augustin
2018-07-07 Martin Quinsonsnake_case kernel::resource::NetworkModel
2018-07-07 Martin Quinsoncodacy: reuse the ignore patterns from sonar
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-07 Augustin Degommeremove references to SimGrid-Multi jenkins job, now...
2018-07-07 Augustin Degommeadd codacy config file to ignore teshsuite folder for...
2018-07-06 Augustin Degommedeactivate bad call to MPI_Attr_put
2018-07-06 Augustin DegommeFix warning by putting the array only where it's needed
2018-07-06 Augustin Degommecleanup
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Augustin DegommeHave MPI_* send a debug messages whenever output is...
2018-07-06 Augustin Degomme- Support MPI_Error_string
2018-07-06 Frederic SuterRevert "address FIXME and kill useless code"
2018-07-06 Frederic Suteraddress FIXME and kill useless code
2018-07-06 MERCIER Michael[tools] replace asserts by error and exit in TI convert...
2018-07-06 Christian Heinrich[SMPI] Remove specific encoding of MPI_DATATYPE_NULL
2018-07-06 Christian Heinrich[SMPI] Make MPI_DATATYPE_NULL a non-null object
2018-07-05 MERCIER Michael[tools] Better corner case handeling + lower everything...
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Christian Heinrich[SMPI] Assert: host_speed must be > 0, not >= 0.
2018-07-05 Christian Heinrich[CONFIG] Add smpi/plugin/lb/migration-frequency option
2018-07-05 Christian Heinrich[SMPI] Replace surf_get_clock with SIMIX_get_clock
2018-07-05 Christian Heinrich[S4U] Initialize s4u::Barrier in initializer list
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic Suteradd C interface to s4u::Barrier
2018-07-05 Frederic Suterremove a dependency on MSG from SMPI
2018-07-05 Christian Heinrich[CI] Activate PAPI in Coverage checks.
2018-07-05 Christian Heinrich[DVFS] Make the Dvfs plugin available
2018-07-05 Christian Heinrich[SMPI/PAPI] Make PAPI counters compile again ;)
2018-07-05 Christian Heinrich[CMAKE] Fix grammar for SMPI built option
2018-07-05 Christian Heinrich[ENERGY] Move comment to the correct location
2018-07-04 Martin Quinsondisable the autorestart test for now, sorry
2018-07-04 Martin Quinsontry to fix the build on centos
2018-07-04 Frederic Suterstupid typo
2018-07-04 Frederic SuterAttempt to move msg_bar_t to S4U
2018-07-04 Martin QuinsonBoost.test must be >= v1.59 to be useful to us
2018-07-04 Martin QuinsonRevert "cmake: cleanups around Boost detection"
2018-07-04 Martin Quinsoncmake: cleanups around Boost detection
2018-07-04 Martin Quinsonbetter integration of the new MC unit tests
2018-07-04 Martin Quinsonfix make distcheck
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-04 Martin Quinsonremove the old-style MC unit tests
2018-07-04 Martin Quinsonmove libsosp into its own directory
2018-07-04 Martin Quinsonreduce the adhesion from wannabe libsosp to the rest...
2018-07-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-03 Frederic Sutersimplification
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-07-02 Martin Quinsonavoid a segfault triggered when debugging #131 [noci]
2018-07-02 Frederic Suteradd a broken test
2018-07-02 Martin Quinsonkill some include directives
2018-07-01 Martin Quinsonfix clang build
2018-07-01 Martin Quinsonmerge extension<simgrid::simix::Host>() into HostImpl
2018-07-01 Martin Quinsonreorder the compilations to fit my current needs
2018-07-01 Martin Quinsonobey a FIXME and factorize some code
2018-07-01 Martin Quinsonsimplify SIMIX_host_add_auto_restart_process
2018-06-30 Arnaud GierschFix context/context_ mismatches.
2018-06-30 Arnaud GierschCosmetics.
2018-06-30 Martin Quinsonreplace SIMIX_process_auto_restart_set() with ActorImpl...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Martin Quinsondocument recent changes
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-06-29 Martin QuinsonRevert "please sonar and remove unused types"
2018-06-29 Martin Quinsoncodacy: some cleanups in the new appveyor script
2018-06-29 Martin Quinsontravis, appveyor: no IRC notification on success, pliz
2018-06-29 Christian Heinrich[EXAMPLES] Fix wrong header
2018-06-29 Christian Heinrich[SMPI] Also commit changes to the fortran part in smpi_...
2018-06-29 Martin QuinsonMerge pull request #279 from sthibaul/breakpoint
2018-06-29 Samuel ThibaultFix breakpoint option
2018-06-29 Christian Heinrich[SMPI] Deprecate functions in smpi_dvfs.cpp #278
2018-06-29 Christian Heinrich[ENERGY] Fix bug: Variables were re-declared in lower...
2018-06-29 Martin QuinsonMerge pull request #271 from mpoquet/dynamic_replay
2018-06-29 Millian Poquet[smpi] replay: increase storage dynamicity
2018-06-29 Millian Poquet[smpi] replay: storage index: (pid-1) -> pid
2018-06-29 Millian Poquet[smpi] replay: storage var is now an ordered_map
2018-06-29 Frederic Suterplease sonar and remove unused types
2018-06-29 Martin Quinsontry to get IRC notifications on AppVeyor too
2018-06-29 onesphoreMinor changes
2018-06-29 Arnaud GierschFix some doxygen warnings.
next