X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ca1291c2f63ca6235f4b4885c48413a900aade4..b60aef4e2fea329ccaf96986006bdded72a61113:/src/instr/instr_smpi.c?ds=sidebyside diff --git a/src/instr/instr_smpi.c b/src/instr/instr_smpi.c index 130bc2635a..c06d40ad80 100644 --- a/src/instr/instr_smpi.c +++ b/src/instr/instr_smpi.c @@ -111,7 +111,7 @@ void TRACE_smpi_init(int rank) if (TRACE_smpi_is_grouped()){ father = getContainer (SIMIX_host_self_get_name()); }else{ - father = getContainer ("0"); + father = getRootContainer (); } xbt_assert(father!=NULL, "Could not find a parent for mpi rank %s at function %s", str, __FUNCTION__);