Type to describe required properties of a container. More...
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... | |
Type to describe required properties of a container.
| string Engines::ContainerParameters::container_name | 
container name if given else automatic
| string Engines::ContainerParameters::mode | 
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.
| string Engines::ContainerParameters::workingdir | 
container working directory if given else automatic
| long Engines::ContainerParameters::nb_proc | 
Number of proc of a parallel container.
| boolean Engines::ContainerParameters::isMPI | 
if true start a MPI container
| string Engines::ContainerParameters::parallelLib | 
PaCO specific informations.
| ResourceParameters Engines::ContainerParameters::resource_params | 
Parameters to choose a resource.