|
META TOPICPARENT |
name="WebHome" |
How to submit simple jobs onto the Grid |
|
Once you prepared the JDL file, you can look for the available queues, which are capable of running your job, by the command: |
|
< < | > glite-wms-job-list-match --vo your_vo testjob.jdl
|
> > | > glite-wms-job-list-match -a testjob.jdl
|
|
This will return a list of Grid queues (computing elements), which are capable of executing your job.
The job can be submitted by the command: |
|
< < | > glite-wms-job-submit --vo your_vo -a testjob.jdl
|
> > | > glite-wms-job-submit -a testjob.jdl
|
|
This will return a sURL address, which is a unique identifier of your job, which shall be denoted by jobID in the followings. |