From: secher Date: Thu, 17 Jun 2010 12:34:19 +0000 (+0000) Subject: debug of shutdown mpi container X-Git-Tag: Plotenh~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9ae92e880eb53082d4809af333abf744b69e2143;p=modules%2Fkernel.git debug of shutdown mpi container --- 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(); }