Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI/TESH] Breaks tests: Fix colors for functions
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 13 Jun 2018 11:45:10 +0000 (13:45 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 13 Jun 2018 11:58:36 +0000 (13:58 +0200)
commitc9a12c1cd9a4210ef89e92306cbbc0b8a8067184
treeca5e7a04c8b8a4e32d60d5e15b0b8476bb1eef98
parent62868a3891ff7871ff1e61c5a2ad07c06ec1c504
[SMPI/TESH] Breaks tests: Fix colors for functions

The map with the colors used in instr_smpi.cpp was not correctly
checked because substrings were allowed too:

If irecv was passed, the map found recv first, checked whether
recv is a substring of irecv (= yes) and returned the color associated
with recv even though irecv was in the map as well.

The bugfix will be in the next commit.
examples/smpi/trace/trace.tesh