Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove trace finalize from process ending, cleanup is done by trace_end anyway.
[simgrid.git] / src / smpi / internals / smpi_actor.cpp
index e960acc..8e6f16c 100644 (file)
@@ -55,8 +55,6 @@ ActorExt::ActorExt(s4u::Actor* actor) : actor_(actor)
 
 ActorExt::~ActorExt()
 {
-  TRACE_smpi_finalize(actor_->get_pid());
-
   if (comm_self_ != MPI_COMM_NULL)
     simgrid::smpi::Comm::destroy(comm_self_);
   if (comm_intra_ != MPI_COMM_NULL)