Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Added privatized_region_ property to simgrid::smpi::Process
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 18 Oct 2017 13:03:09 +0000 (15:03 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 30 Oct 2017 12:26:15 +0000 (13:26 +0100)
commitf1764a914b239b3da8b204628747d6a90ded02d8
tree33f076172e42b2d85c838bd9ab2a3ee7acf1fa66
parentd4c379d0ed64d71ef35171ac104bedf98886c03b
[SMPI] Added privatized_region_ property to simgrid::smpi::Process

This property is not used at this time but will be
once the privatization overhaul is completed.

For the record: This property will hold the pointer
to the memory address of the global-variables segment of
that specific process.
src/smpi/include/smpi_process.hpp
src/smpi/internals/smpi_process.cpp