Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix ampi example by not cleaning the tracing submodule before the actor end
[simgrid.git] / src / smpi / internals / smpi_actor.cpp
index 90e2db2..bb5d5af 100644 (file)
@@ -50,6 +50,8 @@ ActorExt::ActorExt(s4u::ActorPtr 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)