Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use C++ memory operators for smpi buffers.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 6 Mar 2019 22:07:09 +0000 (23:07 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 30 Apr 2019 12:07:17 +0000 (14:07 +0200)
commita340d551febe4876af2efe881b0d79a70ee0ace4
tree5a5e1c2db452a3b5368d6b602500e7238fc663cf
parent053578365f61ee7134cad9034407214cbb28eb19
Use C++ memory operators for smpi buffers.

NOTE: there is a problem with the current implementation. When a resize() happen,
the previous pointer may be invalid, even if it is still in use.
include/simgrid/smpi/replay.hpp
src/smpi/include/private.hpp
src/smpi/internals/smpi_memory.cpp