Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
glite-ce-job-submitSection: User Commands (1)Index NAMEglite-ce-job-submit - Allows the user to submit a job for execution on a CREAM based CESYNOPSISglite-ce-job-submit --resource CEId [options] <jdl_file>DESCRIPTIONglite-ce-job-submit is the command for submitting jobs to CREAM based Computing Elements. glite-ce-job-submit requires as mandatory inputs:o the identifier of the CREAM CE, specified using the option --resource (-r), where the job has to be submitted; o a job description (JDL) file in which job characteristics and requirements have been specified via a CREAM JDL expression. The job description file given in input to this command is syntactically checked and default values are assigned to the not provided mandatory attributes in order to create a meaningful class-ad. The resulting ad is then sent to the CREAM CE. Upon successful submission, this command returns to the user the submitted CREAM job identifier (jobId), a string that identifies unambiguously the job, that can be later used as a handle to perform monitor and control operations on the job. The format of the CREAM jobId is as follows:
https://<CREAM_full_hostname>:<port>/CREAM<unique_string> It is possible to redirect the returned jobId to an output file using the --output (-o) option. If the file already exists, the user is asked if she wants to overwrite the file, or if she prefers to abort the operation. The --resource (-r) directive must be used to target the job submission to a specific CREAM CE, identified by its identifier CEId. The CREAM CE identifier is a string that unambiguously identifies a CE CREAM service belonging to the Grid. The standard format for a CREAM CEId is: <full-hostname>:<port-number>/cream-<service>-<queue-name> where <service> identifies the underlying resource management system (e.g. lsf, pbs, etc.). The submitted job is given the delegated credentials of the user who submitted the job: these credentials can then be used when operations requiring security support (e.g. gridftp file transfers) has to be performed by the job. It is possible to rely on credentials previously delegated with the glite-ce-delegate-proxy command or it is possible to ask the ``automatic'' delegation of the same credentials used during the submission operation. In the former case the --delegationId (-D) option must be specified, while in the latter case the --autm-delegation (-a) option must be used. Please note that one (and only one) among these two options must be specified.
OPTIONS
EXIT STATUSglite-ce-job-submit exits with a status value of 0 (zero) upon success, and >0 (greater than zero) upon failure.EXAMPLESglite-ce-job-submit -a -r grid005.pd.infn.it:8443/cream-lsf-grid02 myjob1.jdlwhere myjob1.jdl is e.g. as follows:
[
SEE ALSOglite-ce-delegate-proxy
IndexThis document was created by man2html, using the manual pages. Time: 10:51:41 GMT, April 29, 2011 -- MassimoSgaravatto - 2011-04-29 |