From b54f02830c830e3e525912bb5e7615560330a856 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 28 May 2021 14:47:41 +0300 Subject: [PATCH] Fix compilation with MPI --- src/MPIContainer/MPIContainer_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.2