Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Privatization changes, step 1
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 10 Oct 2017 09:23:40 +0000 (11:23 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 30 Oct 2017 12:26:14 +0000 (13:26 +0100)
commit4dccd2b096ee264f8e190b55b76ad8d5a7ad12d7
treee0bb5af2a01ac20230451f62b40b6133de7763d3
parent5fbf7c939a29076a829599a400c7e3ee7e5d45fb
[SMPI] Privatization changes, step 1

This commit introduces a new variable that retains the whole initial
data segment during the execution of the program. We need this
as we will soon allow new processes to be added dynamically and we
can hence no longer assume that we can initialize all processes at the
beginning of the execution.
src/smpi/include/smpi_process.hpp
src/smpi/internals/smpi_memory.cpp