Type to describe required properties of a container. More...
Data Fields | |
| string | container_name |
| container name if given else automatic | |
| string | hostname |
| host name if given else automatic | |
| CompoList | componentList |
| if given list of components that could be loaded on the container | |
| MachineList | computerList |
| if given restricted list of machines to search in | |
| string | OS |
| required operating system | |
| long | mem_mb |
| required memory size | |
| long | cpu_clock |
| required frequency | |
| long | nb_proc_per_node |
| required number of proc per node | |
| long | nb_node |
| required number of node | |
| boolean | isMPI |
| if true start a MPI container | |
| string | workingdir |
| container working directory | |
| string | mode |
| creation mode for GiveContainer. | |
| string | policy |
| resource management policy : first, cycl, altcycl or best (can be extended) | |
| string | parallelLib |
| PaCO specific informations. | |
| long | nb_component_nodes |
Type to describe required properties of a container.
container name if given else automatic
host name if given else automatic
if given list of components that could be loaded on the container
| MachineList Engines::MachineParameters::computerList |
if given restricted list of machines to search in
required operating system
required memory size
required frequency
required number of proc per node
required number of node
if true start a MPI container
container working directory
creation mode for GiveContainer.
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
resource management policy : first, cycl, altcycl or best (can be extended)
PaCO specific informations.