From: rnv Date: Fri, 28 May 2021 11:47:41 +0000 (+0300) Subject: Fix compilation with MPI X-Git-Tag: V9_8_0a1~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b54f02830c830e3e525912bb5e7615560330a856;p=modules%2Fkernel.git Fix compilation with MPI --- diff --git a/src/MPIContainer/MPIContainer_i.cxx b/src/MPIContainer/MPIContainer_i.cxx index 67f2c2c86..25f74c00f 100644 --- a/src/MPIContainer/MPIContainer_i.cxx +++ b/src/MPIContainer/MPIContainer_i.cxx @@ -60,7 +60,7 @@ Engines_MPIContainer_i::Engines_MPIContainer_i(CORBA::ORB_ptr orb, _NS->init_orb( CORBA::ORB::_duplicate(_orb) ) ; std::string hostname = Kernel_Utils::GetHostname(); - _containerName = _NS->BuildContainerNameForNS(containerName,hostname.c_str()); + _containerName = SALOME_NamingService_Abstract::BuildContainerNameForNS(containerName,hostname.c_str()); SCRUTE(_containerName); _NS->Register(pCont, _containerName.c_str());