logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus-job-clean - Cancel and clean up a GRAM batch job

Author

       Copyright © 1999-2014 University of Chicago

Grid Community Toolkit 6                           03/31/2018                                GLOBUS-JOB-CLEAN(1)

Description

       The globus-job-clean program cancels the job named by JOBID if it is still running, and then removes any
       cached files on the GRAM service node related to that job. In order to do the file clean up, it submits a
       job which removes the cache files. By default this cleanup job is submitted to the default GRAM resource
       running on the same host as the job. This behavior can be controlled by specifying a resource manager
       contact string as the parameter to the -r or -resource option.

       By default, globus-job-clean prompts the user prior to canceling the job. This behavior can be overridden
       by specifying the -f or -force command-line options.

Environment

       The following variables affect the execution of globus-job-clean.

       X509_USER_PROXY
           Path to proxy credential.

       X509_CERT_DIR
           Path to trusted certificate directory.

Name

       globus-job-clean - Cancel and clean up a GRAM batch job

Options

-help,-usage
           Display a help message to standard error and exit.

       -version
           Display the software version of the globus-job-clean program to standard output.

       -versions
           Display the software version of the globus-job-clean program including DiRT information to standard
           output.

       -resourceRESOURCE,-resourceRESOURCE
           Submit the clean-up job to the resource named by RESOURCE instead of the default GRAM service on the
           same host as the job contact.

       -force,-f
           Do not prompt to confirm job cancel and clean-up.

       -quiet,-q
           Do not print diagnostics for successful clean-up. Implies -f.

Synopsis

globus-job-clean [OPTIONS] JOBIDglobus-job-clean [ -help | -usage | -version | -versions ]

See Also