Man page - globus-job-submit(1)
Packages contas this manual
apt-get install globus-gram-client-tools
Manual
| GLOBUS-JOB-SUBMIT(1) | Grid Community Toolkit Manual | GLOBUS-JOB-SUBMIT(1) |
NAME
globus-job-submit - Submit a batch job using GRAM
SYNOPSIS
globus-job-submit [-dumprsl|-dryrun|-verify] [-file ARGUMENT_FILE] SERVICE-CONTACT [OPTIONS] EXECUTABLE ARGUMENT...
globus-job-submit [-help | -usage | -version | -versions]
DESCRIPTION
The globus-job-submit program constructs a job description from its command-line options and then submits the job to the GRAM service running at SERVICE_CONTACT. The executable and arguments to the executable are provided on the command-line after all other options. Note that the -dumprsl, -dryrun, -verify, and -file command-line options must occur before the first non-option argument, the SERVICE_CONTACT.
The globus-job-submit provides similar functionality to globusrun in that it allows batch submission of GRAM jobs. However, unlike globusrun, it uses command-line parameters to define the job instead of RSL expressions.
To retrieve the output and error streams of the job, use the program globus-job-get-output. To reclaim resources used by the job by deleting cached files and job state, use the program globus-job-clean. To cancel a batch job submitted by globus-job-submit, use the program globus-job-cancel.
OPTIONS
The full set of options to globus-job-submit are:
-help, -usage
-version
-versions
-dumprsl
-dryrun
-verify
-file ARGUMENT_FILE
-np PROCESSES, -count PROCESSES
-m MAX_TIME, -maxtime MAX_TIME
-p PROJECT, -project PROJECT
-q QUEUE, -queue QUEUE
-d DIRECTORY, -directory DIRECTORY
-env NAME=VALUE
-stdin [-l | -s] STDIN_FILE
-stdout [-l | -s] STDOUT_FILE
-stderr [-l | -s] STDERR_FILE
-x RSL_CLAUSE
-l
-s
ENVIRONMENT
If the following variables affect the execution of globus-job-submit.
X509_USER_PROXY
X509_CERT_DIR
SEE ALSO
globusrun(1), globus-job-run(1), globus-job-clean(1), globus-job-get-output(1), globus-job-cancel(1)
AUTHOR
Copyright © 1999-2014 University of Chicago
| 03/31/2018 | Grid Community Toolkit 6 |