]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Using FindFirst on the resourcesmanager for
authorribes <ribes>
Mon, 4 Jun 2007 13:55:12 +0000 (13:55 +0000)
committerribes <ribes>
Mon, 4 Jun 2007 13:55:12 +0000 (13:55 +0000)
ParallelContainers

src/Container/SALOME_ContainerManager.cxx

index 7642e5ae853024bc4e47c585efdf4809ce50112b..962eded148afa35ad17758681bf0c766d16f3e5e 100644 (file)
@@ -326,7 +326,7 @@ FindOrStartParallelContainer(const Engines::MachineParameters& params_const,
     INFOS("[FindOrStartParallelContainer] Starting a parallel container");
     
     // Step 2.1 : Choose a computer
-    string theMachine = _ResManager->FindBest(possibleComputers);
+    string theMachine = _ResManager->FindFirst(possibleComputers);
     if(theMachine == "") {
       INFOS("[FindOrStartParallelContainer] !!!!!!!!!!!!!!!!!!!!!!!!!!");
       INFOS("[FindOrStartParallelContainer] No possible computer found");