~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/clients/arclib/arcsub.1.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
.IP "\fB-R\fR, \fB--rejectdiscovery\fR=\fIURL\fR"
25
25
skip the service with the given URL during service discovery
26
26
.IP "\fB-S\fR, \fB--submissioninterface\fR=\fIInterfaceName\fR"
27
 
only use this interface for submitting (e.g. org.nordugrid.gridftpjob, org.ogf.emies, org.nordugrid.xbes)
 
27
only use this interface for submitting (e.g. org.nordugrid.gridftpjob, org.ogf.emies, org.ogf.bes)
28
28
.IP "\fB-e\fR, \fB--jobdescrstring=\fIString"
29
29
jobdescription string describing the job to be submitted
30
30
.IP "\fB-f\fR, \fB--jobdescrfile=\fIfilename"
64
64
\fBarcsub\fR is the key command when submitting jobs to grid enabled computing
65
65
resources with the ARC client. As default \fBarcsub\fR is able to submit jobs to
66
66
A-REX and CREAM computing elements (CEs), and as always for successful
67
 
submission you need to be authenticated at the computing element. Since
 
67
submission you need to be authenticated at the targeted computing services. Since
68
68
\fBarcsub\fR is build on a modular library, modules can be installed which
69
69
enables submission to other targets, e.g. the classic ARC CE Grid-Manager.
70
70
 
71
71
Job submission can be accomplished by invoking the \fBarcsub\fR command
72
 
with the \fB--cluster\fR option set to the target CE (URL, alias or group), and the job description
73
 
file given as argument.
 
72
with the \fB--cluster\fR option set to the target CE (URL, alias or group), and the
 
73
job description file given as argument.
74
74
Multiple CEs can be targeted for submission by specifying the
75
75
\fB--cluster\fR option multiple times, in which case the CEs will be ranked by
76
76
the resource broker. If no \fB--cluster\fR or \fB--index\fR (see below) options
96
96
 
97
97
Job descriptions can also be specified using the \fB--jobdescrfile\fR option
98
98
which expect the file name of the description as argument, or the
99
 
\fB--jobdescrstring\fR option which expect as argument a the job description as
 
99
\fB--jobdescrstring\fR option which expect as argument the job description as
100
100
a string, and both options can be specified multiple times and one does not
101
101
exclude the other. The default supported job description languages are XRSL,
102
102
JSDL and JDL.