Size: 998
Comment:
|
← Revision 17 as of 2016-07-07 11:11:52 ⇥
Size: 1347
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from GR2DOC/Tools/Grid/GPU/GPUsOnGrid ## page was renamed from Documentation/Tools/Grid/GPU/GPUsOnGrid ## page was renamed from Documentation/Tools/Grid/GPUsOnGrid ## page was renamed from Cluster/Operational/Tools/Grid/GPUsOnGrid ## page was renamed from Cluster/Operational/Tools/Grid/GPUOnGrid |
|
Line 7: | Line 12: |
{i} ~+See the required [[Cluster/Operational/Tools/Grid/GPU|underlying steps]] to enable GPU job submission.+~ | {i} ~+See the required [[Documentation/Tools/Grid/GPU|underlying steps]] to enable GPU job submission.+~ |
Line 32: | Line 37: |
* Target CE: amargus01.ifca.es |
Contents
GPU on GRID
See the required underlying steps to enable GPU job submission.
Use Case 1: Direct job submission to a CREAM service
- Straightforward means of GPU computing on Grid.
Acomplished through gpu resource under JDL's CERequirements.
- There is no GPU matchmaking: the grid user needs to know the endpoint to submit to.
- A basic JDL example could be:
# cat test_cream.jdl [ JobType = "Normal"; Executable = "foo.sh"; StdOutput="out.out"; StdError="err.err"; InputSandbox={"foo.sh"}; OutputSandbox={"out.out", "err.err" }; OutputSandboxBaseDestUri="gsiftp://localhost"; CERequirements="gpu==2"; ]
Submit the job directly to the CREAM service with glite-job-ce-submit.
- Target CE: amargus01.ifca.es