From aaa4c1ad9dda5d338361925f016a9666f7c32074 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 24 May 2017 07:47:13 +0200 Subject: [PATCH 1/1] Still a problem with forward --- src/runtime/SalomeHPContainer.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/SalomeHPContainer.hxx b/src/runtime/SalomeHPContainer.hxx index 22cfad3d4..c6fedbd34 100644 --- a/src/runtime/SalomeHPContainer.hxx +++ b/src/runtime/SalomeHPContainer.hxx @@ -140,6 +140,7 @@ namespace YACS HomogeneousPoolContainer *getDirectFather() { return _directFather; } const HomogeneousPoolContainer *getDirectFather() const { return _directFather; } int getNumberOfCoresPerWorker() const { return _directFather->getNumberOfCoresPerWorker(); } + std::string getProperty(const std::string& name) const { return _directFather->getProperty(name); } void prepareMaskForExecution() const; void forYourTestsOnly(ForTestOmlyHPContCls *data) const; std::string getName() const; -- 2.39.2