welcome: please sign in
location: Diff for "FitSM/GR2DOC/Tools/Grid/GPU/GPUsOnGrid"
Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2014-10-23 14:14:04
Size: 887
Editor: orviz
Comment:
Revision 9 as of 2014-10-23 14:33:56
Size: 1001
Editor: orviz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read
Line 5: Line 7:
See the required [[Cluster/Operational/Tools/Grid/GPU|underlying steps]] to enable GPU job submission. {i} ~+See the required [[Cluster/Operational/Tools/Grid/GPU|underlying steps]] to enable GPU job submission.+~

== Use Case 1: Direct job submission to a CREAM service ==
 * Straightforward means to compute with GPU 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.
Line 8: Line 15:
== Use Case 1: Direct job submission to a CREAM service ==
 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.

 A basic JDL example could be:
    {{{
 * A basic JDL example could be:
    {{{#!highlight bash numbers=disable
Line 28: Line 31:
 Submit the job directly to the CREAM service with `glite-job-ce-submit`.  * Submit the job directly to the CREAM service with `glite-job-ce-submit`.

GPU on GRID

{i} See the required underlying steps to enable GPU job submission.

Use Case 1: Direct job submission to a CREAM service

  • Straightforward means to compute with GPU 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.

Use Case 2: Job submission through WMS

eciencia: FitSM/GR2DOC/Tools/Grid/GPU/GPUsOnGrid (last edited 2016-07-07 11:11:52 by nunezm)