Version: 7.8.0
Engines::ContainerParameters Struct Reference

Type to describe required properties of a container. More...

import "SALOME_ContainerManager.idl";

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 informations. More...
 
ResourceParameters resource_params
 Parameters to choose a resource. More...
 

Detailed Description

Type to describe required properties of a container.

Field Documentation

string Engines::ContainerParameters::mode

creation mode for GiveContainer if given else automatic

start creates a new container get try to find an existing container getorstart use an existing container if it exists or creates a new one

Referenced by SALOME_LifeCycleCORBA::_LoadComponent(), SALOME_LifeCycleCORBA::copyFile(), SALOME_FileTransferCORBA::getLocalFile(), SALOME_ContainerManager::GiveContainer(), SALOME_LifeCycleCORBA::Load_ParallelComponent(), and SALOME_LifeCycleCORBA::preSet().

string Engines::ContainerParameters::parallelLib
string Engines::ContainerParameters::workingdir