Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the model descriptions also don't need to be public
[simgrid.git] / src /
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 Quinsonsnake_case kernel::resource::NetworkModel
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
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 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 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[DVFS] Make the Dvfs plugin available
2018-07-05 Christian Heinrich[SMPI/PAPI] Make PAPI counters compile again ;)
2018-07-05 Christian Heinrich[ENERGY] Move comment to the correct location
2018-07-04 Martin Quinsontry to fix the build on centos
2018-07-04 Frederic SuterAttempt to move msg_bar_t to S4U
2018-07-04 Martin Quinsonbetter integration of the new MC unit tests
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...
next