Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fix missing timings for MPI_Send.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 8 Jun 2016 13:46:44 +0000 (15:46 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 8 Jun 2016 13:47:20 +0000 (15:47 +0200)
commit06a801de9f0c069a4198d071d57fcaf408e6f1e3
tree81b8a6b2c7acef71c6dd6220c559870fa617160a
parent929e64331e374345b319da9002ed37eeecdcd375
[SMPI] Fix missing timings for MPI_Send.

Timings were never injected for MPI_Send since request->detached
was only set to something != 0 after the timings were already
injected. I therefore moved the block that computes this value
up. See also 825ad35c811f
src/smpi/smpi_base.cpp