Type to describe a resource. More...
Data Fields | |
string | name |
name More... | |
string | hostname |
hostname More... | |
string | type |
Type of the resource ("cluster" or "single_machine") More... | |
string | protocol |
protocol to connect to the resource protocol used to start a remote container (ssh or rsh) More... | |
string | username |
login name to use to start a remote container More... | |
string | applipath |
salome application to use to start a remote container More... | |
CompoList | componentList |
list of available components. More... | |
string | OS |
operating system More... | |
long | mem_mb |
memory size per node More... | |
long | cpu_clock |
frequency More... | |
long | nb_node |
number of node More... | |
long | nb_proc_per_node |
number of proc per node More... | |
string | batch |
batch system More... | |
string | mpiImpl |
MPI implementation. More... | |
string | iprotocol |
if the resource is a cluster: internal protocol to use to start a remote container (ssh or rsh) on the cluster More... | |
boolean | can_launch_batch_jobs |
Specify if the resource can launch batch jobs. More... | |
boolean | can_run_containers |
Specify if the resource can run containers. More... | |
string | working_directory |
Predefined working directory on the resource. More... | |
Type to describe a resource.
string Engines::ResourceDefinition::name |
name
string Engines::ResourceDefinition::hostname |
hostname
string Engines::ResourceDefinition::type |
Type of the resource ("cluster" or "single_machine")
string Engines::ResourceDefinition::protocol |
protocol to connect to the resource protocol used to start a remote container (ssh or rsh)
string Engines::ResourceDefinition::username |
login name to use to start a remote container
string Engines::ResourceDefinition::applipath |
salome application to use to start a remote container
CompoList Engines::ResourceDefinition::componentList |
list of available components.
An empty list means every component is available.
string Engines::ResourceDefinition::OS |
operating system
long Engines::ResourceDefinition::mem_mb |
memory size per node
long Engines::ResourceDefinition::cpu_clock |
frequency
long Engines::ResourceDefinition::nb_node |
number of node
long Engines::ResourceDefinition::nb_proc_per_node |
number of proc per node
string Engines::ResourceDefinition::batch |
batch system
string Engines::ResourceDefinition::mpiImpl |
MPI implementation.
string Engines::ResourceDefinition::iprotocol |
if the resource is a cluster: internal protocol to use to start a remote container (ssh or rsh) on the cluster
boolean Engines::ResourceDefinition::can_launch_batch_jobs |
Specify if the resource can launch batch jobs.
boolean Engines::ResourceDefinition::can_run_containers |
Specify if the resource can run containers.
string Engines::ResourceDefinition::working_directory |
Predefined working directory on the resource.