1GLOBUS-JOB-CANCEL(1) GRAM5 Commands GLOBUS-JOB-CANCEL(1)
2
3
4
6 globus-job-cancel - Cancel a GRAM batch job
7
9 globus-job-cancel [-f | -force] [-q | -quiet] JOBID
10
11 globus-job-cancel [-help] [-usage] [-version] [-versions]
12
14 The globus-job-cancel program cancels the job named by JOBID. Any
15 cached files associated with the job will remain until globus-job-clean
16 is executed for the job.
17
18 By default, globus-job-cancel prompts the user prior to canceling the
19 job. This behavior can be overridden by specifying the -f or -force
20 command-line options.
21
23 The full set of options to globus-job-cancel are:
24
25 -help, -usage
26 Display a help message to standard error and exit.
27
28 -version
29 Display the software version of the globus-job-cancel program to
30 standard output.
31
32 -version
33 Display the software version of the globus-job-cancel program
34 including DiRT information to standard output.
35
36 -force, -f
37 Do not prompt to confirm job cancel and clean-up.
38
39 -quiet, -q
40 Do not print diagnostics for succesful cancel. Implies -f
41
43 If the following variables affect the execution of globus-job-cancel.
44
45 X509_USER_PROXY
46 Path to proxy credential.
47
48 X509_CERT_DIR
49 Path to trusted certificate directory.
50
51
52
53University of Chicago 03/18/2010 GLOBUS-JOB-CANCEL(1)