Using the Grid/Job basic summary
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/)