Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://github.com/Onesphore/simgrid into Onesphore-master
[simgrid.git] / src /
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 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 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 Martin Quinsonreplace SIMIX_process_auto_restart_set() with ActorImpl...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
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[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 onesphoreMinor changes
2018-06-29 Arnaud GierschFix some doxygen warnings.
2018-06-29 Christian Heinrich[S4U] Actor: Add 'const' keyword to getter methods
2018-06-29 Christian Heinrich[S4U] Host: Add 'const' keyword to getter methods
2018-06-29 Christian Heinrich[SIMIX] Move std::function<void()> to simgrid::simix...
2018-06-29 Christian Heinrich[SMPI] Remove outdated FIXME from smpi_deployment
2018-06-29 Martin Quinsonanother attempt to disable mmap on old MacOSX
2018-06-29 Martin Quinsontry to disable mmap priv on ancient Mac systems
2018-06-28 onesphoreFragmented the tests into smaller test cases.
2018-06-28 Christian Heinrich[SMPI] Colls: Remove that ugly lambda and just use...
2018-06-28 Christian Heinrich[SMPI] Colls: Move description & name for colls to...
2018-06-28 Christian Heinrich[SMPI] Remove code-generating macro
2018-06-28 Christian Heinrich[SMPI] Add FIXME note for MSG_init() call.
2018-06-28 Christian Heinrich[SMPI] Move argument from const char* to std::string
2018-06-28 Christian Heinrich[SMPI] Remove copy of old argument
2018-06-28 Christian Heinrich[SMPI] Move argument from const char* to std::string
2018-06-28 Christian Heinrich[SMPI] Remove old smpirun check
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-27 Arnaud GierschComment unused function parameters.
2018-06-27 onesphoreminor changes.
2018-06-26 Arnaud GierschTry to reduce cognitive complexity for smpi_main (Sonar).
2018-06-26 Arnaud GierschMake member variables "private".
2018-06-26 Arnaud GierschTry to please Sonar about redundant forward declaration...
2018-06-26 onesphoreMinor cosmetic changes.
2018-06-26 onesphoreunit test file names changed.
2018-06-26 onesphorereplaced BOOST_TEST with BOOST_CHECK_EQUAL/BOOS_CHECK_M...
2018-06-26 Arnaud GierschUnused parameter.
2018-06-26 Arnaud GierschUse namespace aliases instead of "using" directives.
2018-06-25 onesphoreremoved those files for now.
2018-06-25 onesphoreChanged the 2 unit tests, snapshot and PAGESTORE, into...
2018-06-25 Arnaud GierschRemove features marked with DEPRECATED_v321.
2018-06-25 onesphoreAdded a new test.
2018-06-24 Augustin Degommeleaks --. Maybe
2018-06-23 Martin QuinsonRevert "simplification"
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
2018-06-23 Martin Quinsonsnake_case routing::NetPoint
2018-06-23 Martin Quinsonsplit NetZone and NetZoneImpl as it should in s4u realm
2018-06-23 Martin Quinsonanother attempt at fixing the include madness in mc...
2018-06-23 Martin Quinsonfix mac builds
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-23 Martin Quinsonsnake_case RoutedZone
2018-06-23 Martin Quinsonprivatize and snake_case some methods in DijkstraZone
2018-06-23 Martin Quinsonsnake_case FatTreeZone
2018-06-23 Martin Quinsonprivatize and snake_case some methods in DragonflyZone
2018-06-23 Martin Quinsonuntangle a bit mc header files
2018-06-23 Martin Quinsoncut some includes in MC
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Irecv -> irecv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Isend -> isend
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAll -> alltoall
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAllV -> alltoallv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allGather -> allgather
2018-06-21 Christian Heinrich[TRACING] Rename TIT action gatherV -> gatherv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action reduceScatter -> reducescatter
2018-06-21 Christian Heinrich[TRACING] Rename TIT action scatterV -> scatterv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action waitAll -> waitall
2018-06-21 Christian Heinrich[TRACING] allGatherV -> allgatherv
2018-06-21 Christian Heinrich[SMPI] Code changes for allReduce -> allreduce
2018-06-21 Christian Heinrich[REPLAY] Update replay.hpp
2018-06-21 Christian Heinrich[Plugin/Hostload] Add plugin to already existing hosts...
2018-06-21 Christian Heinrich[HostLoad] Delete default constructors explicitly
2018-06-21 Christian Heinrich[HostLoad] Add two comments to class properties
2018-06-21 Christian Heinrich[SMPI] Replay: Cosmetics -- Fix wrong indentation
2018-06-21 Christian Heinrich[SMPI] Replay: Make the 'storage' variable static
2018-06-21 Christian Heinrich[SMPI] Replay: Move XBT_LOG_NEW_... statement to the top
2018-06-21 Christian Heinrich[SMPI] Replay: Add/remove headers
2018-06-21 Christian Heinrich[SMPI] Groups: Remove old rank2index map
2018-06-21 Christian Heinrich[SMPI/INSTR] Trace MPI_Wait() calls correctly
2018-06-21 onesphoreNow it builds.
2018-06-20 onesphoreAdding unit tests.
2018-06-20 onesphoreModified snapshot and pagestore tests.
2018-06-19 Arnaud GierschParameter is not used.
2018-06-19 Arnaud GierschKill unused static function.
2018-06-19 Arnaud GierschKill unused parameter.
2018-06-19 Arnaud GierschAnonymize unused parameters.
2018-06-19 Frederic Sutersnake case another plugin
next