Version: 9.12.0
LifeCycleCORBA.ContainerParameters Class Reference
Inheritance diagram for LifeCycleCORBA.ContainerParameters:

Public Member Functions

def __init__ (self, container_name='', mode='start', workingdir='', nb_proc=0, isMPI=False, parallelLib='', resource_params=None)
 

Data Fields

string container_name
 container name if given else automatic More...
 
string mode
 creation mode for GiveContainer if given else automatic More...
 
string workingdir
 container working directory if given else automatic More...
 
long nb_proc
 Number of proc of a parallel container. More...
 
boolean isMPI
 if true start a MPI container More...
 
string parallelLib
 PaCO specific information. More...
 
ResourceParameters resource_params
 Parameters to choose a resource. More...
 

Constructor & Destructor Documentation

◆ __init__()

def LifeCycleCORBA.ContainerParameters.__init__ (   self,
  container_name = '',
  mode = 'start',
  workingdir = '',
  nb_proc = 0,
  isMPI = False,
  parallelLib = '',
  resource_params = None 
)

Field Documentation

◆ container_name

◆ isMPI

◆ mode

string Engines::ContainerParameters::mode
inherited

creation mode for GiveContainer if given else automatic

List of possible values: "find" : search the first container whose name is container_name on resources listed in resource_params.resList. Return nil if none found. "findorstart" : same as "find", but start a new container if none found. "start" : create a new container. If there is already a container with the same name on the chosen resource, it will be shut down. "get" : search an existing container on the best fitting resource. "getorstart" : same as "get", but start a new container if none found.

Referenced by runSession.SessionParameters::__repr__(), SALOME_LifeCycleCORBA::_LoadComponent(), SALOME_LifeCycleCORBA::copyFile(), SALOME_FileTransferCORBA::getLocalFile(), SALOME_ContainerManager::GiveContainer(), SALOME_LifeCycleCORBA::Load_ParallelComponent(), IDLparser.parameter::merge(), and SALOME_LifeCycleCORBA::preSet().

◆ nb_proc

◆ parallelLib

string Engines::ContainerParameters::parallelLib
inherited

◆ resource_params

◆ workingdir

string Engines::ContainerParameters::workingdir
inherited