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 ExperimentalTestingSetup JDL"

From EGIWiki
Jump to navigation Jump to search
Line 7: Line 7:
!colspan="5"| '''GPGPU LRMS attributes'''
!colspan="5"| '''GPGPU LRMS attributes'''
|- style="color:white; background-color:black;" cellpadding="3"
|- style="color:white; background-color:black;" cellpadding="3"
|'''Entity'''
|'''Key'''
|colspan=3 | '''Key'''
|colspan=3 | '''Value'''
|'''Value'''
|'''Description'''
|-  
|-  
| Description
| GPUPerNode
| colspan="3" | GPUPerNode
| colspan="3" | Positive Integer > 0
| A type of environment available to and requestable by a Grid job when submitted to a
| The number of GPGPUs required for the job to run on a specific node.
ComputingService via a Computing Endpoint; the type of environment is described in terms of hardware, operating system and network characteristics. Information about the total/available/used instances of this type of execution environment are also included.
|- style="color:white; background-color:black;" cellpadding="3"
|- style="color:white; background-color:black;" cellpadding="3"
|}
|}


[[GPGPU-WG:ExperimentalTestingSetup | Parent Page]]
[[GPGPU-WG:ExperimentalTestingSetup | Parent Page]]

Revision as of 17:33, 17 July 2014

A core objective is to allow the user to specify additional key-value pairs that:

  • place a restriction on the resource centres that the job should be targeted at
  • Provide addition specification to the LRMS

This page describes the usage of some experimental key-values pairs:

GPGPU LRMS attributes
Key Value Description
GPUPerNode Positive Integer > 0 The number of GPGPUs required for the job to run on a specific node.

Parent Page