welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 2 as of 2014-10-23 14:14:04

location: FitSM / GR2DOC / Tools / Grid / GPU / GPUsOnGrid

GPU on GRID

See the required underlying steps to enable GPU job submission.

Use Case 1: Direct job submission to a CREAM service

  1. Acomplished through gpu resource under JDL's CERequirements.

  2. 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