GLITE Tutorial

gLite WMS via WMProxy

gLite WMS via WMProxy is the latest version of the gLite workload management system.
The following commands are supported:
  • List available resources for job:
      glite-wms-job-list-match jdlFile
    
  • Submit a job
      glite-wms-job-submit [options] jdlFile
    
  • See job status
      glite-wms-job-status [options] jobIDs
    
  • See job logging information
      glite-wms-job-logging-info [options] jobIDs
    
  • Cancel a job
      glite-wms-job-cancel [options] jobId
    
  • Retrieve job output
      glite-wms-job-output [options] jobIds
    
  • Delegate proxy
      glite-wms-job-delegate-proxy [options] delegId
    
The core commands are the submission of a job and the retrieval of its output.

EGEE JKU RISC