Version: 8.3.0
Engines::ResourceDefinition Struct Reference

Type to describe a resource. More...

import "SALOME_ResourcesManager.idl";

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...
 

Detailed Description

Type to describe a resource.

Field Documentation

string Engines::ResourceDefinition::applipath

salome application to use to start a remote container

Referenced by resourceDefinition_CORBAtoCPP(), BatchTest::test(), and BatchTest::test_appli().

string Engines::ResourceDefinition::batch
boolean Engines::ResourceDefinition::can_launch_batch_jobs

Specify if the resource can launch batch jobs.

Referenced by resourceDefinition_CORBAtoCPP().

boolean Engines::ResourceDefinition::can_run_containers

Specify if the resource can run containers.

Referenced by resourceDefinition_CORBAtoCPP().

CompoList Engines::ResourceDefinition::componentList

list of available components.

An empty list means every component is available.

Referenced by resourceDefinition_CORBAtoCPP().

long Engines::ResourceDefinition::cpu_clock

frequency

Referenced by resourceDefinition_CORBAtoCPP().

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

Referenced by resourceDefinition_CORBAtoCPP().

long Engines::ResourceDefinition::mem_mb

memory size per node

Referenced by resourceDefinition_CORBAtoCPP().

string Engines::ResourceDefinition::mpiImpl
string Engines::ResourceDefinition::name
long Engines::ResourceDefinition::nb_node

number of node

Referenced by main(), and resourceDefinition_CORBAtoCPP().

long Engines::ResourceDefinition::nb_proc_per_node

number of proc per node

Referenced by main(), and resourceDefinition_CORBAtoCPP().

string Engines::ResourceDefinition::OS

operating system

Referenced by resourceDefinition_CORBAtoCPP().

string Engines::ResourceDefinition::protocol
string Engines::ResourceDefinition::type

Type of the resource ("cluster" or "single_machine")

Referenced by resourceDefinition_CORBAtoCPP().

string Engines::ResourceDefinition::working_directory

Predefined working directory on the resource.

Referenced by resourceDefinition_CORBAtoCPP().