Using the Grid/Job basic summary

From BiGGrid Wiki
Revision as of 12:36, 28 June 2011 by Machiel.Jansen (talk | contribs) (Created page with "This is a short overview of the commands needed to handle simple jobs: '''To submit jobs using your delegated credentials:''' glite-wms-job-submit -d $USER -o myjobs job.jdl ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a short overview of the commands needed to handle simple jobs:

To submit jobs using your delegated credentials:

glite-wms-job-submit -d $USER -o myjobs job.jdl

To ask for the status of the job:

glite-wms-job-status -i myjobs

To cancel the job:

glite-wms-job-cancel -i myjobs

To retrieve the output of the job:

glite-wms-job-output -i myjobs (Note that it will save the output in /scratch/)