Type to describe a resource. More...
Data Fields | |
string | name |
name More... | |
string | hostname |
hostname 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 | mode |
Type of resource: interactive or batch. 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 | is_cluster_head |
Specify if the resource is a cluster head;. 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::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
string Engines::ResourceDefinition::mode |
Type of resource: interactive or batch.
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::is_cluster_head |
Specify if the resource is a cluster head;.
string Engines::ResourceDefinition::working_directory |
Predefined working directory on the resource.