Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi] Restore privatisation mapping smpi_execute()
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 11 Sep 2014 10:10:56 +0000 (12:10 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 11 Sep 2014 10:44:22 +0000 (12:44 +0200)
commitb9fd9b1287c4c2d3cb469f00289347962a015b05
tree1cba04a7c28b44262be8fca675069e714f5c7d68
parent4105bf6d94a27983408fb13391c62d1479edd146
[smpi] Restore privatisation mapping smpi_execute()

smpi_execute() calls a the host_execution simcall which might generate
a process switch. After this, we might not have the correct SMPI
privatisation region: we have to rectore it. The correct privatisation
mapping is needed by some code between smpi_bench_end() and
smpi_bench_begin().
src/smpi/smpi_bench.c