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 13: Line 13:
| GPUPerNode  
| GPUPerNode  
| colspan="3" | Positive Integer > 0
| colspan="3" | Positive Integer > 0
| The number of GPGPUs required for the job to run on a specific node.
| The number of GPGPUs required for the job to run on the allocated node(s). Eg. GPUPerNode=2;
|- 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:34, 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 the allocated node(s). Eg. GPUPerNode=2;

Parent Page