Difference between revisions of "Using the Grid/Job basic summary"

From BiGGrid Wiki
Jump to navigation Jump to search
(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 ''...")
 
(No difference)

Latest revision as of 12:36, 28 June 2011

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/)