Size: 887
Comment:
|
Size: 885
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
1. Acomplished through `gpu` resource under JDL's `CERequirements`. 1. There is no GPU matchmaking: the grid user needs to know the endpoint to submit to. |
* Acomplished through `gpu` resource under JDL's `CERequirements`. * There is no GPU matchmaking: the grid user needs to know the endpoint to submit to. |
Contents
GPU on GRID
See the required underlying steps to enable GPU job submission.
Use Case 1: Direct job submission to a CREAM service
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.