X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/999a64fe86043f1b9cc777db6a5cdc4e34c4c922..07c319ec54d6fc778ee3cc5e75a747242006723e:/src/instr/smpi_instr.c diff --git a/src/instr/smpi_instr.c b/src/instr/smpi_instr.c index e02385fa2b..07d8cc12e8 100644 --- a/src/instr/smpi_instr.c +++ b/src/instr/smpi_instr.c @@ -79,7 +79,7 @@ void TRACE_smpi_init(int rank) TRACE_smpi_container(rank, str, INSTR_DEFAULT_STR_SIZE); if (TRACE_smpi_is_grouped()){ pajeCreateContainer(SIMIX_get_clock(), str, "MPI_PROCESS", - SIMIX_host_get_name(SIMIX_host_self()), str); + SIMIX_host_self_get_name(), str); }else{ pajeCreateContainer(SIMIX_get_clock(), str, "MPI_PROCESS", "platform", str);