Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove trace finalize from process ending, cleanup is done by trace_end anyway.
authorAugustin Degomme <adegomme@gmail.com>
Wed, 25 Sep 2019 13:31:39 +0000 (15:31 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Wed, 25 Sep 2019 13:31:39 +0000 (15:31 +0200)
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)