Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GPGPU-WG KnowledgeBase GLUE2 Profile ExecutionEnvironment"

From EGIWiki
Jump to navigation Jump to search
(Created page with "The ExecutionEnvironment class describes the hardware and operating system environment in which a job will run. It represents a set of homogeneous Worker Nodes, so if a computing...")
 
Line 2: Line 2:


As well as attributes describing a typical node, the class gives summary information about the size and usage of the set of nodes which posess those properties. However, there is no way to relate these to the information in other entities, e.g. it is not possible to know which jobs in a given ComputingShare are running on which ExecutionEnvironment.
As well as attributes describing a typical node, the class gives summary information about the size and usage of the set of nodes which posess those properties. However, there is no way to relate these to the information in other entities, e.g. it is not possible to know which jobs in a given ComputingShare are running on which ExecutionEnvironment.
!colspan="5"| '''ApplicationEnvironment'''
|- style="color:white; background-color:black;" cellpadding="3"
|'''Entity'''
|colspan=3 | '''Inherits from'''
|'''Description'''
|-
| ApplicationEnvironment
| colspan="3" | Entity
|  A description of the installed application software available or software environment characteristics available within one or more Execution Environments.
|- style="color:white; background-color:black;" cellpadding="3"
| '''Inherited Attribute '''
| '''Type'''
| '''Mult'''
| '''Unit'''
| '''Description'''
|-
| ''Creation Time''
| ''DateTime_t''
| ''0..1''
|
| ''Timestamp describing when the entity instance was created''
|-
| ''Validity''
| ''Unit64''
| ''0..1''
| ''s''
| '' The duration after CreationTime that the information presented in the Entity SHOULD be considered relevant. After that period has elapsed, the information SHOULD NOT be consideredrelevant''
|-
| ''ID [key]''
| ''URI''
| ''1''
|
| ''A global unique ID''
|-
| ''Name''
| ''String''
| ''0..1''
|
| ''Human Readable name''
|-
| ''OtherInfo''
| ''String''
| ''*''
|
| ''Placeholder to publish info that does not fit in any other attribute. Free-form string, comma-separated tags, (name, value ) pair are all examples of valid syntax.''
|- style="color:white; background-color:black;" cellpadding="3"
| '''Attribute '''
| '''Type'''
| '''Mult'''
| '''Unit'''
| '''Description'''
|-
| AppName
| String
| 1
|
| The name of the application or environment.
|
|}

Revision as of 08:17, 2 March 2014

The ExecutionEnvironment class describes the hardware and operating system environment in which a job will run. It represents a set of homogeneous Worker Nodes, so if a computing system contains nodes with significantly different properties there MAY be several ExecutionEnvironment instances. This implies that it should be possible to request a specific environment when a job is submitted. The ExecutionEnvironment MAY refer to virtual rather than physical machines.

As well as attributes describing a typical node, the class gives summary information about the size and usage of the set of nodes which posess those properties. However, there is no way to relate these to the information in other entities, e.g. it is not possible to know which jobs in a given ComputingShare are running on which ExecutionEnvironment.


!colspan="5"| ApplicationEnvironment |- style="color:white; background-color:black;" cellpadding="3" |Entity |colspan=3 | Inherits from |Description |- | ApplicationEnvironment | colspan="3" | Entity | A description of the installed application software available or software environment characteristics available within one or more Execution Environments. |- style="color:white; background-color:black;" cellpadding="3" | Inherited Attribute | Type | Mult | Unit | Description |- | Creation Time | DateTime_t | 0..1 | | Timestamp describing when the entity instance was created |- | Validity | Unit64 | 0..1 | s | The duration after CreationTime that the information presented in the Entity SHOULD be considered relevant. After that period has elapsed, the information SHOULD NOT be consideredrelevant |- | ID [key] | URI | 1 | | A global unique ID |- | Name | String | 0..1 | | Human Readable name |- | OtherInfo | String | * | | Placeholder to publish info that does not fit in any other attribute. Free-form string, comma-separated tags, (name, value ) pair are all examples of valid syntax. |- style="color:white; background-color:black;" cellpadding="3" | Attribute | Type | Mult | Unit | Description |- | AppName | String | 1 | | The name of the application or environment. | |}