]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
debug of shutdown mpi container
authorsecher <secher>
Thu, 17 Jun 2010 12:34:19 +0000 (12:34 +0000)
committersecher <secher>
Thu, 17 Jun 2010 12:34:19 +0000 (12:34 +0000)
src/MPIContainer/MPIContainer_i.cxx

index e1ca6cc6b75939982e5d0cea5837b80c166211d3..627f398bea6b3147fe4aa3f55c1c4b6ab85e2b34 100644 (file)
@@ -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();
   }