Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement a new algorithm for SMPI_SHARED_MALLOC: global
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 16 Feb 2017 21:42:29 +0000 (22:42 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 16 Feb 2017 21:42:35 +0000 (22:42 +0100)
commitcd44215340094b81407df96650bf5fd17854623b
treea567c9545451afc3a76bc88c426b65e912bb41b4
parenta7bcf0f57ffe5ef60e309c4472e6715898da7d8d
Implement a new algorithm for SMPI_SHARED_MALLOC: global

This maps any new block onto a single file in memory.
The results will be awfully disfigured but that is damn efficient in
memory.
doc/doxygen/options.doc
src/simgrid/sg_config.cpp
src/smpi/private.h
src/smpi/smpi_bench.cpp
src/smpi/smpi_global.cpp