X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6807a2447d77330892cdf320b4bec2558b83f3c6..6cd713b26cdc35133acb282e251d44307acf5a10:/src/instr/interface.c diff --git a/src/instr/interface.c b/src/instr/interface.c index 524bde43a9..bf898aabad 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -81,7 +81,11 @@ int TRACE_start() } if (IS_TRACING_SMPI) { - pajeDefineContainerType("MPI_PROCESS", "HOST", "MPI_PROCESS"); + if (TRACE_smpi_is_grouped()){ + pajeDefineContainerType("MPI_PROCESS", "HOST", "MPI_PROCESS"); + }else{ + pajeDefineContainerType("MPI_PROCESS", "PLATFORM", "MPI_PROCESS"); + } pajeDefineStateType("MPI_STATE", "MPI_PROCESS", "MPI_STATE"); pajeDefineLinkType("MPI_LINK", "0", "MPI_PROCESS", "MPI_PROCESS", "MPI_LINK");