From 9ae92e880eb53082d4809af333abf744b69e2143 Mon Sep 17 00:00:00 2001 From: secher Date: Thu, 17 Jun 2010 12:34:19 +0000 Subject: [PATCH] debug of shutdown mpi container --- src/MPIContainer/MPIContainer_i.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MPIContainer/MPIContainer_i.cxx b/src/MPIContainer/MPIContainer_i.cxx index e1ca6cc6b..627f398be 100644 --- a/src/MPIContainer/MPIContainer_i.cxx +++ b/src/MPIContainer/MPIContainer_i.cxx @@ -87,6 +87,7 @@ void Engines_MPIContainer_i::Shutdown() MESSAGE("[" << _numproc << "] shutdown of MPI Corba Server"); if( _numproc == 0 ){ _NS->Destroy_FullDirectory(_containerName.c_str()); + _NS->Destroy_Name(_containerName.c_str()); for(ip= 1;ip<_nbproc;ip++) (Engines::MPIContainer::_narrow((*_tior)[ip]))->Shutdown(); } -- 2.39.2