Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'toufic' of github.com:Takishipp/simgrid
[simgrid.git] / src / smpi / smpi_shared.cpp
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-04-21 Martin Quinsoninline a function (to please sonar)
2017-04-17 Martin QuinsonSMPI cleanups: rename a symbol and remove unused parameters
2017-04-14 Augustin Degommefix 32 bits builds ... probably
2017-04-14 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-04-14 Martin QuinsonMerge pull request #156 from simgrid/munmap_size
2017-04-14 Tom CornebizeCall munmap with the size in smpi_shared_free.
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-12 Tom CornebizeRemove useless code.
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-11 Tom CornebizeRemove warnings.
2017-04-07 Tom CornebizeReplace int by size_t.
2017-04-07 Tom CornebizeTake the intersection of the private blocks instead...
2017-04-07 Tom CornebizeSome more fixes for the communication optimization.
2017-04-07 Tom CornebizeFix the communication optimization.
2017-04-07 Tom CornebizeWorking copy optimization \o/
2017-04-07 Tom CornebizeKeep working on the communication optimization.
2017-04-06 Tom CornebizeBegin working on the communication optimization for...
2017-04-05 Tom CornebizeAdd some assertions.
2017-04-05 Tom CornebizeAdd more tests for partial shared malloc.
2017-04-05 Tom CornebizeFix tests for shared and partial-shared.
2017-04-05 Tom CornebizeFix shared_malloc, add a macro for partial_sahred_malloc.
2017-04-04 Tom CornebizeImplement partial shared_malloc.
2017-04-04 Tom CornebizeSplit smpi_shared_malloc into several functions.
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-29 degommeReplace linear search by a faster one.
2017-03-29 degommeoops
2017-03-29 degommeAdd a smpi/shared-malloc-blocksize option. This is...
2017-03-29 degommetiny optim
2017-03-28 degommenothing to see here.
2017-03-28 degommeok, let's mess up the includes a bit more.
2017-03-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-28 degommeSplit up smpi_bench.cpp .